摘要:
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package controller.groupbuying.navigate;/** * * @autho... 阅读全文
摘要:
一、简介线程池类为 java.util.concurrent.ThreadPoolExecutor,常用构造方法为: ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit 阅读全文