摘要: 用处:多线程编程中,限制线程的总数量。使用方式:Runnable runnable = 一个实现了Runnable接口的对象 ;ProductThread pt = ThreadProducer.instance().getThread(runnable) ;pt.start() ;ProductT... 阅读全文
posted @ 2014-07-11 15:15 行-云 阅读(262) 评论(0) 推荐(0)