修复:文章图片路径错误

This commit is contained in:
2022-07-29 15:54:44 +08:00
parent 46fb63016d
commit 8b981bd364
6 changed files with 21 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ tags:
不过好在最后问题解决了,跟笔者来一起看看解决方法吧。
![202112132257200](../../../public/img/2021/12/202112132257200.png)
![202112132257200](../../../../public/img/2021/12/202112132257200.png)
## 解决方案
@@ -26,15 +26,15 @@ tags:
首先,在出现问题的磁盘上【右键】单击,然后选择【属性】。
![202112132257205](../../../public/img/2021/12/202112132257205.png)
![202112132257205](../../../../public/img/2021/12/202112132257205.png)
在弹出的【属性】对话框中,选择【工具】选项卡,然后点击【检查】按钮。这个功能是用来检查磁盘文件系统错误的,检查完还会有个错误修复的环节。
![202112132257210](../../../public/img/2021/12/202112132257210.png)
![202112132257210](../../../../public/img/2021/12/202112132257210.png)
可惜的是,不知道是笔者这台电脑登录的账号权限问题,还是系统错误,这项修复手段,笔者用不了。
![202112132257215](../../../public/img/2021/12/202112132257215.png)
![202112132257215](../../../../public/img/2021/12/202112132257215.png)
### 尝试2命令行修复
@@ -42,7 +42,7 @@ tags:
按下【Windows】键弹出【开始】菜单直接输入【cmd】来在菜单中搜索。搜索出来后在【cmd.exe/命令行】上【右键】单击,选择【以管理员身份运行】。
![202112132257220](../../../public/img/2021/12/202112132257220.png)
![202112132257220](../../../../public/img/2021/12/202112132257220.png)
在弹出的 CMD 命令行窗口中,输入以下命令:
@@ -51,10 +51,10 @@ tags:
chkdsk f: /f
```
![202112132257225](../../../public/img/2021/12/202112132257225.png)
![202112132257225](../../../../public/img/2021/12/202112132257225.png)
![202112132257230](../../../public/img/2021/12/202112132257230.png)
![202112132257230](../../../../public/img/2021/12/202112132257230.png)
等待检查修复结束,笔者的 F 盘又回来了。
![202112132257235](../../../public/img/2021/12/202112132257235.png)
![202112132257235](../../../../public/img/2021/12/202112132257235.png)