Skip to content

Commit

Permalink
Merge pull request xingshaocheng#46 from MottoX/patch-1
Browse files Browse the repository at this point in the history
修正一处错误
  • Loading branch information
xingshaocheng authored May 17, 2018
2 parents 5dd990a + 03c9c4d commit 222a584
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 @@ -685,7 +685,7 @@ KMP:Knuth-Morris-Pratt算法(简称KMP)

### 死锁
* [《“死锁”四个必要条件的合理解释》](https://blog.csdn.net/yunfenglw/article/details/45950305)
* 互斥、持有、不可剥夺、不可剥夺
* 互斥、持有、不可剥夺、环形等待
* [Java如何查看死锁?](https://blog.csdn.net/u014039577/article/details/52351626)
* JConsole 可以识别死锁。

Expand Down

0 comments on commit 222a584

Please sign in to comment.