随笔分类 -  Java线程

摘要:private static ExecutorService exec = new ThreadPoolExecutor(8, 8, 0L, TimeUnit.MILLISECONDS, new LinkedBlockingQueue(100000),new ThreadPoolExecutor.C... 阅读全文
posted @ 2014-12-01 14:08 童话读你 阅读(138) 评论(0) 推荐(0)