摘要: 上一讲主要谈了java里的线程池的使用,而主要使用Executors的方式去创建,比如 Executors.newCachedThreadPool(), Executors.newFixedThreadPool(5)等等,而这些方式在阿里手册里是不被推荐的,而是推荐使用ThreadPoolExecu 阅读全文
posted @ 2020-03-29 12:16 张占岭 阅读(480) 评论(0) 推荐(0)