摘要: public class ExecutorPool { /** * 线程数(处理器个数) */ private static final Integer CORE_POOL_SIZE = Runtime.getRuntime().availableProcessors(); /** * 线程池最大能 阅读全文
posted @ 2020-06-01 13:43 Vincent-Li 阅读(123) 评论(0) 推荐(0) 编辑