X Tutup
Skip to content

Commit 47c332c

Browse files
committed
图片格式
1 parent a776598 commit 47c332c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
6 Bytes
Loading

notes/操作系统.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,7 @@ int a[N]; // go on a stack
274274
int* a = (int *)malloc(sizeof(int) * N); // go on a heap
275275
```
276276

277-
<div align="center"><img src="/pics/stack_and_heap.jpg" width="600"/></div><br/>
278-
279-
277+
<div align="center"><br/><img src="pics/stack_and_heap.jpg" width="550"/></div>
280278

281279
## 7. 如何理解分布式锁?
282280

0 commit comments

Comments
 (0)
X Tutup