04 2018 档案
摘要:https://tools.stefankueng.com/StExBar.html https://github.com/cmderdev/cmder
阅读全文
摘要:定义: https://baike.baidu.com/item/SSO/3451380 原理: https://blog.csdn.net/cutesource/article/details/5838693 http://www.blogjava.net/Jack2007/archive/200
阅读全文
摘要:http://www.modsecurity.org/ ModSecurity is an open source, cross-platform web application firewall (WAF) module. Known as the "Swiss Army Knife" of WA
阅读全文
摘要:在使用TDD开发时,经常会遇到需要被测对象需要依赖其他子系统的情况,但是你希望将测试代码跟依赖项隔离,以保证测试代码仅仅针对当前被测对象或方法展开,这时候你需要的是测试替身。测试替身可以分为四类:- 虚设替身:只传递但是不会使用到的对象,一般用于填充方法的参数列表- 存根替身:总是返回相同的预设响应
阅读全文
摘要:https://www.imooc.com/video/9331 声明式事务 @Transactiona() 编程式事务 非模板式(不使用TransactionTemplate) 非模板式(不使用TransactionTemplate) http://cailangwei.blog.163.com/
阅读全文
摘要:去年组装一台新台式机(华硕主板),把金河田机箱的前面板的Audio的线,插在了Speaker和Power标识的备用的10位口的8针位,其实应该插在AAFP(大概是AC97 Audio Front Panel)的8位接口上。 https://zhidao.baidu.com/question/2115
阅读全文
摘要:https://dev.mysql.com/doc/refman/5.7/en/document-store.html https://dev.mysql.com/doc/refman/5.7/en/document-store-setting-up.html 在没有MongoDB之前,我们要存储各
阅读全文
摘要:https://dev.mysql.com/doc/refman/5.7/en/group-replication.html GroupReplication的原理 https://dev.mysql.com/doc/refman/5.7/en/mysql-innodb-cluster-introd
阅读全文
摘要:https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html https://www.w3cschool.cn/maven/tkhr1ht6.html
阅读全文