上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 52 下一页
摘要: https://www.cnblogs.com/linlf03/p/12445269.html 阅读全文
posted @ 2020-04-30 19:51 java渣渣 阅读(261) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wanghaitao4j/article/details/83625260 阅读全文
posted @ 2020-04-27 22:54 java渣渣 阅读(358) 评论(0) 推荐(0) 编辑
摘要: https://leetcode-cn.com/problems/linked-list-cycle/solution/yi-wen-gao-ding-chang-jian-de-lian-biao-wen-ti-h-2/ 阅读全文
posted @ 2020-04-25 15:55 java渣渣 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/52537298 阅读全文
posted @ 2020-04-23 22:02 java渣渣 阅读(96) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/372905832 总结:mysql 在RR级别下快照读不存在幻读问题,快照读在第一次读建立快照 当前读:可能会出现幻读通过next-key lock锁住范围解决幻读 阅读全文
posted @ 2020-04-22 16:35 java渣渣 阅读(770) 评论(0) 推荐(0) 编辑
摘要: mvcc:解决读写冲突的无锁并发控制, occ:解决写写冲突的无锁并发控制 https://www.zhihu.com/question/27876575 阅读全文
posted @ 2020-04-22 16:07 java渣渣 阅读(676) 评论(0) 推荐(1) 编辑
摘要: https://www.zhihu.com/question/263820564 阅读全文
posted @ 2020-04-22 14:41 java渣渣 阅读(520) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/happyflyingpig/p/7662881.html https://www.jianshu.com/p/8991cbca3854 阅读全文
posted @ 2020-04-18 16:37 java渣渣 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-23 18:04 java渣渣 阅读(296) 评论(0) 推荐(0) 编辑
摘要: CompletableFuture<Integer> ad = null; if (true) { ad = CompletableFuture.supplyAsync(() -> { try { TimeUnit.SECONDS.sleep(1); } catch (InterruptedExce 阅读全文
posted @ 2020-03-23 12:26 java渣渣 阅读(3626) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 52 下一页