摘要: RabbitMQ: https://www.jianshu.com/p/dae5bbed39b1 https://www.cnblogs.com/huanshilang/p/12711046.html kafaka: https://juejin.cn/post/684490409402118963 阅读全文
posted @ 2022-03-30 11:01 rainisraing 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1. 设计一个简单的答题系统:https://blog.csdn.net/everythingss/article/details/79551854 2. 评论系统设计:https://juejin.cn/post/6907187734696165389 阅读全文
posted @ 2022-03-18 14:54 rainisraing 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2022-03-18 14:31 rainisraing 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1. https://learnku.com/articles/56078 非常重要 2.https://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==&mid=2247486196&idx=1&sn=b2887ced96e01198942ae3d794f9bb9 阅读全文
posted @ 2022-03-09 17:32 rainisraing 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2022-03-08 12:34 rainisraing 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1. 各种树:https://zhuanlan.zhihu.com/p/27700617 2. b+树和b树:https://blog.csdn.net/been123456789jimmy/article/details/106774799 3. 时间复杂度 & 空间复杂度:https://zhu 阅读全文
posted @ 2022-03-08 12:34 rainisraing 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 1. rpc 和http的区别: https://taou.cn/2Xsix 2. soa,soap... https://www.cnblogs.com/yuxiang204/archive/2012/10/16/2726006.html 3. 抓包 4. http,websocket 5. ht 阅读全文
posted @ 2022-03-08 12:33 rainisraing 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1. important : https://cloud.tencent.com/developer/article/1814536 2. 非常重要的redis 合集: https://xiaolincoding.com/redis/ 阅读全文
posted @ 2022-03-08 11:41 rainisraing 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1. GPM:https://zboya.github.io/post/go_scheduler/?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io https://zhuanlan.zhihu.com/p/323271088 h 阅读全文
posted @ 2022-03-08 11:40 rainisraing 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 分支合并 目标 分支A 合入分支B: a. git checkout B b. git merge --no-ff origin/A 如果有冲突,解决冲突 c. git commit -am "合并分支" (如果有冲突,重复 git merge --no-ff origin/A) d. git pu 阅读全文
posted @ 2022-03-07 15:25 rainisraing 阅读(13) 评论(0) 推荐(0) 编辑