摘要: //线程数量 int threadNum = lists.size(); //创建一个线程池 ExecutorService pool = Executors.newFixedThreadPool(threadNum); for (int i = 0; i < threadNum; i++) { f 阅读全文
posted @ 2016-12-29 16:27 _ylsn 阅读(188) 评论(0) 推荐(0) 编辑