Skip to content

Commit f713428

Browse files
committed
fix: 修复因大小写带来的路径解析错误
1 parent c499780 commit f713428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/fzu_cs_course/操作系统/简答题 MDver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ permalink: /fzu_cs_course/operating-systems/short-answers/
8585
- **结构性**:每个进程都有一个PCB(进程控制块),进程由程序段,数据段,PCB组成
8686

8787
4. 画出进程基本状态转换关系图:
88-
<img src="./简答题 mdver.assets/image-20231215002330503.png" alt="image-20231215002330503" style="zoom:50%;" />
88+
<img src="./简答题 MDver.assets/image-20231215002330503.png" alt="image-20231215002330503" style="zoom:50%;" />
8989

9090
5. 就绪. 执行和等待三种基本状态。
9191

0 commit comments

Comments
 (0)