上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: 丢失更新:两个事务同时更新一行数据,最后一个事务的更新会覆盖掉第一个事务的更新,从而导致第一个事务更新的数据丢失,这是由于没有加锁造成的; 1. 脏读 :脏读就是指当一个事务正在访问数据,并且对数据进行了修改,而这种修改还没有提交到数据库中,这时,另外一个事务也访问这个数据,然后使用了这个数据。 e 阅读全文
posted @ 2020-03-11 15:19 zdcsmart 阅读(164) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_22771739/article/details/89139873 阅读全文
posted @ 2020-03-11 14:59 zdcsmart 阅读(87) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/kingsonfu/p/11047116.html https://www.cnblogs.com/ark-blog/p/9694950.html 阅读全文
posted @ 2020-03-11 14:56 zdcsmart 阅读(155) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xiaohuiduan/p/9941268.html 阅读全文
posted @ 2020-03-10 13:21 zdcsmart 阅读(68) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/7d6853140e13 阅读全文
posted @ 2020-03-09 16:22 zdcsmart 阅读(67) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lijingran/p/9001302.html 阅读全文
posted @ 2020-03-09 14:28 zdcsmart 阅读(58) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/u/3995125/blog/3058663 https://www.cnblogs.com/jtlgb/p/6037945.html https://blog.csdn.net/qq_29663071/article/details/79486048 阅读全文
posted @ 2020-03-09 11:09 zdcsmart 阅读(80) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/jerry11112/article/details/80618420 阅读全文
posted @ 2020-02-24 10:28 zdcsmart 阅读(92) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xujanus/p/9156414.html 阅读全文
posted @ 2020-02-22 16:30 zdcsmart 阅读(56) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/fivestudy/p/10212306.html#4154713 阅读全文
posted @ 2020-02-20 10:45 zdcsmart 阅读(181) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页