Skip to content

Commit 707f0ec

Browse files
更新
1 parent c3a6a66 commit 707f0ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/project/秒杀项目总结.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Redis缓存服务
2828

2929
缓存商品和商品详情信息,如果不存在,则从数据库查询,并且加入到redis缓存,如果存在,直接返回。
3030

31+
32+
3133
##### RabbitMQ
3234

3335
1)异步订单
@@ -69,12 +71,17 @@ Redis缓存服务
6971

7072
- [扎心!线上服务宕机时,如何保证数据100%不丢失?](https://mp.weixin.qq.com/s/HwAc6o8jdIHQTnE3ghXhIA)
7173

74+
#### ehcache
75+
76+
- [EhCache在项目中的使用](https://blog.csdn.net/feng_an_qi/article/details/41819865)
77+
7278
#### Redis
7379

7480
- [Redis设计与实现总结文章](https://blog.csdn.net/qq_41594698/category_9067680.html)
7581
- [Redis面试题必备:基础,面试题](https://mp.weixin.qq.com/s/3Fmv7h5p2QDtLxc9n1dp5A)
7682
- [Redis面试相关:其中包含redis知识](https://blog.csdn.net/qq_35190492/article/details/103105780)
7783
- [Redis源码分析](http://cmsblogs.com/?p=4570)
84+
- [redis其他数据结构](https://blog.csdn.net/c_royi/article/details/82011208)
7885

7986
其他
8087

@@ -207,6 +214,7 @@ Redis缓存服务
207214
- [shiro相关教程](https://blog.csdn.net/sihai12345/category_9268544.html)
208215

209216
#### 线上问题调优(虚拟机,tomcat)
217+
- [jvm系列文章](https://crowhawk.github.io/tags/#JVM)
210218
- [* 一次JVM FullGC的背后,竟隐藏着惊心动魄的线上生产事故!](https://mp.weixin.qq.com/s/5SeGxKtwp6KZhUKn8jXi6A)
211219
- [Java虚拟机调优文章](https://blog.ouyangsihai.cn/categories/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3Java%E8%99%9A%E6%8B%9F%E6%9C%BA/)
212220
- [利用VisualVM对高并发项目进行性能分析](https://blog.ouyangsihai.cn/shen-ru-li-jie-java-xu-ni-ji-ru-he-li-yong-visualvm-dui-gao-bing-fa-xiang-mu-jin-xing-xing-neng-fen-xi.html#toc-heading-8)

0 commit comments

Comments
 (0)