線程池的簡單應用

線程池的應用: List<String> fileList = new ArrayList<>(); //創建線程池 ExecutorService executeService = Executors.newCachedThreadPool(); //taskList爲任務集合,GetProductAndFileCallable爲實現了Callable的任務類 List<GetProductAn
相關文章
相關標籤/搜索