线程池的简单应用

线程池的应用: List<String> fileList = new ArrayList<>(); //创建线程池 ExecutorService executeService = Executors.newCachedThreadPool(); //taskList为任务集合,GetProductAndFileCallable为实现了Callable的任务类 List<GetProductAn
相关文章
相关标签/搜索