11 2011 档案
使用TreadPool时的ThreadLocal示例
摘要:1 package tk.mysweetie.java.test; 2 3 import java.util.concurrent.ArrayBlockingQueue; 4 import java.util.concurrent.ThreadPoolExecutor; 5 import java.util.concurrent.TimeUnit; 6 7 /** 8 * @author wangzhengyang.pt 9 * 使用TreadPool时的ThreadLocal示例10 */11 public class TestThreadPool {12 13 priva... 阅读全文
posted @ 2011-11-11 17:10 Goofy 阅读(723) 评论(0) 推荐(0)