2020年11月15日
摘要: 线程池: 代码: public class Pool { public static void main(String[] args) { ExecutorService es = Executors.newFixedThreadPool(2); es.submit(new RunnableImpl 阅读全文
posted @ 2020-11-15 18:04 wnotes 阅读(299) 评论(0) 推荐(0) 编辑