摘要:
https://www.codebyamir.com/blog/java-developers-guide-to-ssl-certificates Overview When developing web applications, we often need to integrate with o 阅读全文
摘要:
以 Java 工程师应该掌握的知识为例,按重要程度排出六个梯度: 第一梯度:计算机组成原理、数据结构和算法、网络通信原理、操作系统原理。 第二梯度:Java 基础、JVM 内存模型和 GC 算法、JVM 性能调优、JDK 工具、设计模式。 第三梯度:Spring 系列、Mybatis、Dubbo 等 阅读全文
摘要:
https://help.dreamhost.com/hc/en-us/articles/215464758-How-do-I-set-up-passwordless-login-in-PuTTY- 阅读全文
摘要:
https://www.instructables.com/id/Syncing-Folders-With-Python/ 阅读全文
摘要:
这篇文章讲的清楚 https://zhuanlan.zhihu.com/p/75461564 阅读全文
摘要:
1. 必须基于对象 Synchronized Method 和 Synchronized(this) 块,除了范围小点 (方法和块),没差别都是阻塞整个对象 - 如果对象有多个 Synchronized 只能一个执行。 2. Synchronized(object) 最好 - 基于块,只是需要基于全 阅读全文
摘要:
-- from http://blog.itpub.net/30175262/viewspace-1472060/ 今天遇到一个求某月所有天数的统计结果,如果某日的结果是0也需要显示出来,即: 日期 交易次数 交易金额 2009-4-01 1 10 2009-4-02 2 20 2009-4-03 阅读全文
摘要:
SEEK - find everything from index Lookup - find key from index, then visit table to find other row data. http://www.theboreddba.com/Categories/indexes 阅读全文
摘要:
Roadmap https://wikis.forgerock.org/confluence/display/OPENDJ/OpenDJ+Roadmap Forum https://forum.forgerock.com 阅读全文