看別人的代碼,整理一些零碎的東西

Executors 創建線程池 **Executors可以創建不同類型的線程池,先創建一個主線程 public class ThreadForPool implements Runnable { private Integer index; public ThreadForPool(Integer index) { super(); this.index = index; } public Thr
相關文章
相關標籤/搜索