- 博客(2)
- 收藏
- 关注
原创 多线程执行返回结果
多线程执行返回结果 多线程操作 //代码块为什么是这样 public void test() throws InterruptedException, ExecutionException { Executor executor = Executors.newFixedThreadPool(3); CompletionService<String> service = new ExecutorCompletionService<>(executor);
2021-09-03 11:30:03
117
原创 大集合分割成多个小集合的方法
大集合分割成多个小集合的方法 最近项目有个上传excel文件的需求,读出数据形成大集合,在操作中用到多线程插入,需要一个线程操作一部分集合数据。下面是集合分割算法 /** * 对list进行切分 * @param historyList * @return */ public static void spiltList(List<NumberCard> historyList) { int listSize = historyLis
2021-09-03 10:50:34
294
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人