From e68d5bf739ef020f3eb5dcad64ff2b4e5353cf77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B5=A9=E5=AE=87?= <19905616375@163.com> Date: Sun, 17 Mar 2024 12:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E7=AE=97=E6=9C=BA=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...23\215\344\275\234\347\263\273\347\273\23702.md" | 9 +++++++++ ...0240315_\346\226\207\344\273\266\345\244\271.md" | 13 +++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 "\346\235\216\346\265\251\345\256\207/20240314_\346\223\215\344\275\234\347\263\273\347\273\23702.md" create mode 100644 "\346\235\216\346\265\251\345\256\207/20240315_\346\226\207\344\273\266\345\244\271.md" diff --git "a/\346\235\216\346\265\251\345\256\207/20240314_\346\223\215\344\275\234\347\263\273\347\273\23702.md" "b/\346\235\216\346\265\251\345\256\207/20240314_\346\223\215\344\275\234\347\263\273\347\273\23702.md" new file mode 100644 index 0000000..b5c22a4 --- /dev/null +++ "b/\346\235\216\346\265\251\345\256\207/20240314_\346\223\215\344\275\234\347\263\273\347\273\23702.md" @@ -0,0 +1,9 @@ +# 设置 + +由设置进入设置入口,可以找到各个其他设置的入口。 + +![设置入口](https://qny.iouklmmn.top/PicGo/202403162156488.png) + +## 网络设置 + +![网络设置](https://qny.iouklmmn.top/PicGo/202403162157043.png) diff --git "a/\346\235\216\346\265\251\345\256\207/20240315_\346\226\207\344\273\266\345\244\271.md" "b/\346\235\216\346\265\251\345\256\207/20240315_\346\226\207\344\273\266\345\244\271.md" new file mode 100644 index 0000000..895f82f --- /dev/null +++ "b/\346\235\216\346\265\251\345\256\207/20240315_\346\226\207\344\273\266\345\244\271.md" @@ -0,0 +1,13 @@ +# 文件夹 + +下图中为 C 盘中常见文件夹。 + +![文件夹](https://qny.iouklmmn.top/PicGo/202403162158514.png) + +其中:Program Files(Program Files(x86))为常见软件安装目录,Windows 为系统安装目录。 + +## hosts + +在 `"C:\Windows\System32\drivers\etc\"`中有名为 hosts 的文件,可在其中指定本机的 DNS 地址解析。 + +![hosts](https://qny.iouklmmn.top/PicGo/202403162202447.png) -- Gitee