摘要: 《Spring in action》 阅读全文
posted @ 2019-05-03 23:30 笔记Next 阅读(186) 评论(0) 推荐(0)
摘要: 两个事务操作: set autocommit=off; A: begin; select * from students where id=1 for update; B: begin; select * from students where id=1; 显示结果(直接查询,无需获得锁) sele 阅读全文
posted @ 2019-05-03 14:28 笔记Next 阅读(2664) 评论(0) 推荐(0)