
Java宝库
海到天边浪作涯
这个作者很懒,什么都没留下…
展开
-
fockJoinPool线程池
fockJoinPool线程池由jdk1.7版本开始引进,jdk1.8版本对fockJoinPool进行优化 1、创建一个线程池 ForkJoinPool forkJoinPool = new ForkJoinPool(15); 2、获取List集合 //根据采购配货单、门店、商品、日期查询商品编号、单据类型、发货逻辑仓、主配单号 List<SCM_BL_DIS...原创 2019-03-28 16:03:12 · 243 阅读 · 0 评论 -
线程池forkJoinPool(二)
定义一个线程池 ForkJoinPool forkJoinPool = new ForkJoinPool(15); 假如有两个list集合数据 //获取表中已存在的部类大中小类 //集合倒灌成set集合进行差异比较,取差集 List<DivAndPtyProductInfo> divAndPtyInfoTable = scmBlPty3NumRevi...原创 2019-05-18 17:09:33 · 558 阅读 · 0 评论