可能是CAP理论的最好解释 2026年07月07日 daichangya 2 一篇非常精彩的解释CAP理论的文章,翻译水平有限,不准确之处请参考原文,还请见谅。Chapter 1: “Remembrance Inc” Your new venture :Last night when your spouse appreciated... 阅读全文 0 评论
jdom解析xml 2026年07月07日 daichangya 4 nobody wants to write the markup by hand- general-purpose XML editors are too clunky <cards> <card> <na... 阅读全文 0 评论
github 加速 2026年07月07日 daichangya 4 加代理 export ALL_PROXY=socks5://127.0.0.1:1080只下载最近提交的 (depth用于指定克隆深度,为1即表示只克隆最近一次commit.)git clone https://github.com/daichangya... 阅读全文 0 评论
spring boot内嵌tomcat访问日志常用配置 2026年07月07日 daichangya 4 # tomcat access log config server: tomcat: accesslog: enabled: true #是否开启日志 directory: /tmp/accesslogs... 阅读全文 0 评论
java开源测试工具大汇总 2026年07月07日 daichangya 4 JUnit JUnit JUnit是由Erich Gamma 和Kent Beck 编写的一个回归测试框架(regression testing framework.html)。Junit测试是程序员测试,即所谓白盒测试,因为程序员知道被测试的软... 阅读全文 0 评论