摘要: private static ExecutorService exec = new ThreadPoolExecutor(8, 8, 0L,TimeUnit.MILLISECONDS, new LinkedBlockingQueue<Runnable>(100000), new ThreadPool 阅读全文
posted @ 2016-02-19 15:31 红色小宇宙 阅读(223) 评论(0) 推荐(0) 编辑