当前位置: 首页 > news >正文 国外大气网站曲靖市网站建设 news 2025/11/1 11:39:25 国外大气网站,曲靖市网站建设,wap门户网站,crm外贸管理软件日常工作总结 1000. JAVA基础1. 泛型1.1 泛型和Object的区别 1100. Spring1. 常用注解1.1 ControllerAdvice注解1.2 缓存Cacheable 2. 常用方法2.1 BeanUtils.copyProperties的用法 3. 常用功能组件3.1 过滤器Filter 2000. Linux应用 1000. JAVA基础 1. 泛型 1.1 泛型和Objec… 日常工作总结 1000. JAVA基础1. 泛型1.1 泛型和Object的区别 1100. Spring1. 常用注解1.1 ControllerAdvice注解1.2 缓存Cacheable 2. 常用方法2.1 BeanUtils.copyProperties的用法 3. 常用功能组件3.1 过滤器Filter 2000. Linux应用 1000. JAVA基础 1. 泛型 1.1 泛型和Object的区别 泛型和Object的区别 什么时候用泛型 什么时候使用Object 1100. Spring 1. 常用注解 1.1 ControllerAdvice注解 spring的ControllerAdvice注解 1.2 缓存Cacheable Cacheable使用详解 Cacheable 注解在方法上表示该方法的返回结果是可以缓存的。也就是说该方法的返回结果会放在缓存中以便于以后使用相同的参数调用该方法时会返回缓存中的值而不会实际执行该方法。 依赖 dependencygroupIdorg.springframework.boot/groupIdartifactIdspring-boot-starter-data-redis/artifactId/dependencydependencygroupIdorg.springframework.boot/groupIdartifactIdspring-boot-starter-cache/artifactId/dependency配置类 package com.imooc.mall.config;import java.time.Duration;import org.springframework.cache.annotation.EnableCaching; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.redis.cache.RedisCacheConfiguration; import org.springframework.data.redis.cache.RedisCacheManager; import org.springframework.data.redis.cache.RedisCacheWriter; import org.springframework.data.redis.connection.RedisConnectionFactory;/*** 描述 缓存的配置类*/ Configuration EnableCaching public class CachingConfig {Beanpublic RedisCacheManager redisCacheManager(RedisConnectionFactory connectionFactory) {RedisCacheWriter redisCacheWriter RedisCacheWriter.lockingRedisCacheWriter(connectionFactory);RedisCacheConfiguration cacheConfiguration RedisCacheConfiguration.defaultCacheConfig();//超时时间30scacheConfiguration cacheConfiguration.entryTtl(Duration.ofSeconds(30));RedisCacheManager redisCacheManager new RedisCacheManager(redisCacheWriter, cacheConfiguration);return redisCacheManager;} } 启动类需要EnableCaching描述 package com.imooc.mall;import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cache.annotation.EnableCaching; import springfox.documentation.swagger2.annotations.EnableSwagger2;SpringBootApplication MapperScan(basePackages com.imooc.mall.model.dao) EnableSwagger2 EnableCaching public class MallApplication {public static void main(String[] args) {SpringApplication.run(MallApplication.class, args);}} 应用 import org.springframework.cache.annotation.Cacheable;OverrideCacheable(value listCategoryForCustomer)public ListCategoryVO listCategoryForCustomer() {ArrayListCategoryVO categoryVOList new ArrayList();recursivelyFindCategories(categoryVOList, 0);return categoryVOList;}2. 常用方法 2.1 BeanUtils.copyProperties的用法 BeanUtils.copyProperties的用法(超详细建议收藏) 如果有两个具有很多相同属性名的JavaBean对象a和b想把a中的属性赋值到b 3. 常用功能组件 3.1 过滤器Filter Filter过滤器简介 JavaWeb过滤器(Filter)详解 2000. Linux应用 文章转载自: http://www.morning.ymqfx.cn.gov.cn.ymqfx.cn http://www.morning.qxycf.cn.gov.cn.qxycf.cn http://www.morning.clkyw.cn.gov.cn.clkyw.cn http://www.morning.rcjwl.cn.gov.cn.rcjwl.cn http://www.morning.fktlr.cn.gov.cn.fktlr.cn http://www.morning.yhpl.cn.gov.cn.yhpl.cn http://www.morning.ttcmdsg.cn.gov.cn.ttcmdsg.cn http://www.morning.jlboyuan.cn.gov.cn.jlboyuan.cn http://www.morning.syssdz.cn.gov.cn.syssdz.cn http://www.morning.dbrdg.cn.gov.cn.dbrdg.cn http://www.morning.xlclj.cn.gov.cn.xlclj.cn http://www.morning.rnnwd.cn.gov.cn.rnnwd.cn http://www.morning.mjyrg.cn.gov.cn.mjyrg.cn http://www.morning.cnqwn.cn.gov.cn.cnqwn.cn http://www.morning.drgmr.cn.gov.cn.drgmr.cn http://www.morning.tdldh.cn.gov.cn.tdldh.cn http://www.morning.dhrbj.cn.gov.cn.dhrbj.cn http://www.morning.jzsgn.cn.gov.cn.jzsgn.cn http://www.morning.ntqnt.cn.gov.cn.ntqnt.cn http://www.morning.lsgsn.cn.gov.cn.lsgsn.cn http://www.morning.hbqfh.cn.gov.cn.hbqfh.cn http://www.morning.qsbcg.cn.gov.cn.qsbcg.cn http://www.morning.kpwcx.cn.gov.cn.kpwcx.cn http://www.morning.tqbw.cn.gov.cn.tqbw.cn http://www.morning.tldhq.cn.gov.cn.tldhq.cn http://www.morning.dkfrd.cn.gov.cn.dkfrd.cn http://www.morning.rwqk.cn.gov.cn.rwqk.cn http://www.morning.rklgm.cn.gov.cn.rklgm.cn http://www.morning.dkzrs.cn.gov.cn.dkzrs.cn http://www.morning.bzlfw.cn.gov.cn.bzlfw.cn http://www.morning.fksxs.cn.gov.cn.fksxs.cn http://www.morning.wbqt.cn.gov.cn.wbqt.cn http://www.morning.sltfk.cn.gov.cn.sltfk.cn http://www.morning.fwrr.cn.gov.cn.fwrr.cn http://www.morning.kzrbn.cn.gov.cn.kzrbn.cn http://www.morning.qfplp.cn.gov.cn.qfplp.cn http://www.morning.pqppj.cn.gov.cn.pqppj.cn http://www.morning.wrdpj.cn.gov.cn.wrdpj.cn http://www.morning.hlfgm.cn.gov.cn.hlfgm.cn http://www.morning.xblrq.cn.gov.cn.xblrq.cn http://www.morning.dmtbs.cn.gov.cn.dmtbs.cn http://www.morning.bccls.cn.gov.cn.bccls.cn http://www.morning.rcyrm.cn.gov.cn.rcyrm.cn http://www.morning.sxjmz.cn.gov.cn.sxjmz.cn http://www.morning.wnqfz.cn.gov.cn.wnqfz.cn http://www.morning.wnhgb.cn.gov.cn.wnhgb.cn http://www.morning.nynlf.cn.gov.cn.nynlf.cn http://www.morning.yrhsg.cn.gov.cn.yrhsg.cn http://www.morning.qszyd.cn.gov.cn.qszyd.cn http://www.morning.rkdnm.cn.gov.cn.rkdnm.cn http://www.morning.gwwky.cn.gov.cn.gwwky.cn http://www.morning.cmzgt.cn.gov.cn.cmzgt.cn http://www.morning.trkhx.cn.gov.cn.trkhx.cn http://www.morning.rnrfs.cn.gov.cn.rnrfs.cn http://www.morning.ydnx.cn.gov.cn.ydnx.cn http://www.morning.nwmwp.cn.gov.cn.nwmwp.cn http://www.morning.wjhdn.cn.gov.cn.wjhdn.cn http://www.morning.jbhhj.cn.gov.cn.jbhhj.cn http://www.morning.tnjkg.cn.gov.cn.tnjkg.cn http://www.morning.qgghr.cn.gov.cn.qgghr.cn http://www.morning.iuibhkd.cn.gov.cn.iuibhkd.cn http://www.morning.xqgfy.cn.gov.cn.xqgfy.cn http://www.morning.jhrkm.cn.gov.cn.jhrkm.cn http://www.morning.flzqq.cn.gov.cn.flzqq.cn http://www.morning.gccrn.cn.gov.cn.gccrn.cn http://www.morning.dmzzt.cn.gov.cn.dmzzt.cn http://www.morning.jgmdr.cn.gov.cn.jgmdr.cn http://www.morning.hmxrs.cn.gov.cn.hmxrs.cn http://www.morning.wxwall.com.gov.cn.wxwall.com http://www.morning.kltsn.cn.gov.cn.kltsn.cn http://www.morning.zqbrd.cn.gov.cn.zqbrd.cn http://www.morning.hrydl.cn.gov.cn.hrydl.cn http://www.morning.qrqdr.cn.gov.cn.qrqdr.cn http://www.morning.fssmx.com.gov.cn.fssmx.com http://www.morning.weitao0415.cn.gov.cn.weitao0415.cn http://www.morning.jfjpn.cn.gov.cn.jfjpn.cn http://www.morning.rchsr.cn.gov.cn.rchsr.cn http://www.morning.ryjqh.cn.gov.cn.ryjqh.cn http://www.morning.nwjd.cn.gov.cn.nwjd.cn http://www.morning.qjngk.cn.gov.cn.qjngk.cn 查看全文 http://www.tj-hxxt.cn/news/267925.html 相关文章: 怎样将网站建设后台装到云上公众平台官网登录入口 地名网站建设费用东莞大岭山镇邮政编码 成品网站 售卖seo爱站网 镇江做网站wordpress 晒单 怎么样做微网站成都优化官网推广 国内建站平台有哪些网站开发怎么自学 完成公司网站建设app与网站用的服务器 门户网站建设进度帝国cms源码 ui网站界面设计开发板一般在周几更新 怎样说服客户做网站自己如何做购物网站 专业网站推广服务咨询行业数据可以从哪里获取 国外网站怎么上wordpress编辑分类 廊坊微信网站建设搬瓦工ss加wordpress 做礼品建什么网站wordpress 标题长度 省略号 2008服务器做网站做企鹅号的视频素材网站 周口网站建设多少钱做的新网站到首页又下去了 集团网站制作方案ppt做网站程序看什么书 手机网站被禁止访问怎么设置打开宁波网站建设流程有哪些 苏州企业网站制作报价国内wordpress大神 网站搜索算法缅甸新闻最新消息 网站排名推广自己怎么做网络推广营销工具 成都建设网站那家好做的好的h游戏下载网站 网站销售如何做业绩互联网营销怎么赚钱 长沙专业外贸建站公司白云营销型网站建设 网站投稿源码西宁网站制作哪家好 嘉兴做网站美工的工作深圳专业做网站的公司哪家好 网站建设了解海南有线微信公众号 家居设计网站模板win2008做的网站打不开 成都网站建设价格网站和网店区别 如何给网站配色自己做简单网站