File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 214
214
215
215
## Redis
216
216
217
+ [ 合集] ( http://wiki.jikexueyuan.com/project/redis/ )
218
+
219
+ #### 底层源码解析
220
+
221
+ + [ Redis源码解析] ( https://redissrc.readthedocs.io/en/latest/index.html )
222
+
223
+ #### 分布式锁
224
+
225
+ + [ 点我达技术:Redis分布式锁进化史] ( http://tech.dianwoda.com/2018/04/11/redisfen-bu-shi-suo-jin-hua-shi/ )
226
+
227
+ #### 缓存
228
+
217
229
+ [ 美团技术团队:缓存那些事] ( https://tech.meituan.com/cache_about.html )
218
230
219
231
298
310
#### Java异常
299
311
300
312
+ [ Java 异常处理] ( http://www.runoob.com/java/java-exceptions.html )
313
+ + [ throw和throws有什么区别?] ( https://www.nowcoder.com/questionTerminal/b769424fb8bf49d9bff97353c75d6f06 )
301
314
+ [ Java 中的异常和处理详解] ( http://www.importnew.com/26613.html )
302
315
+ [ 知乎:如何优雅地处理异常?] ( https://www.zhihu.com/question/28254987 )
303
316
596
609
+ [ CAP 定理的含义] ( http://www.ruanyifeng.com/blog/2018/07/cap.html )
597
610
+ ** 分布式事务**
598
611
+ [ 事务相关基础知识] ( http://www.hollischuang.com/archives/tag/%E4%BA%8B%E5%8A%A1 )
612
+ + [ 分布式事务] ( http://tech.dianwoda.com/2018/09/27/fen-bu-shi-shi-wu/ )
599
613
+ [ IBM developerWorks : JTA 深度历险 - 原理与实现] ( https://www.ibm.com/developerworks/cn/java/j-lo-jta/index.html )
600
614
+ ** happens-before**
601
615
+ 论文:[ Time, Clocks, and the Ordering of Events in a Distributed System] ( https://lamport.azurewebsites.net/pubs/time-clocks.pdf )
You can’t perform that action at this time.
0 commit comments