Skip to content

Commit ddb10a3

Browse files
新增
1 parent 726a509 commit ddb10a3

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

docs/interview-experience/面试常见问题分类汇总.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,19 @@ https://juejin.im/post/5a3284a75188252970793195
386386

387387
#### 如果使用 spring mvc,那 post 请求跟 put 请求有什么区别啊; 然后开始问 springmvc:描述从 tomcat 开始到 springmvc 返回到前端显示的整个流程,接着问 springmvc 中的 handlerMapping 的内部实现,然后又问 spring 中从载入 xml 文件到 getbean 整个流程,描述一遍
388388

389+
### springboot & springcloud
390+
391+
#### springboot
392+
393+
- [springboot面试题](https://mp.weixin.qq.com/s/id0Ga1OC4D3Hu6lkzc9hRg)
394+
- [springboot面试题2](https://mp.weixin.qq.com/s/XGIErbCx2i6Y8vBgw1gq_Q)
395+
396+
#### springcloud
397+
398+
- [springcloudm面试题](https://mp.weixin.qq.com/s/CYfLA9s9zhwcIwJjMFXhQQ)
399+
400+
401+
389402
### servlet
390403

391404
#### Servlet 知道是做什么的吗?和 JSP 有什么联系?

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Redis缓存服务
9292

9393
- [dubbo教程](https://blog.ouyangsihai.cn/dubbo-yi-pian-wen-zhang-jiu-gou-liao-dubbo-yu-dao-chu-lian.html)
9494
- [dubbo源码分析](http://cmsblogs.com/?p=5324)
95+
- [dubbo面试题](https://mp.weixin.qq.com/s/PdWRHgm83XwPYP08KnkIsw)
96+
- [dubbo面试题2](https://mp.weixin.qq.com/s/Kz0s9K3J9Lpvh37oP_CtCA)
9597

9698
#### zookeeper
9799

@@ -101,19 +103,24 @@ Redis缓存服务
101103

102104
- [zookeeper源码分析](http://cmsblogs.com/?p=4190)
103105

106+
- [zookeeeper面试题](https://segmentfault.com/a/1190000014479433)
107+
108+
- [zookeeper面试题2](https://juejin.im/post/5dbac7a0f265da4d2c5e9b3b)
109+
104110
### 消息队列
105111

106112
- [为什么要用消息队列?](https://mp.weixin.qq.com/s/fJwhfqWy0cxH74qs_YBiIg)
107113
- [* 你们的系统架构中为什么要引入消息中间件?](http://mp.weixin.qq.com/s?__biz=MzU0OTk3ODQ3Ng==&mid=2247484149&idx=1&sn=98186297335e13ec7222b3fd43cfae5a&chksm=fba6eaf6ccd163e0c2c3086daa725de224a97814d31e7b3f62dd3ec763b4abbb0689cc7565b0&scene=21#wechat_redirect)
108114
- [哥们,那你说说系统架构引入消息中间件有什么缺点?](https://mp.weixin.qq.com/s/DsowfyzYXcD-OyiL1JOFZw)
109115
- [哥们,消息中间件在你们项目里是如何落地的?](https://mp.weixin.qq.com/s/ZAWPRToPQFcwzHBf47jZ-A)
110116
- [消息中间件集群崩溃,如何保证百万生产数据不丢失?](https://mp.weixin.qq.com/s/AEn3j2lVJOHZx9yegwTsvw)
111-
- [RocketMQ教程](https://mp.weixin.qq.com/s/VAZaU1DuKbpnaALjp_-9Qw)
117+
112118

113119
#### RocketMQ
114120

115-
- [RocketMQ教程]()
121+
- [RocketMQ教程](https://mp.weixin.qq.com/s/VAZaU1DuKbpnaALjp_-9Qw)
116122
- [RocketMQ源码分析](http://cmsblogs.com/?p=3236)
123+
- [RocketMQ面试题](https://blog.csdn.net/dingshuo168/article/details/102970988)
117124

118125
#### RabbitMQ
119126

0 commit comments

Comments
 (0)