update image paths

This commit is contained in:
Ilkka Seppälä
2021-10-31 20:00:22 +02:00
parent fd915161ee
commit 4d54781f79
99 changed files with 48 additions and 48 deletions

View File

@ -10,7 +10,7 @@ tags:
通过先测试锁定标准("锁提示")而不实际获取锁的方式来减少获取锁的开销。只有当锁定标准检查表明需要锁定时,才进行实际的锁定逻辑。
## 类图
![alt text](../../../double-checked-locking/etc/double_checked_locking_1.png "Double Checked Locking")
![alt text](etc/double_checked_locking_1.png "Double Checked Locking")
## 适用场景
在以下场景适合使用双重锁检查模式:

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB