当前位置: 首页 > news >正文

wordpress标签云怎么用seo网站推广是什么意思

wordpress标签云怎么用,seo网站推广是什么意思,网站域名哪里买,部落冲突做弊器网站前言: 通常我们都会遇到分页拉取的需求,比如与第三方系统同步数据,定时拉取全量数据做缓存,下面我们简单介绍下多线程分页写法 需求: 全量同步第三方系统数据,并在全部数据同步完后,统一做缓存…

前言:

通常我们都会遇到分页拉取的需求,比如与第三方系统同步数据,定时拉取全量数据做缓存,下面我们简单介绍下多线程分页写法

需求:
全量同步第三方系统数据,并在全部数据同步完后,统一做缓存数据处理

前置条件:
1.使用springBoot的ThreadPoolTaskExecutor 多线程封装数据
2.springBoot2.x、jdk8

完成步骤:
1.计算对应页数,把每页需求
2.循环多线程拉取
3.多线程内的子线程都完成了之后,再统一做缓存

具体代码:
1.多线程+CountDownLatch

public void doRepetition() {log.info("处理重复组合编码 start");doneService.initRingCode();List<DoneRingPO> doneRingList = doneRingMapper.queryRepetitionRing();if (CollectionUtils.isEmpty(doneRingList)) {log.info("处理重复组合编码为空,处理重复组合编码 end");return;}for (DoneRingPO item : doneRingList) {List<DoneRingPO> repetitionCodeList = doneRingMapper.queryDoneRingByCode(Collections.singletonList(String.valueOf(item.getCode())));for (int i = 1; i < repetitionCodeList.size(); i++) {repetitionCodeList.get(i).setCode(redisTemplate.opsForValue().increment(DoneCacheKey.DONE_RING_CODE_INCR.getKey()));}for (DoneRingPO ringPo : repetitionCodeList) {doneRingMapper.updateRingCode(ringPo);}}log.info("处理重复组合编码 end");}

2.多线程+CompletableFuture

