From 4be48cdd6283506a69f627f63dd37cd8319c76c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E8=83=A1=E6=9D=A5=E4=B9=9F?= Date: Thu, 29 Feb 2024 09:20:37 +0800 Subject: [PATCH 01/13] =?UTF-8?q?=E8=80=81=E8=83=A1=E7=9A=84=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E5=9B=9E=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...46\347\254\254\344\270\200\350\257\276.md" | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 "\350\200\201\350\203\241\346\235\245\344\271\237/20240229-\345\274\200\345\255\246\347\254\254\344\270\200\350\257\276.md" diff --git "a/\350\200\201\350\203\241\346\235\245\344\271\237/20240229-\345\274\200\345\255\246\347\254\254\344\270\200\350\257\276.md" "b/\350\200\201\350\203\241\346\235\245\344\271\237/20240229-\345\274\200\345\255\246\347\254\254\344\270\200\350\257\276.md" new file mode 100644 index 0000000..bcd8d4e --- /dev/null +++ "b/\350\200\201\350\203\241\346\235\245\344\271\237/20240229-\345\274\200\345\255\246\347\254\254\344\270\200\350\257\276.md" @@ -0,0 +1,71 @@ +# 标题一 + +## 标题二 + +### 标题三 + +#### 标题四 + + +##### 标题五 + + +###### 标题六 + + + +1. 第一行 + +2. 第二行 + +3. 第三行 + + + +- 第一行 +- 第一行 +- 第一行 +- 第一行 +- 第一行 +- 第一行 + + ++ 第二行 ++ 第二行 ++ 第二行 ++ 第二行 ++ 第二行 ++ 第二行 ++ 第二行 + +`永远是朋友` + + +永远是朋友 + +```js +function fn(){ + console.log('3333'); +} +``` + +> 我是强调 + + +| Id | 姓名| 性别 | +| - | -| - | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | +| 1 | 张三 | 女 | + -- Gitee From 0807350fe8e7c8e0785772f8cd04ddbf73161a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E8=83=A1=E6=9D=A5=E4=B9=9F?= Date: Thu, 29 Feb 2024 10:48:18 +0800 Subject: [PATCH 02/13] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c48c280..84ab289 100644 --- a/readme.md +++ b/readme.md @@ -1 +1,3 @@ -## 22级实施运维4班 实用计算机基础笔记 \ No newline at end of file +## 22级实施运维4班 实用计算机基础笔记 + +上课录屏地址:https://www.alipan.com/s/pw1A1Wfj7kq \ No newline at end of file -- Gitee From 0c3fcb09addf20afdb61e575f2fc83e593bc379f Mon Sep 17 00:00:00 2001 From: uoxxi <26464546@qq.com> Date: Thu, 29 Feb 2024 11:16:29 +0800 Subject: [PATCH 03/13] a single wolf --- ...1\347\256\227\346\234\272\345\237\272\347\241\200.md" | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 "\347\250\213\346\231\264/20240209-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" diff --git "a/\347\250\213\346\231\264/20240209-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" "b/\347\250\213\346\231\264/20240209-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" new file mode 100644 index 0000000..9830cf5 --- /dev/null +++ "b/\347\250\213\346\231\264/20240209-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" @@ -0,0 +1,9 @@ +# 计算机基础 +### 硬件 +- CPU() +中央处理器(Central Processing Unit,简称CPU)作为计算机系统的运算和控制核心,是信息处理、程序运行的最终执行单元 +- 内存 +内存(Memory)是计算机的重要部件,也称内存储器和主存储器,它用于暂时存放CPU中的运算数据,以及与硬盘等外部存储器交换的数据 +- 硬盘 +电脑硬盘是计算机最主要的存储设备 +### 软件 \ No newline at end of file -- Gitee From e4cd5dbe14f44ae947ba1baf0ecd960be861a879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E6=99=B410?= <11772438+uoxxi@user.noreply.gitee.com> Date: Fri, 1 Mar 2024 09:21:12 +0000 Subject: [PATCH 04/13] hhh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 程晴10 <11772438+uoxxi@user.noreply.gitee.com> --- ...27\346\234\272\345\237\272\347\241\200.md" | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 "\347\250\213\346\231\264/20240301-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" diff --git "a/\347\250\213\346\231\264/20240301-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" "b/\347\250\213\346\231\264/20240301-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" new file mode 100644 index 0000000..efef0e5 --- /dev/null +++ "b/\347\250\213\346\231\264/20240301-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" @@ -0,0 +1,20 @@ +## 硬件 +### CPU +1. Intel +2. AMD +3. ARM +4. 龙腾 +5. 申威 +6. 鲲鹏 +### 内存 +- 三星 +- 金士顿 +- 铠侠 +- 威刚 +- 雷克沙 +### 硬盘 +- HDD(机械硬盘) +- SSD(固态硬盘) +## 软件 +## 计算机硬件构成部分 +主板 电源 机箱 显卡 散热器 声卡 网卡 显示器 键盘 鼠标 音响 摄像头 光盘驱动器 软盘驱动器 数位板 \ No newline at end of file -- Gitee From 1ba06aacdc2edef72c95861e45cabfd78615fe68 Mon Sep 17 00:00:00 2001 From: gdfysgf Date: Sat, 2 Mar 2024 11:25:00 +0800 Subject: [PATCH 05/13] uhreui --- ...54\344\273\266\347\247\215\347\261\273.md" | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 "\347\250\213\346\231\264/20240302-\347\241\254\344\273\266\347\247\215\347\261\273.md" diff --git "a/\347\250\213\346\231\264/20240302-\347\241\254\344\273\266\347\247\215\347\261\273.md" "b/\347\250\213\346\231\264/20240302-\347\241\254\344\273\266\347\247\215\347\261\273.md" new file mode 100644 index 0000000..e4e6833 --- /dev/null +++ "b/\347\250\213\346\231\264/20240302-\347\241\254\344\273\266\347\247\215\347\261\273.md" @@ -0,0 +1,24 @@ +## 硬件种类 +#### 散热器 +1. 水冷 +2. 风冷 +3. 液氮 +#### 显卡 +1. 渲染核心数 +2. 显存 +3. 频率 +4. 掉帧是与赫兹有关 +#### 网卡 +网络适配器:10M/100M/20.5G/10G +#### 服务器多网口作用 +1. 负载平衡 +2. 连接多个网络 +#### 显示器 +#### 键盘 +1. 机械键盘(青轴、黑轴...) +2. 薄膜键盘 +#### 鼠标 +1. 滚轮鼠标 +2. 激光鼠标 +#### 音箱 +哈曼卡顿音箱 \ No newline at end of file -- Gitee From 1dfec54e14eedb0af443b8043828c61e81b6e60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E6=99=B410?= <11772438+uoxxi@user.noreply.gitee.com> Date: Mon, 4 Mar 2024 03:28:26 +0000 Subject: [PATCH 06/13] 4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 程晴10 <11772438+uoxxi@user.noreply.gitee.com> --- ...256\227\346\234\272\345\237\272\347\241\200.md" | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 "\347\250\213\346\231\264/20240304-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" diff --git "a/\347\250\213\346\231\264/20240304-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" "b/\347\250\213\346\231\264/20240304-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" new file mode 100644 index 0000000..94afe44 --- /dev/null +++ "b/\347\250\213\346\231\264/20240304-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" @@ -0,0 +1,14 @@ +# 计算机基础 +## 硬件 +### 耳机 +- 入耳式 (耳麦) +- 独立式(麦克风) +### 打印机 +### 扫描仪 +一种捕获影像的装置,,它可将影像转换为计算机可以显示、编辑、存储和输出的数字格式,是功能很强的一种输入设备 +### 摄像头 +- 针式打印机 +- +### 投影机 +1. 分辨率 +2. 亮度 \ No newline at end of file -- Gitee From 0d3c6a2afab48295ef5e90f6db2d935c37b8b297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E6=99=B410?= <11772438+uoxxi@user.noreply.gitee.com> Date: Wed, 6 Mar 2024 03:18:09 +0000 Subject: [PATCH 07/13] =?UTF-8?q?=E5=AD=A4=E7=8B=AC=E7=9A=84=E7=8B=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 程晴10 <11772438+uoxxi@user.noreply.gitee.com> --- ...00\347\254\254\344\272\224\346\254\241.md" | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 "\347\250\213\346\231\264/20240306-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\224\346\254\241.md" diff --git "a/\347\250\213\346\231\264/20240306-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\224\346\254\241.md" "b/\347\250\213\346\231\264/20240306-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\224\346\254\241.md" new file mode 100644 index 0000000..6030b4f --- /dev/null +++ "b/\347\250\213\346\231\264/20240306-\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\224\346\254\241.md" @@ -0,0 +1,42 @@ +# 软件 +## 输入法 +- 搜狗拼音 +- Rime +- 百度 +- 搜狗五笔 +## 解压缩文件 +## 视频播放器 +## 音频播放器 +## 办公软件 +## 安全软件 +## 游戏软件 +## 浏览器(不等于搜索类) +## 即时通讯 +- 微信 +- QQ +- 飞信 +- Telegram +## 电子商务 +- 京东 +- 淘宝 +- 天猫 +- 拼多多 +- 1688 +- 得物 +## 工具类 +- 系统优化 +- 垃圾清理 +- 软件管理 +- 驱动管理 +1. 驱动人生 +2. 驱动精灵 +- 阅读软件 +## 工业软件:物联网软件(硬件(各种传感器))(软件(控制端程序应用)) +- ERP +- JXC进销存 +- CRM +- 内容管理软件 +- 用友 +- 金蝶 +- 管家婆 + -- Gitee From f42c6e14febe843414c9db7ba3e6b29c4606718e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E6=99=B410?= <11772438+uoxxi@user.noreply.gitee.com> Date: Mon, 11 Mar 2024 02:57:36 +0000 Subject: [PATCH 08/13] lryqs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 程晴10 <11772438+uoxxi@user.noreply.gitee.com> --- ...44\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" | 0 ...4\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 "\347\250\213\346\231\264/20240307-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" create mode 100644 "\347\250\213\346\231\264/20240308-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" diff --git "a/\347\250\213\346\231\264/20240307-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" "b/\347\250\213\346\231\264/20240307-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" new file mode 100644 index 0000000..e69de29 diff --git "a/\347\250\213\346\231\264/20240308-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" "b/\347\250\213\346\231\264/20240308-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" new file mode 100644 index 0000000..e69de29 -- Gitee From eaa17c947cd7d2fc16ca57037ff9000da7f0877a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E6=99=B410?= <11772438+uoxxi@user.noreply.gitee.com> Date: Mon, 11 Mar 2024 02:58:08 +0000 Subject: [PATCH 09/13] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20?= =?UTF-8?q?=E7=A8=8B=E6=99=B4/20240307-=E9=83=A8=E7=BD=B2=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E9=9D=99=E6=80=81=E7=BD=91=E7=AB=99.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...44\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 "\347\250\213\346\231\264/20240307-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" diff --git "a/\347\250\213\346\231\264/20240307-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" "b/\347\250\213\346\231\264/20240307-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" deleted file mode 100644 index e69de29..0000000 -- Gitee From c28d7ab2ddbd3d31d5782d645e2ca376cf8a2db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E6=99=B410?= <11772438+uoxxi@user.noreply.gitee.com> Date: Mon, 11 Mar 2024 02:58:16 +0000 Subject: [PATCH 10/13] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20?= =?UTF-8?q?=E7=A8=8B=E6=99=B4/20240308-=E9=83=A8=E7=BD=B2=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E9=9D=99=E6=80=81=E7=BD=91=E7=AB=992.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...4\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 "\347\250\213\346\231\264/20240308-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" diff --git "a/\347\250\213\346\231\264/20240308-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" "b/\347\250\213\346\231\264/20240308-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" deleted file mode 100644 index e69de29..0000000 -- Gitee From 471fcb4f6e7bf1c90af7e492398cd6fe5ca21d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E6=99=B410?= <11772438+uoxxi@user.noreply.gitee.com> Date: Mon, 11 Mar 2024 02:58:45 +0000 Subject: [PATCH 11/13] lryqs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 程晴10 <11772438+uoxxi@user.noreply.gitee.com> --- ...31\346\200\201\347\275\221\347\253\231.md" | 41 +++++++++++++++++++ ...1\346\200\201\347\275\221\347\253\2312.md" | 16 ++++++++ 2 files changed, 57 insertions(+) create mode 100644 "\347\250\213\346\231\264/20240307-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" create mode 100644 "\347\250\213\346\231\264/20240308-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" diff --git "a/\347\250\213\346\231\264/20240307-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" "b/\347\250\213\346\231\264/20240307-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" new file mode 100644 index 0000000..e5d2140 --- /dev/null +++ "b/\347\250\213\346\231\264/20240307-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\231.md" @@ -0,0 +1,41 @@ +## 以上环境特指Debian操作系统 + + +## 第一步,确认服务器到位,确认具有公网IP +## 第二步,确认域名到位(这里的域名暂定为:www.cyating.top) +## 第三步,将公网Ip和域名绑定,一般至少会解析www.XXX.XXXX、XXX.XXXX +## 第四步,准备nginx服务器, + +安装命令:`apt install nginx -y` (如果是centos类的操作系统的话,则是:`yum install nginx -y`) +确认nginx有安装并且正在运行命令:`systemctl status nignx` + +## 第五步,在服务器指定路径下准备index.html页面,这个路径建议为:/var/www/www.cyating.top + +方式1:本地准备页面 + + 1. 本地编写index.html + 2. 使用一些工具将写好的index.html文件上传到服务器的指定路径:/var/www + +``` + scp 本地路径/index.html root@cyating.top:/var/www/www.cyating.top +``` + + +方式2:远程准备页面 + +## 第六步 在指定目录,这里是:/etc/nignx/conf.d创建一个nginx的配置文件, +文件名这里为:www.cyating.top.conf +其中的内容如下: + +``` +server { + listen 80; + server_name www.cyating.top; + + location / { + root /var/www/www.cyating.top; + index index.html; + } + +} +``` \ No newline at end of file diff --git "a/\347\250\213\346\231\264/20240308-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" "b/\347\250\213\346\231\264/20240308-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" new file mode 100644 index 0000000..e31d44f --- /dev/null +++ "b/\347\250\213\346\231\264/20240308-\351\203\250\347\275\262\344\270\200\344\270\252\351\235\231\346\200\201\347\275\221\347\253\2312.md" @@ -0,0 +1,16 @@ +## 第七步 在nginx配置文件搞定的情况下 + +确认配置文件有没有语法错误: +``` +nginx -t +``` +让nginx重新加载配置文件 +``` +nginx -s reload +``` + +# 总结就是:(Linux服务器环境)部署静态网站,就只围绕两个东西来转:一个是nginx的安装配置,一个是已经存在的网站 +/etc/nginx/conf.d +配置文件:abc.qq.com.conf +/var/www +abc.qq.com/index.html -- Gitee From 5614784fb0ad0644cbce56869bbaf07ad2798d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E6=99=B410?= <11772438+uoxxi@user.noreply.gitee.com> Date: Mon, 11 Mar 2024 03:07:40 +0000 Subject: [PATCH 12/13] OVO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 程晴10 <11772438+uoxxi@user.noreply.gitee.com> --- ...57\344\273\266\346\246\202\350\277\260.md" | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 "\347\250\213\346\231\264/20240311-\350\275\257\344\273\266\346\246\202\350\277\260.md" diff --git "a/\347\250\213\346\231\264/20240311-\350\275\257\344\273\266\346\246\202\350\277\260.md" "b/\347\250\213\346\231\264/20240311-\350\275\257\344\273\266\346\246\202\350\277\260.md" new file mode 100644 index 0000000..83864e8 --- /dev/null +++ "b/\347\250\213\346\231\264/20240311-\350\275\257\344\273\266\346\246\202\350\277\260.md" @@ -0,0 +1,21 @@ +# 主流操作系统 +1. Windows +- win11 +- win8 +- win7 +- win10 +2. macOS +3. Linux +- Ubuntu +- Debian +- RedHat +- fedora +- CentOS +- 优麒麟系统 +- 深度系统 +# 服务器 +1. Windows Server +2. Linux +- Ubuntu Server +- CentOS +3. OpenWrt(OpenWrt是Linux发行版的一种,针对路由器做了深度优化,适应小尺寸小内存设备,拥有强大的网络能力) \ No newline at end of file -- Gitee From 79f723f79bd101b56b8c786bf6325d7ec45deab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E6=99=B410?= <11772438+uoxxi@user.noreply.gitee.com> Date: Mon, 11 Mar 2024 03:09:00 +0000 Subject: [PATCH 13/13] =?UTF-8?q?update=20=E7=A8=8B=E6=99=B4/20240311-?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E6=A6=82=E8=BF=B0.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 程晴10 <11772438+uoxxi@user.noreply.gitee.com> --- ...40311-\350\275\257\344\273\266\346\246\202\350\277\260.md" | 4 ++++ 1 file changed, 4 insertions(+) diff --git "a/\347\250\213\346\231\264/20240311-\350\275\257\344\273\266\346\246\202\350\277\260.md" "b/\347\250\213\346\231\264/20240311-\350\275\257\344\273\266\346\246\202\350\277\260.md" index 83864e8..3a628d9 100644 --- "a/\347\250\213\346\231\264/20240311-\350\275\257\344\273\266\346\246\202\350\277\260.md" +++ "b/\347\250\213\346\231\264/20240311-\350\275\257\344\273\266\346\246\202\350\277\260.md" @@ -1,9 +1,13 @@ # 主流操作系统 1. Windows +- win95 +- win98 +- winXP - win11 - win8 - win7 - win10 + 2. macOS 3. Linux - Ubuntu -- Gitee