2018年1月4日
摘要: 1. 创建线程池 创建线程池的调用栈如下: SimpleDataStore把线程池存放在map中。 executor = (ExecutorService) ExtensionLoader.getExtensionLoader(ThreadPool.class).getAdaptiveExtensi 阅读全文
posted @ 2018-01-04 15:44 偶尔发呆 阅读(3498) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/8517121/java-what-is-the-difference-between-init-and-clinit# <init> is the (or one of the) constructor(s) for the 阅读全文
posted @ 2018-01-04 10:21 偶尔发呆 阅读(694) 评论(0) 推荐(0)