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/14] =?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 1a1889bda89af4d9dfbe53256df5d8212de8feed Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Feb 2024 11:40:24 +0800 Subject: [PATCH 02/14] =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "2.29\347\254\224\350\256\260.md" | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 "2.29\347\254\224\350\256\260.md" diff --git "a/2.29\347\254\224\350\256\260.md" "b/2.29\347\254\224\350\256\260.md" new file mode 100644 index 0000000..94a6452 --- /dev/null +++ "b/2.29\347\254\224\350\256\260.md" @@ -0,0 +1,13 @@ +## 计算机基础 +计算机由硬件系统和软件系统组成 + +1. 硬件 +- 中央处理器(CPU):是计算机中负责读取指令,对指令译码并执行指令的核心部件 +- 内存储器:用于暂时存放CPU中的运算数据,以及与硬盘等外部存储器交换的数据 +- 外存储器 +- 输入设备:键盘,鼠标 (触摸屏) ,扫描仪,麦克风 +- 输出设备:显示器,打印机,绘图仪,音箱,投影仪 + +2. 软件 +- 系统软件:系统软件是负责管理计算机系统中各种独立的硬件,使得它们可以协调工作。系统软件使得计算机使用者和其他软件将计算机当作一个整体而不需要顾及到底层每个硬件是如何工作的。 +- 应用软件:应用软件是为了某种特定的用途而被开发的软件。它可以是一个特定的程序,比如一个图像浏览器。也可以是一组功能联系紧密,可以互相协作的程序的集合,比如微软的Office软件。也可以是一个由众多独立程序组成的庞大的软件系统,比如数据库管理系统。 \ No newline at end of file -- Gitee From 079d8af36d1a2c3c4f5d685625d0753243953417 Mon Sep 17 00:00:00 2001 From: hgyi Date: Fri, 1 Mar 2024 13:10:36 +0800 Subject: [PATCH 03/14] hfygf --- ...\270\200\346\254\241\347\254\224\350\256\260.md" | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 "\346\242\201\350\257\227\351\233\250/2024-2-29\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\200\346\254\241\347\254\224\350\256\260.md" diff --git "a/\346\242\201\350\257\227\351\233\250/2024-2-29\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\200\346\254\241\347\254\224\350\256\260.md" "b/\346\242\201\350\257\227\351\233\250/2024-2-29\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\200\346\254\241\347\254\224\350\256\260.md" new file mode 100644 index 0000000..94a6452 --- /dev/null +++ "b/\346\242\201\350\257\227\351\233\250/2024-2-29\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\200\346\254\241\347\254\224\350\256\260.md" @@ -0,0 +1,13 @@ +## 计算机基础 +计算机由硬件系统和软件系统组成 + +1. 硬件 +- 中央处理器(CPU):是计算机中负责读取指令,对指令译码并执行指令的核心部件 +- 内存储器:用于暂时存放CPU中的运算数据,以及与硬盘等外部存储器交换的数据 +- 外存储器 +- 输入设备:键盘,鼠标 (触摸屏) ,扫描仪,麦克风 +- 输出设备:显示器,打印机,绘图仪,音箱,投影仪 + +2. 软件 +- 系统软件:系统软件是负责管理计算机系统中各种独立的硬件,使得它们可以协调工作。系统软件使得计算机使用者和其他软件将计算机当作一个整体而不需要顾及到底层每个硬件是如何工作的。 +- 应用软件:应用软件是为了某种特定的用途而被开发的软件。它可以是一个特定的程序,比如一个图像浏览器。也可以是一组功能联系紧密,可以互相协作的程序的集合,比如微软的Office软件。也可以是一个由众多独立程序组成的庞大的软件系统,比如数据库管理系统。 \ No newline at end of file -- Gitee From 0ba608f4d31e4953ecc9a691a1dbdf15294f69df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= <11786566+liang-shiyu159@user.noreply.gitee.com> Date: Fri, 1 Mar 2024 06:14:02 +0000 Subject: [PATCH 04/14] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=202.?= =?UTF-8?q?29=E7=AC=94=E8=AE=B0.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "2.29\347\254\224\350\256\260.md" | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 "2.29\347\254\224\350\256\260.md" diff --git "a/2.29\347\254\224\350\256\260.md" "b/2.29\347\254\224\350\256\260.md" deleted file mode 100644 index 94a6452..0000000 --- "a/2.29\347\254\224\350\256\260.md" +++ /dev/null @@ -1,13 +0,0 @@ -## 计算机基础 -计算机由硬件系统和软件系统组成 - -1. 硬件 -- 中央处理器(CPU):是计算机中负责读取指令,对指令译码并执行指令的核心部件 -- 内存储器:用于暂时存放CPU中的运算数据,以及与硬盘等外部存储器交换的数据 -- 外存储器 -- 输入设备:键盘,鼠标 (触摸屏) ,扫描仪,麦克风 -- 输出设备:显示器,打印机,绘图仪,音箱,投影仪 - -2. 软件 -- 系统软件:系统软件是负责管理计算机系统中各种独立的硬件,使得它们可以协调工作。系统软件使得计算机使用者和其他软件将计算机当作一个整体而不需要顾及到底层每个硬件是如何工作的。 -- 应用软件:应用软件是为了某种特定的用途而被开发的软件。它可以是一个特定的程序,比如一个图像浏览器。也可以是一组功能联系紧密,可以互相协作的程序的集合,比如微软的Office软件。也可以是一个由众多独立程序组成的庞大的软件系统,比如数据库管理系统。 \ No newline at end of file -- Gitee From b31b6c5a2e346e1abd544263fbb49d961f9539e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= <11786566+liang-shiyu159@user.noreply.gitee.com> Date: Fri, 1 Mar 2024 17:07:34 +0800 Subject: [PATCH 05/14] 222 --- ...14\346\254\241\347\254\224\350\256\260.md" | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 "\346\242\201\350\257\227\351\233\250/2024-3-1\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\214\346\254\241\347\254\224\350\256\260.md" diff --git "a/\346\242\201\350\257\227\351\233\250/2024-3-1\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\214\346\254\241\347\254\224\350\256\260.md" "b/\346\242\201\350\257\227\351\233\250/2024-3-1\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\214\346\254\241\347\254\224\350\256\260.md" new file mode 100644 index 0000000..9782b37 --- /dev/null +++ "b/\346\242\201\350\257\227\351\233\250/2024-3-1\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\214\346\254\241\347\254\224\350\256\260.md" @@ -0,0 +1,23 @@ +## 计算机基础 +### 硬件分类 +硬件分类通常包括以下几个主要方面: + +1. 中央处理器(CPU):负责计算机的所有运算和处理任务。 +2. 内存(RAM):用于临时存储程序和数据,影响计算机的运行速度和效率。 +3. 硬盘:用于永久性存储数据,分为机械硬盘和固态硬盘两种类型。 +4. 显卡:用于显示图像和视频,分为集成显卡和独立显卡两种类型。 +5. 主板:作为计算机内部各部件的连接和控制中心,决定了计算机的扩展和升级能力。 + +此外,硬件还可以分为以下辅助类别: + +- 输入设备:如键盘、鼠标、扫描仪等,用于将用户输入的数据和指令传输到计算机中。 +- 输出设备:如打印机、音箱、显示器等,用于将计算机处理后的数据和结果输出并传输到其他设备或网络中。 +- 存储设备:如硬盘、U盘、光盘等,用于存储数据和程序。 +- 冷却设备:如风扇、温度探测器、制冷设备等,用于维持硬件系统的正常运行温度。 +- 网络设备:如网络接口控制器、调制解调器等,用于网络通信。 +- 电源:如电源、电池等,为硬件系统提供电力。 +- 打印设备:如打印机等,用于打印文档和图像。 +- 电话设备:如调制解调器等,用于电话通信。 +- 视频和监视器设备:如监视器、视频卡等,用于视频输出和监控。 + +这些分类涵盖了计算机系统中几乎所有物理部件和设备,它们共同协作以完成各种计算和数据处理任务。 \ No newline at end of file -- Gitee From 2654439984efb53451f5c8e7cd5e4795a8f4ffe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= <11786566+liang-shiyu159@user.noreply.gitee.com> Date: Sat, 2 Mar 2024 11:13:57 +0800 Subject: [PATCH 06/14] 333 --- ...11\346\254\241\347\254\224\350\256\260.md" | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 "\346\242\201\350\257\227\351\233\250/2024-3-2\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\211\346\254\241\347\254\224\350\256\260.md" diff --git "a/\346\242\201\350\257\227\351\233\250/2024-3-2\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\211\346\254\241\347\254\224\350\256\260.md" "b/\346\242\201\350\257\227\351\233\250/2024-3-2\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\211\346\254\241\347\254\224\350\256\260.md" new file mode 100644 index 0000000..80b2472 --- /dev/null +++ "b/\346\242\201\350\257\227\351\233\250/2024-3-2\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\211\346\254\241\347\254\224\350\256\260.md" @@ -0,0 +1,20 @@ +## 计算机硬件 +1. 散热器 +- 水冷 +- 风冷 +- 液氮 + +2. 显卡 +- 60MHz +- 120MHz +- 144MHz + +3. 音响 + +4. 键盘 +- 机械键盘 +- 薄膜键盘 + +5. 鼠标 +- 滚轮鼠标 +- 激光鼠标 \ No newline at end of file -- Gitee From fc418153e66e5818088ddea3e13c88e3549796fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= <11786566+liang-shiyu159@user.noreply.gitee.com> Date: Mon, 4 Mar 2024 11:20:06 +0800 Subject: [PATCH 07/14] 444 --- ...33\346\254\241\347\254\224\350\256\260.md" | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 "\346\242\201\350\257\227\351\233\250/2024-3-4\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\233\233\346\254\241\347\254\224\350\256\260.md" diff --git "a/\346\242\201\350\257\227\351\233\250/2024-3-4\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\233\233\346\254\241\347\254\224\350\256\260.md" "b/\346\242\201\350\257\227\351\233\250/2024-3-4\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\233\233\346\254\241\347\254\224\350\256\260.md" new file mode 100644 index 0000000..25dcb17 --- /dev/null +++ "b/\346\242\201\350\257\227\351\233\250/2024-3-4\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\233\233\346\254\241\347\254\224\350\256\260.md" @@ -0,0 +1,21 @@ +## 计算机硬件 +1. 游戏手柄:电子游戏机的部件,通过操纵其按钮等,实现对游戏虚拟角色的控制 + +- 游戏手柄的标准配置是由任天堂确立及实现的,它包括:十字键(方向),ABXY键(动作-亦有硬件生产商使用不同方法标记,但排列分大体相同),选择及暂停键(菜单)这三种控制按键。 外国主要为主机手柄,微软的XBOX系列与SONY的PS系列。 + +2. 投影仪:可以将图像或视频投射到幕布上的设备,可以通过不同的接口同计算机、VCD、DVD、BD、游戏机、DV等相连接播放相应的视频信号 + +- 投影仪广泛应用于家庭、办公室、学校和娱乐场所,根据工作方式不同,有CRT、LCD、DLP、3LCD等不同类型 + +3. 打印机:计算机的输出设备之一,用于将计算机处理结果打印在相关介质上。 + +4. 机箱里通常包含以下配件: +- CPU。它是电脑的核心,负责处理数据和运算指令 +- 散热器。用于冷却CPU,防止其过热 +- 主板。它是电脑的主要电路系统,安装了BIOS芯片、I/O控制芯片等,连接并供电给其他配件 +- 内存条。也称为RAM,用于临时存储CPU运算的数据 +- 显卡。负责图形处理,将数据转换为显示器可以识别的信号 +- 硬盘。用于永久存储数据和操作系统 +- 电源。提供稳定的电力,确保所有配件正常工作 +- 机箱。保护内部配件,防止灰尘和物理损伤 +- 此外,机箱内可能还包括各种风扇、连接线等配件,以维持电脑的正常运行和良好的散热效果 \ No newline at end of file -- Gitee From bf306a90a23ef2a8c48008106b62c45b05a6a0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= <11786566+liang-shiyu159@user.noreply.gitee.com> Date: Wed, 6 Mar 2024 03:07:58 +0000 Subject: [PATCH 08/14] 555 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 梁诗雨 <11786566+liang-shiyu159@user.noreply.gitee.com> --- ...24\346\254\241\347\254\224\350\256\260.md" | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 "\346\242\201\350\257\227\351\233\250/2024-3-6\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\224\346\254\241\347\254\224\350\256\260.md" diff --git "a/\346\242\201\350\257\227\351\233\250/2024-3-6\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\224\346\254\241\347\254\224\350\256\260.md" "b/\346\242\201\350\257\227\351\233\250/2024-3-6\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\224\346\254\241\347\254\224\350\256\260.md" new file mode 100644 index 0000000..612da5a --- /dev/null +++ "b/\346\242\201\350\257\227\351\233\250/2024-3-6\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\272\224\346\254\241\347\254\224\350\256\260.md" @@ -0,0 +1,49 @@ +## 计算机基础 +### 软件 +1. 输入法 +- 搜狗拼音 +- 搜狗五笔 + +2. 解压缩软件 +3. 视频播放器 +4. 音频播放器 +5. 办公软件 +6. 安全软件 +7. 游戏软件 +8. 浏览器 +9. 即时通讯 +- 微信 +- QQ +- 飞信 +- Telegram +- Whaesapp +- QICQ +- Line +- Skype + +10. 电子商务 +- 京东 +- 拼多多 +- 淘宝 +- 天猫 +- 1688 +- 得物 +- 闲鱼 +- 识货 +- 唯品会 + +11. 工具类 +- 系统优化 +- 垃圾清理 +- 软件管理 +- 驱动管理 + +12. 行业软件 +- ERP +- JXC进销存 +- CRM +- 内容管理软件 +- 用友 +- 金蝶 + +13. 物联网软件 -- Gitee From 54e87da8f0fdabd176abac6705e09cd33e15a37d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= <11786566+liang-shiyu159@user.noreply.gitee.com> Date: Thu, 7 Mar 2024 02:58:13 +0000 Subject: [PATCH 09/14] 666 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 梁诗雨 <11786566+liang-shiyu159@user.noreply.gitee.com> --- ...55\346\254\241\347\254\224\350\256\260.md" | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 "\346\242\201\350\257\227\351\233\250/2024-3-7\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\255\346\254\241\347\254\224\350\256\260.md" diff --git "a/\346\242\201\350\257\227\351\233\250/2024-3-7\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\255\346\254\241\347\254\224\350\256\260.md" "b/\346\242\201\350\257\227\351\233\250/2024-3-7\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\255\346\254\241\347\254\224\350\256\260.md" new file mode 100644 index 0000000..2669e51 --- /dev/null +++ "b/\346\242\201\350\257\227\351\233\250/2024-3-7\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\255\346\254\241\347\254\224\350\256\260.md" @@ -0,0 +1,58 @@ +## 以上环境特指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; + } + +} + + +``` +## 第七步 在nginx配置文件搞定的情况下 + +确认配置文件有没有语法错误: + +``` + +nginx -t +``` + +让nginx重新加载配置文件 + +``` +nginx -s reload +``` + -- Gitee From c5ecf212558c328484c607c8cabc052659609d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= <11786566+liang-shiyu159@user.noreply.gitee.com> Date: Fri, 8 Mar 2024 08:38:16 +0000 Subject: [PATCH 10/14] 777 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 梁诗雨 <11786566+liang-shiyu159@user.noreply.gitee.com> --- ...03\346\254\241\347\254\224\350\256\260.md" | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 "\346\242\201\350\257\227\351\233\250/2024-3-8\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\203\346\254\241\347\254\224\350\256\260.md" diff --git "a/\346\242\201\350\257\227\351\233\250/2024-3-8\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\203\346\254\241\347\254\224\350\256\260.md" "b/\346\242\201\350\257\227\351\233\250/2024-3-8\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\203\346\254\241\347\254\224\350\256\260.md" new file mode 100644 index 0000000..a9aabb8 --- /dev/null +++ "b/\346\242\201\350\257\227\351\233\250/2024-3-8\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\344\270\203\346\254\241\347\254\224\350\256\260.md" @@ -0,0 +1,71 @@ +## 以上环境特指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; + } + +} + + +``` +## 第七步 在nginx配置文件搞定的情况下 + +确认配置文件有没有语法错误: + +``` + +nginx -t +``` + +让nginx重新加载配置文件 + +``` +nginx -s reload +``` + + + + +# 总结就是:(Linux服务器环境)部署静态网站,就只围绕两个东西来转:一个是nginx的安装配置,一个是已经存在的网站 + + +/etc/nginx/conf.d + +配置文件:abc.qq.com.conf + +/var/www + +abc.qq.com/index.html \ No newline at end of file -- Gitee From 52d80dd39162f65e6fda86f2a810c5b43a04f678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= <11786566+liang-shiyu159@user.noreply.gitee.com> Date: Mon, 11 Mar 2024 03:09:13 +0000 Subject: [PATCH 11/14] 888 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 梁诗雨 <11786566+liang-shiyu159@user.noreply.gitee.com> --- ...72\347\241\200\347\254\224\350\256\260.md" | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 "\346\242\201\350\257\227\351\233\250/2024-3-11\347\254\254\345\205\253\346\254\241\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\224\350\256\260.md" diff --git "a/\346\242\201\350\257\227\351\233\250/2024-3-11\347\254\254\345\205\253\346\254\241\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\224\350\256\260.md" "b/\346\242\201\350\257\227\351\233\250/2024-3-11\347\254\254\345\205\253\346\254\241\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\224\350\256\260.md" new file mode 100644 index 0000000..08137b0 --- /dev/null +++ "b/\346\242\201\350\257\227\351\233\250/2024-3-11\347\254\254\345\205\253\346\254\241\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\224\350\256\260.md" @@ -0,0 +1,58 @@ +## 软件 +操作系统 +1. Windows +- Windows 1.0 +- Windows 2.0 +- Windows 2.1 +- Windows 3.0 +- Windows 3.1 +- Windows For Workgroups 3.1 +- Windows NT 3.1 +- Windows For Workgroups 3.11 +- Windows 3.2 +- Windows NT 3.5 +- Windows NT 3.51 +- Windows 95 +- Windows NT 4.0 +- Windows 98 +- Windows 2000 +- Windows Me +- Windows XP +- Windows Server 2003 +- Windows Fundamentals for Legacy PCs +- Windows Longhorn +- Windows Vista +- Windows Home Server +- Windows Server 2008 +- Windows 7 +- Windows Server 2008 R2 +- Windows Home Server 2011 +- Windows Server 2012 +- Windows 8 +- Windows 8.1 +- Windows Server 2012 R2 +- Windows 10 +- Windows Server 2016 +- Windows Server 2019 +- Windows Server 2022 +- Windows 11 + +2. Linux(内核) +- RHEL(小红帽) +- Debian +- 麒麟 +- Fedora +- CentOS +- Arch Linux +- openSUSE +- Linux Mint +- Manjaro +- Kali Linux +- Slackware +- Gentoo +- Elementary OS +- Zorin OS +- Puppy Linux +- Lubuntu + +3. MacOS \ No newline at end of file -- Gitee From 2aaf20c9fab16e60665ad0d87d90ccf8528355fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= <11786566+liang-shiyu159@user.noreply.gitee.com> Date: Mon, 11 Mar 2024 03:09:46 +0000 Subject: [PATCH 12/14] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20=E6=A2=81?= =?UTF-8?q?=E8=AF=97=E9=9B=A8/2024-3-11=E7=AC=AC=E5=85=AB=E6=AC=A1?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E6=9C=BA=E5=9F=BA=E7=A1=80=E7=AC=94=E8=AE=B0?= =?UTF-8?q?.md=20=E4=B8=BA=20=E6=A2=81=E8=AF=97=E9=9B=A8/2024-3-11?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E6=9C=BA=E5=9F=BA=E7=A1=80=E7=AC=AC=E5=85=AB?= =?UTF-8?q?=E6=AC=A1=E7=AC=94=E8=AE=B0.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...47\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "\346\242\201\350\257\227\351\233\250/2024-3-11\347\254\254\345\205\253\346\254\241\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\224\350\256\260.md" => "\346\242\201\350\257\227\351\233\250/2024-3-11\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" (100%) diff --git "a/\346\242\201\350\257\227\351\233\250/2024-3-11\347\254\254\345\205\253\346\254\241\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\224\350\256\260.md" "b/\346\242\201\350\257\227\351\233\250/2024-3-11\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" similarity index 100% rename from "\346\242\201\350\257\227\351\233\250/2024-3-11\347\254\254\345\205\253\346\254\241\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\224\350\256\260.md" rename to "\346\242\201\350\257\227\351\233\250/2024-3-11\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" -- Gitee From 3ac9f53edec529f4462f986b5b6fbf46c8ed0db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= <11786566+liang-shiyu159@user.noreply.gitee.com> Date: Mon, 11 Mar 2024 03:10:37 +0000 Subject: [PATCH 13/14] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20?= =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8/2024-3-11=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E6=9C=BA=E5=9F=BA=E7=A1=80=E7=AC=AC=E5=85=AB=E6=AC=A1=E7=AC=94?= =?UTF-8?q?=E8=AE=B0.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...53\346\254\241\347\254\224\350\256\260.md" | 58 ------------------- 1 file changed, 58 deletions(-) delete mode 100644 "\346\242\201\350\257\227\351\233\250/2024-3-11\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" diff --git "a/\346\242\201\350\257\227\351\233\250/2024-3-11\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" "b/\346\242\201\350\257\227\351\233\250/2024-3-11\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" deleted file mode 100644 index 08137b0..0000000 --- "a/\346\242\201\350\257\227\351\233\250/2024-3-11\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" +++ /dev/null @@ -1,58 +0,0 @@ -## 软件 -操作系统 -1. Windows -- Windows 1.0 -- Windows 2.0 -- Windows 2.1 -- Windows 3.0 -- Windows 3.1 -- Windows For Workgroups 3.1 -- Windows NT 3.1 -- Windows For Workgroups 3.11 -- Windows 3.2 -- Windows NT 3.5 -- Windows NT 3.51 -- Windows 95 -- Windows NT 4.0 -- Windows 98 -- Windows 2000 -- Windows Me -- Windows XP -- Windows Server 2003 -- Windows Fundamentals for Legacy PCs -- Windows Longhorn -- Windows Vista -- Windows Home Server -- Windows Server 2008 -- Windows 7 -- Windows Server 2008 R2 -- Windows Home Server 2011 -- Windows Server 2012 -- Windows 8 -- Windows 8.1 -- Windows Server 2012 R2 -- Windows 10 -- Windows Server 2016 -- Windows Server 2019 -- Windows Server 2022 -- Windows 11 - -2. Linux(内核) -- RHEL(小红帽) -- Debian -- 麒麟 -- Fedora -- CentOS -- Arch Linux -- openSUSE -- Linux Mint -- Manjaro -- Kali Linux -- Slackware -- Gentoo -- Elementary OS -- Zorin OS -- Puppy Linux -- Lubuntu - -3. MacOS \ No newline at end of file -- Gitee From 0fe8dcd5700464aa723687a9095502589361c777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=AF=97=E9=9B=A8?= <11786566+liang-shiyu159@user.noreply.gitee.com> Date: Mon, 11 Mar 2024 03:10:56 +0000 Subject: [PATCH 14/14] 888 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 梁诗雨 <11786566+liang-shiyu159@user.noreply.gitee.com> --- ...53\346\254\241\347\254\224\350\256\260.md" | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 "\346\242\201\350\257\227\351\233\250/2024-3-11\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" diff --git "a/\346\242\201\350\257\227\351\233\250/2024-3-11\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" "b/\346\242\201\350\257\227\351\233\250/2024-3-11\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" new file mode 100644 index 0000000..08137b0 --- /dev/null +++ "b/\346\242\201\350\257\227\351\233\250/2024-3-11\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200\347\254\254\345\205\253\346\254\241\347\254\224\350\256\260.md" @@ -0,0 +1,58 @@ +## 软件 +操作系统 +1. Windows +- Windows 1.0 +- Windows 2.0 +- Windows 2.1 +- Windows 3.0 +- Windows 3.1 +- Windows For Workgroups 3.1 +- Windows NT 3.1 +- Windows For Workgroups 3.11 +- Windows 3.2 +- Windows NT 3.5 +- Windows NT 3.51 +- Windows 95 +- Windows NT 4.0 +- Windows 98 +- Windows 2000 +- Windows Me +- Windows XP +- Windows Server 2003 +- Windows Fundamentals for Legacy PCs +- Windows Longhorn +- Windows Vista +- Windows Home Server +- Windows Server 2008 +- Windows 7 +- Windows Server 2008 R2 +- Windows Home Server 2011 +- Windows Server 2012 +- Windows 8 +- Windows 8.1 +- Windows Server 2012 R2 +- Windows 10 +- Windows Server 2016 +- Windows Server 2019 +- Windows Server 2022 +- Windows 11 + +2. Linux(内核) +- RHEL(小红帽) +- Debian +- 麒麟 +- Fedora +- CentOS +- Arch Linux +- openSUSE +- Linux Mint +- Manjaro +- Kali Linux +- Slackware +- Gentoo +- Elementary OS +- Zorin OS +- Puppy Linux +- Lubuntu + +3. MacOS \ No newline at end of file -- Gitee