Skip to content

Commit ae3e15b

Browse files
committed
pic serve url
1 parent c4dc1b3 commit ae3e15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/java/2016-07-04-java_volatile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class Singleton {
4242
4343
# 内存中变量的操作
4444

45-
![内存模型]({{img_server}}/tools/img/java_volatile.jpg)
45+
![内存模型]({{ site.img_server }}/tools/img/java_volatile.jpg)
4646

4747
JAVA 内存模型定义了八种操作来完成主内存和工作内存的变量访问,具体
4848
如下:

0 commit comments

Comments
 (0)