上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
摘要: 1.tcp三次握手与四次挥手 https://www.javanav.com/interview/0e618681f34346459b58bc94ba35df94.html 2.hashMap的组成以及与hashTable的区别: https://www.cnblogs.com/williamjie 阅读全文
posted @ 2020-07-11 18:59 shouyaya 阅读(205) 评论(0) 推荐(0)
摘要: 1.添加相关依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId> </dependency> 2.在springBoot启动类添加@ 阅读全文
posted @ 2020-07-07 16:07 shouyaya 阅读(508) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/cuimeiping/p/10096332.html 阅读全文
posted @ 2020-07-06 23:54 shouyaya 阅读(137) 评论(0) 推荐(0)
摘要: 1.通过官方文档查看相关的命令操作:http://www.redis.cn/commands.html 关键命令1:setIfAbsent(String key,String value)对应官方文档的 setnx 解释:将key设置值为value,如果key不存在,这种情况下等同SET命令。 当k 阅读全文
posted @ 2020-07-06 23:43 shouyaya 阅读(451) 评论(0) 推荐(0)
摘要: 1.引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> 2.在前端页面编写WebSocke 阅读全文
posted @ 2020-07-05 16:16 shouyaya 阅读(461) 评论(0) 推荐(0)
摘要: 1.在公众号后台获取消息模板(本例使用微信测试账号),观看微信官方文档:https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.html#5 测试账号需自己定义消息模 阅读全文
posted @ 2020-07-04 17:55 shouyaya 阅读(2755) 评论(0) 推荐(0)
摘要: 1.编写切面类 @Component @Aspect @Slf4j public class SellerAuthorizeAspect { @Autowired StringRedisTemplate stringRedisTemplate; @Pointcut(value = "executio 阅读全文
posted @ 2020-07-04 16:19 shouyaya 阅读(688) 评论(0) 推荐(0)
摘要: 1.下载安装,Redis的客户端:Redis Desktop Manager 2. 连接服务器的Redis 3.引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter- 阅读全文
posted @ 2020-07-02 22:10 shouyaya 阅读(872) 评论(0) 推荐(0)
摘要: 1.什么是分布式系统 2.分布式系统的3个特点: 3.分布式系统、集群、分布式计算的区别 如有3台计算机a,b,c 若a,b,c三台计算机分别负责不同的功能,则三台计算机就是一个分布式系统 若a,b,c三台计算机负责的同一功能,则三台计算机就是一个集群 若a,b,c三台计算机分别计算,最后把结果汇总 阅读全文
posted @ 2020-07-02 11:25 shouyaya 阅读(391) 评论(0) 推荐(0)
摘要: 1.使用http://www.ibootstrap.cn/自行搭配好页面,然后生成html代码 2.根据生成相应的link标签,注意生成对应版本号的link标签 3.写个html页面把代码粘上去 阅读全文
posted @ 2020-06-29 22:49 shouyaya 阅读(1968) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页