Fork me on GitHub
摘要: Java中使用线程池技术一般都是使用Executors这个工厂类,它提供了非常简单方法来创建各种类型的线程池:public static ExecutorService newFixedThreadPool(int nThreads)public static ExecutorService new... 阅读全文
posted @ 2015-04-18 21:23 zhanjindong 阅读(9393) 评论(5) 推荐(2) 编辑
TOP