随笔分类 -  Java

摘要:java.uitl.concurrent.ThreadPoolExecutor类是线程池中最核心的一个类。 构造方法属性:corePoolSize、maximumPoolSize、keepAliveTime、unit、workQueue、threadFactory、handler 1.Executo 阅读全文
posted @ 2018-11-14 16:58 m4tech 阅读(134) 评论(0) 推荐(0)