摘要:
1. 原理 乐观并发的原理: update GoodsInfo set goodOwner=新值 where id=01 and goodOwner=旧值 剖析:当Update的时候,如果数据库中的goodOwner值已经被其他操作者更新为其他值了,那么where语句的值就会为false,因此这个U 阅读全文
posted @ 2023-06-06 20:02
.net&new
阅读(277)
评论(0)
推荐(0)
浙公网安备 33010602011771号