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