摘要:
原地址:https://www.cnblogs.com/hafiz/p/6170702.html 1.关于配置文件的名称以及在项目中的存放位置 log4j 2.x版本不再支持像1.x中的.properties后缀的文件配置方式,2.x版本配置文件后缀名只能为".xml",".json"或者".jsn 阅读全文
摘要:
1 ScheduledThreadPoolExeutor 内嵌套ExecutorCompletionService 2 ExecutorCompletionService,不是Singleton 3 ExecutorCompletionService .take()(注意参数) 阅读全文