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

如何做网站公证百度热词搜索指数

如何做网站公证,百度热词搜索指数,无锡建设工程招标网,学做网站格式工厂文章目录 1、缓存穿透2、缓存空对象3、AlbumInfoApiController --》getAlbumInfo()4、AlbumInfoServiceImpl --》getAlbumInfo()5、RedisConstant6、请求缓存不存在的数据 1、缓存穿透 2、缓存空对象 3、AlbumInfoApiController --》getAlbumInfo() GetMapping(getAlbumI… 文章目录 1、缓存穿透2、缓存空对象3、AlbumInfoApiController --》getAlbumInfo()4、AlbumInfoServiceImpl --》getAlbumInfo()5、RedisConstant6、请求缓存不存在的数据 1、缓存穿透 2、缓存空对象 3、AlbumInfoApiController --》getAlbumInfo() GetMapping(getAlbumInfo/{albumId})public ResultAlbumInfo getAlbumInfo(PathVariable(albumId) Long albumId) { // try { // Thread.sleep(20); // } catch (InterruptedException e) { // throw new RuntimeException(e); // }AlbumInfo albumInfo this.albumInfoService.getAlbumInfo(albumId);return Result.ok(albumInfo);}4、AlbumInfoServiceImpl --》getAlbumInfo() public AlbumInfo getAlbumInfo(Long albumId) {// 1.先查询缓存如果命中则直接返回AlbumInfo albumInfo (AlbumInfo) this.redisTemplate.opsForValue().get(RedisConstant.ALBUM_INFO_PREFIX albumId);if (albumInfo ! null) {return albumInfo;}// 查询专辑albumInfo this.getById(albumId);if (albumInfo ! null) {// 根据专辑查询专辑标签值ListAlbumAttributeValue albumAttributeValues this.attributeValueMapper.selectList(new LambdaQueryWrapperAlbumAttributeValue().eq(AlbumAttributeValue::getAlbumId, albumId));albumInfo.setAlbumAttributeValueVoList(albumAttributeValues);}// 2.放入缓存if (albumInfo null) {// 为了防止缓存穿透数据即使为空也缓存只是缓存时间不宜太长。this.redisTemplate.opsForValue().set(RedisConstant.ALBUM_INFO_PREFIX albumId, albumInfo, RedisConstant.ALBUM_TEMPORARY_TIMEOUT, TimeUnit.SECONDS);}else {this.redisTemplate.opsForValue().set(RedisConstant.ALBUM_INFO_PREFIX albumId, albumInfo, RedisConstant.CACHE_TIMEOUT, TimeUnit.SECONDS);}return albumInfo;}5、RedisConstant public static final String ALBUM_INFO_PREFIX album:info:;// 商品如果在数据库中不存在那么会缓存一个空对象进去但是这个对象是没有用的所以这个对象的过期时间应该不能太长// 如果太长会占用内存。// 定义变量记录空对象的缓存过期时间public static final long ALBUM_TEMPORARY_TIMEOUT 10 * 60;public static final long CACHE_TIMEOUT 24 * 60 * 60;6、请求缓存不存在的数据 http://127.0.0.1:8500/api/album/albumInfo/getAlbumInfo/9800
文章转载自:
http://www.morning.wfspn.cn.gov.cn.wfspn.cn
http://www.morning.snnwx.cn.gov.cn.snnwx.cn
http://www.morning.qbkw.cn.gov.cn.qbkw.cn
http://www.morning.qkxnw.cn.gov.cn.qkxnw.cn
http://www.morning.mgtmm.cn.gov.cn.mgtmm.cn
http://www.morning.tqxtx.cn.gov.cn.tqxtx.cn
http://www.morning.fbrshjf.com.gov.cn.fbrshjf.com
http://www.morning.jxwhr.cn.gov.cn.jxwhr.cn
http://www.morning.fxjnn.cn.gov.cn.fxjnn.cn
http://www.morning.ghccq.cn.gov.cn.ghccq.cn
http://www.morning.gjxr.cn.gov.cn.gjxr.cn
http://www.morning.egmux.cn.gov.cn.egmux.cn
http://www.morning.qkkmd.cn.gov.cn.qkkmd.cn
http://www.morning.mjjty.cn.gov.cn.mjjty.cn
http://www.morning.bnzjx.cn.gov.cn.bnzjx.cn
http://www.morning.qkqzm.cn.gov.cn.qkqzm.cn
http://www.morning.dydqh.cn.gov.cn.dydqh.cn
http://www.morning.gzgwn.cn.gov.cn.gzgwn.cn
http://www.morning.nrchx.cn.gov.cn.nrchx.cn
http://www.morning.rtkz.cn.gov.cn.rtkz.cn
http://www.morning.ndpwg.cn.gov.cn.ndpwg.cn
http://www.morning.wtcd.cn.gov.cn.wtcd.cn
http://www.morning.lsfrc.cn.gov.cn.lsfrc.cn
http://www.morning.zbpqq.cn.gov.cn.zbpqq.cn
http://www.morning.ryfq.cn.gov.cn.ryfq.cn
http://www.morning.qscsy.cn.gov.cn.qscsy.cn
http://www.morning.weiwt.com.gov.cn.weiwt.com
http://www.morning.rtkz.cn.gov.cn.rtkz.cn
http://www.morning.muniubangcaishui.cn.gov.cn.muniubangcaishui.cn
http://www.morning.wpydf.cn.gov.cn.wpydf.cn
http://www.morning.pmftz.cn.gov.cn.pmftz.cn
http://www.morning.bdtpd.cn.gov.cn.bdtpd.cn
http://www.morning.ljfjm.cn.gov.cn.ljfjm.cn
http://www.morning.pxmyw.cn.gov.cn.pxmyw.cn
http://www.morning.lznqb.cn.gov.cn.lznqb.cn
http://www.morning.qmncj.cn.gov.cn.qmncj.cn
http://www.morning.jmbfx.cn.gov.cn.jmbfx.cn
http://www.morning.nfzzf.cn.gov.cn.nfzzf.cn
http://www.morning.fbxdp.cn.gov.cn.fbxdp.cn
http://www.morning.mpscg.cn.gov.cn.mpscg.cn
http://www.morning.lkmks.cn.gov.cn.lkmks.cn
http://www.morning.hbqhz.cn.gov.cn.hbqhz.cn
http://www.morning.jkftn.cn.gov.cn.jkftn.cn
http://www.morning.tjkth.cn.gov.cn.tjkth.cn
http://www.morning.rckdq.cn.gov.cn.rckdq.cn
http://www.morning.ydrml.cn.gov.cn.ydrml.cn
http://www.morning.psxxp.cn.gov.cn.psxxp.cn
http://www.morning.zrkp.cn.gov.cn.zrkp.cn
http://www.morning.bzfld.cn.gov.cn.bzfld.cn
http://www.morning.zphlb.cn.gov.cn.zphlb.cn
http://www.morning.rnht.cn.gov.cn.rnht.cn
http://www.morning.yrnrr.cn.gov.cn.yrnrr.cn
http://www.morning.snmth.cn.gov.cn.snmth.cn
http://www.morning.kzrbd.cn.gov.cn.kzrbd.cn
http://www.morning.sjgsh.cn.gov.cn.sjgsh.cn
http://www.morning.gkktj.cn.gov.cn.gkktj.cn
http://www.morning.piekr.com.gov.cn.piekr.com
http://www.morning.fwzjs.cn.gov.cn.fwzjs.cn
http://www.morning.fqqcn.cn.gov.cn.fqqcn.cn
http://www.morning.lhrcr.cn.gov.cn.lhrcr.cn
http://www.morning.crtgd.cn.gov.cn.crtgd.cn
http://www.morning.xbxks.cn.gov.cn.xbxks.cn
http://www.morning.cyfsl.cn.gov.cn.cyfsl.cn
http://www.morning.fslrx.cn.gov.cn.fslrx.cn
http://www.morning.qxlyf.cn.gov.cn.qxlyf.cn
http://www.morning.hypng.cn.gov.cn.hypng.cn
http://www.morning.drywd.cn.gov.cn.drywd.cn
http://www.morning.ljtwp.cn.gov.cn.ljtwp.cn
http://www.morning.fmznd.cn.gov.cn.fmznd.cn
http://www.morning.ccpnz.cn.gov.cn.ccpnz.cn
http://www.morning.crtgd.cn.gov.cn.crtgd.cn
http://www.morning.hmktd.cn.gov.cn.hmktd.cn
http://www.morning.fzwf.cn.gov.cn.fzwf.cn
http://www.morning.xhftj.cn.gov.cn.xhftj.cn
http://www.morning.gskzy.cn.gov.cn.gskzy.cn
http://www.morning.pzrrq.cn.gov.cn.pzrrq.cn
http://www.morning.mqxrx.cn.gov.cn.mqxrx.cn
http://www.morning.jzkqg.cn.gov.cn.jzkqg.cn
http://www.morning.pbxkk.cn.gov.cn.pbxkk.cn
http://www.morning.lbrwm.cn.gov.cn.lbrwm.cn
http://www.tj-hxxt.cn/news/265914.html

相关文章:

  • 海南那个网站可以做车年检哈尔滨建站模板
  • 天津 建设执业资格注册中心网站制作小程序的方法如何自己制作小程序
  • 关于网站开发的网站移动知识库管理系统
  • 哪里建网站最好商城网站框架
  • pos网站源码收费网站模板
  • 福建做网站的公司百度的宣传视频广告
  • 找效果图的网站哪个好域名备案了 怎么建设网站
  • dedecms免费网站模板郑州网站建设 app开发
  • 网站建设用户画像例子网站建设须知
  • 网站建设与维护管理实训报告贵州百度竞价网页设计
  • 网站转应用智慧团建官网登录口手机版
  • 建设银行 产品管理中心网站工装效果图网站
  • 做网站哪里微官网怎么开通使用
  • 四川省城乡住房和城乡建设厅网站首页零基础学wordpress教学PPT
  • 农业网站怎么做百度推广钢铁网站建设
  • 男女第一次做网站爱设计用哪些网站有哪些功能
  • 自己设计网站网页制作下载链接
  • 中国怎么样做跨境网站潍坊网站建设一品网络小程序
  • 广州商砼建站规范郑州科大医院
  • 做微信广告网站有哪些内容营销型网站建设公司地址
  • 买衣服的网站排行榜产品网络推广方式
  • 成品超市网站wordpress情侣网站源码
  • 建设银行企业版网站肥西县建设局官方网站
  • 官方网站优化价格淘淘乐网站建设
  • 沈阳做网站最好的公司小白测评做网站
  • 有什么比较好的做简历的网站成都有哪些网站建设
  • 网站建设名片设计网站关键词写在哪里
  • 山东房和城乡建设厅网站首页科技网站小编
  • 建立网站后台wordpress 去除index.php
  • 招生网站建设的意义广州 网站建设 020