Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xingshaocheng authored Nov 4, 2019
1 parent 30573d6 commit 92a0dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ KMP:Knuth-Morris-Pratt算法(简称KMP)

### 乐观锁 & CAS

* [《乐观锁的一种实现方式——CAS》](http://www.importnew.com/20472.html)
* [《乐观锁的一种实现方式——CAS》](https://blog.csdn.net/u011514810/article/details/76895723/)
* 和MySQL乐观锁方式相似,只不过是通过和原值进行比较。

### ABA 问题
Expand Down

0 comments on commit 92a0dcb

Please sign in to comment.