Skip to content

Commit bd23d44

Browse files
update
1 parent 707f0ec commit bd23d44

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,21 +199,24 @@ Redis缓存服务
199199
#### 前后端分离
200200

201201
- [前后端分离概述](https://blog.csdn.net/fuzhongmin05/article/details/81591072)
202-
- [ 基于JWT的token身份认证方案
203-
](https://www.cnblogs.com/xiangkejin/archive/2018/05/08/9011119.html)
204-
- [JWT-token—前后端分离架构的api安全问题](https://www.jianshu.com/p/836df92c06eb)
202+
- [前后端分离之JWT用户认证](https://www.jianshu.com/p/180a870a308a)
205203

206204
#### mysql(优化)
207205

208206
- [MySQL高频面试题](https://mp.weixin.qq.com/s/KFCkvfF84l6Eu43CH_TmXA)
209207
- [MySQL查询优化过程](https://mp.weixin.qq.com/s/jtuLb8uAIHJNvNpwcIZfpA)
208+
- [MVCC原理](https://liuzhengyang.github.io/2017/04/18/innodb-mvcc/)
209+
- [MySQL锁](https://blog.ouyangsihai.cn/mysql-de-you-yi-shen-qi-suo.html)
210210

211211
#### 权限控制(设计、shiro)
212212

213213
- [权限控制设计](https://mp.weixin.qq.com/s/WTgz07xDIf9FbAfCDyTheQ)
214214
- [shiro相关教程](https://blog.csdn.net/sihai12345/category_9268544.html)
215+
- [springboot+vue+shiro前后端分离实战项目](https://blog.csdn.net/neuf_soleil/category_9287210.html)
216+
- [shiro挺好的教程](https://how2j.cn/k/shiro/shiro-springboot/1728.html)
215217

216218
#### 线上问题调优(虚拟机,tomcat)
219+
- [垃圾收集器ZGC](https://juejin.im/post/5dc361d3f265da4d1f51c670)
217220
- [jvm系列文章](https://crowhawk.github.io/tags/#JVM)
218221
- [* 一次JVM FullGC的背后,竟隐藏着惊心动魄的线上生产事故!](https://mp.weixin.qq.com/s/5SeGxKtwp6KZhUKn8jXi6A)
219222
- [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/)

0 commit comments

Comments
 (0)