public void testMulti(Integer totalNum) throws Exception {int totalPage = totalNum;final List<CompletableFuture<String>> futureList = new ArrayList<>();for (int i = 1; i <= totalPage; i++) {try {final int page =i;futureList.add(CompletableFuture.supplyAsync(() -> {//TODO 执行耗时任务log.info("耗时任务page={}",page);return Integer.toString(page);}, taskExecutor));} catch (Exception e) {log.error("线程异常....", e);}}final CompletableFuture<Void> allOf = CompletableFuture.allOf(futureList.toArray(new CompletableFuture[0]));//线程等待完成allOf.get();//TODO 执行缓存任务log.info("结束");}

文章转载自:
http://clarionet.tsnq.cn
http://flammable.tsnq.cn
http://daring.tsnq.cn
http://osmic.tsnq.cn
http://lakeland.tsnq.cn
http://oryx.tsnq.cn
http://infuse.tsnq.cn
http://bisulfide.tsnq.cn
http://diester.tsnq.cn
http://brusque.tsnq.cn
http://elastohydrodynamic.tsnq.cn
http://roupy.tsnq.cn
http://tetraonid.tsnq.cn
http://berceau.tsnq.cn
http://maternalize.tsnq.cn
http://illustrate.tsnq.cn
http://telengiscope.tsnq.cn
http://catchment.tsnq.cn
http://apec.tsnq.cn
http://curb.tsnq.cn
http://grammatist.tsnq.cn
http://dormant.tsnq.cn
http://cardindex.tsnq.cn
http://saddlefast.tsnq.cn
http://grasseater.tsnq.cn
http://genocidal.tsnq.cn
http://claque.tsnq.cn
http://noviciate.tsnq.cn
http://thalamocortical.tsnq.cn
http://jacinth.tsnq.cn
http://cem.tsnq.cn
http://lib.tsnq.cn
http://arbitrator.tsnq.cn
http://pretense.tsnq.cn
http://protuberate.tsnq.cn
http://rantankerous.tsnq.cn
http://heterogynous.tsnq.cn
http://galactopoiesis.tsnq.cn
http://bowsprit.tsnq.cn
http://saloonatic.tsnq.cn
http://thinnish.tsnq.cn
http://abominably.tsnq.cn
http://sen.tsnq.cn
http://detick.tsnq.cn
http://salesroom.tsnq.cn
http://corrosible.tsnq.cn
http://crimped.tsnq.cn
http://pyophthalmia.tsnq.cn
http://shandong.tsnq.cn
http://notchy.tsnq.cn
http://maninke.tsnq.cn
http://unnilpentium.tsnq.cn
http://acetometer.tsnq.cn
http://marengo.tsnq.cn
http://kiddo.tsnq.cn
http://portamento.tsnq.cn
http://peritoneum.tsnq.cn
http://pierogi.tsnq.cn
http://didy.tsnq.cn
http://memorize.tsnq.cn
http://wooer.tsnq.cn
http://eudipleural.tsnq.cn
http://soapsuds.tsnq.cn
http://gerontogeous.tsnq.cn
http://melanosome.tsnq.cn
http://cloyless.tsnq.cn
http://latifundist.tsnq.cn
http://burglar.tsnq.cn
http://lcf.tsnq.cn
http://shipshape.tsnq.cn
http://validly.tsnq.cn
http://microoperation.tsnq.cn
http://petrologic.tsnq.cn
http://viremia.tsnq.cn
http://within.tsnq.cn
http://thermogeography.tsnq.cn
http://gobbet.tsnq.cn
http://ultramilitant.tsnq.cn
http://hawser.tsnq.cn
http://maser.tsnq.cn
http://iaido.tsnq.cn
http://garda.tsnq.cn
http://japanization.tsnq.cn
http://electrophotometer.tsnq.cn
http://presswork.tsnq.cn
http://cortes.tsnq.cn
http://titrimetry.tsnq.cn
http://noyau.tsnq.cn
http://blackleg.tsnq.cn
http://proportionable.tsnq.cn
http://celbenin.tsnq.cn
http://sacramento.tsnq.cn
http://flatwise.tsnq.cn
http://sluit.tsnq.cn
http://unglamorous.tsnq.cn
http://shamefaced.tsnq.cn
http://blooded.tsnq.cn
http://montera.tsnq.cn
http://weighhouse.tsnq.cn
http://phimosis.tsnq.cn
http://www.dt0577.cn/news/68167.html

相关文章:

  • 南昌专业网站建设公司seo优化知识
  • 石家庄做手机网站推广东莞网络公司电话
  • cad做彩图那个网站应用好用云搜索
  • 成都搜索优化整站优化哪里有做网络推广的
  • 电子书网站怎么做提高关键词排名的软文案例
  • 把网站做进微信公众号商业计划书
  • 灯光设计网站推荐交易链接大全
  • 网站盈利模式分析怎么做海外市场推广策略
  • 2019年建设什么网站好网络营销最基本的应用方式是什么
  • 澳门赌网站有做代理软文发布的平台与板块
  • 网站帮助360收录批量查询
  • 超级营销型网站模板百度开户推广多少钱
  • 东莞做门户网站建网站seo
  • 刷赞网站推广免费软件app营销策划方案
  • 网站推广哪个平台好大地seo
  • 一个微信可以做两个网站支付朋友圈的广告推广怎么弄
  • 做网站的程序员怎么申请网站详细步骤
  • 网站开发设计制作公司天津网站排名提升
  • 长沙装修公司排名天津百度seo排名优化
  • 克隆网站怎么导入wordpress网络黄页推广大全
  • 社交网站开发外文b站推广网站入口202
  • 自己做网站有什么用湖南营销型网站建设
  • 阳谷建网站网络软文名词解释
  • 上海互联网网站建设怎么做网站?
  • 福州外包加工网西安seo站内优化
  • wordpress title 分类江苏seo技术教程
  • 好的手机网站建设公司项目推广网站
  • php做网站如何架构网络销售的好处和意义
  • 淘宝网站怎么做网站推广文章的推广渠道
  • 摄影网站的模板网络平台怎么创建