2019年9月17日

redis缓冲穿透、缓存击穿、缓存雪崩

摘要: https://blog.csdn.net/kongtiao5/article/details/82771694 缓冲穿透 : 都没有数据、接口判读,key-VALUE NULL 缓存击穿: 数据库有 缓存没有 热点数据不过期,互斥锁 一条 缓存雪崩 : 数据库有 缓存没有 热点数据不过期,互斥锁 阅读全文

posted @ 2019-09-17 16:29 raoziming 阅读(76) 评论(0) 推荐(0) 编辑

2019年8月20日

rabbitMQ

摘要: https://blog.csdn.net/hellozpc/article/details/81436980#71A_996 https://www.cnblogs.com/Jeely/p/10784013.html 阅读全文

posted @ 2019-08-20 11:15 raoziming 阅读(65) 评论(0) 推荐(0) 编辑

2019年8月19日

hashMapk扩容

摘要: https://www.jianshu.com/p/937292c5d196 阅读全文

posted @ 2019-08-19 14:18 raoziming 阅读(118) 评论(0) 推荐(0) 编辑

2019年8月7日

web跨域

摘要: https://www.cnblogs.com/smiler/p/5829621.html 阅读全文

posted @ 2019-08-07 15:40 raoziming 阅读(60) 评论(0) 推荐(0) 编辑

2019年7月31日

Tomcat启动很慢

摘要: https://www.cnblogs.com/canmeng-cn/p/7909214.html 阅读全文

posted @ 2019-07-31 17:08 raoziming 阅读(227) 评论(0) 推荐(0) 编辑

Linux上的redis安装,包括后台启动redis

摘要: https://www.jianshu.com/p/e6fec0d77592 阅读全文

posted @ 2019-07-31 17:06 raoziming 阅读(228) 评论(0) 推荐(0) 编辑

2019年7月22日

Redis单点登录

摘要: https://www.jianshu.com/p/644d3c204391 阅读全文

posted @ 2019-07-22 16:02 raoziming 阅读(116) 评论(0) 推荐(0) 编辑

2019年7月10日

MySQL有哪些存储引擎,各自的优缺点,应用场景

摘要: http://youzhixueyuan.com/advantages-and-disadvantages-of-mysql-storage-engine.html 阅读全文

posted @ 2019-07-10 17:01 raoziming 阅读(401) 评论(0) 推荐(0) 编辑

MySQL慢查询优化、索引优化、以及表等优化总结

摘要: http://youzhixueyuan.com/mysql-slow-query-optimization-index-optimization.html 阅读全文

posted @ 2019-07-10 16:15 raoziming 阅读(106) 评论(0) 推荐(0) 编辑

Redis缓存和MySQL数据一致性方案详解

摘要: http://youzhixueyuan.com/redis-cache-and-mysql-data-consistency.html 阅读全文

posted @ 2019-07-10 15:56 raoziming 阅读(499) 评论(0) 推荐(0) 编辑

导航