From 161ac3a7a429d7c334b190b0a17ee2391a68ac11 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Feb 2024 09:32:53 +0800 Subject: [PATCH 1/7] ceshi --- .../\346\265\213\350\257\225\343\200\201.txt" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "\345\274\240\346\236\227\346\235\260/\346\265\213\350\257\225\343\200\201.txt" diff --git "a/\345\274\240\346\236\227\346\235\260/\346\265\213\350\257\225\343\200\201.txt" "b/\345\274\240\346\236\227\346\235\260/\346\265\213\350\257\225\343\200\201.txt" new file mode 100644 index 0000000..e69de29 -- Gitee From e38fa0ba07d82d70cb1a1142fe367c3d1d435e3d Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Feb 2024 11:11:53 +0800 Subject: [PATCH 2/7] =?UTF-8?q?=E8=AE=A1=E7=AE=97=E6=9C=BA=E5=9F=BA?= =?UTF-8?q?=E7=A1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...27\346\234\272\345\237\272\347\241\200.md" | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 "\345\274\240\346\236\227\346\235\260/one day/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" diff --git "a/\345\274\240\346\236\227\346\235\260/one day/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" "b/\345\274\240\346\236\227\346\235\260/one day/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" new file mode 100644 index 0000000..70452e0 --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/one day/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" @@ -0,0 +1,50 @@ +## 计算机分为**硬件**、**软件**。 + +1. 硬件是指看得见摸得着的各种电子元器件。如主机、键盘、鼠标等。 +2. 软件看不见摸不着,但在逻辑上,我们确实可以感知到它的存在,它由人们事先编制的具有某种功能的程序组成。比如操作系统、编程语言等。 + +#### 计算机硬件组成: + +1.运算器 + +``` +计算机硬件中的运算器主要功能是对数据和信息进行运算和加工。 +``` + +2.控制器 + +``` +控制器和运算器共同组成了中央处理器(CPU)。控制器可以看作计算机的大脑和指挥中心,它通过整合分析相关的数据和信息,可以让计算机的各个组成部分有序地完成指令。 +``` + +3.存储器 + +``` +存储器就是计算机的记忆系统,是计算机系统中的记事本。而存储器由主存和辅存组成,主存就是通常所说的内存。辅存即外存,我们通常所说的硬盘就是外存的一种。 +``` + +4.输入设备 + +``` +输入设备和输出设备都是进行人机互动的关键设备。比如说鼠标,键盘,扫描仪,麦克风这些。 +``` + +5.输出设备 + +``` +输出设备也是计算机人机互动的关键设备,它的特点是可以将计算机的信息以画面的形式展现出来,具有很好的直观性。常见的输出设备有显示器、打印机、语音和视频输出装置等。 +``` + + + +#### 一台电脑所包含的硬件设备有: + +| cpu | 中央处理器作为计算机系统的运算和控制核心,是信息处理、程序运行的最终执行单元。 | +| ---- | ------------------------------------------------------------ | +| 内存 | 内存也被称为内存储器和主存储器,其作用是用于暂时存放CPU中的运算数据,以及与硬盘等外部存储器交换的数据。只要计算机在运行中,CPU就会把需要运算的数据调到内存中进行运算,当运算完成后CPU再将结果传送出来,内存的运行也决定了计算机的稳定运行。 | +| 主板 | 是一组共同工作的集成电路“芯片”,并作为一个产品销售。它负责将计算机的核心——微处理器和机器的其他部分相连接,是决定主板级别的重要部件。我们平常所说的主板就包含了芯片组 | +| 显卡 | 将计算机系统所需要的显示信息进行转换,是连接显示器和个人计算机主板的重要组件,是“人机对话”的重要设备之一。 | +| 网卡 | 网卡是用来允许计算机通讯的计算机硬件。它使得用户可以通过电缆或无线相互连接。 | +| 硬盘 | 硬盘是计算机的最主要的存储设备,用来存储用户数据 | +| 电源 | 计算机的供电设备 | + -- Gitee From f29825ad56fdefbbab53fe3c8b2b5af400f798ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9E=97=E6=9D=B0?= <1559177015@qq.com> Date: Sun, 3 Mar 2024 22:42:42 +0800 Subject: [PATCH 3/7] 20240302 --- ...27\346\234\272\345\237\272\347\241\200.md" | 0 ...27\346\234\272\347\241\254\344\273\266.md" | 38 +++++++++++++++++++ ...7\346\234\272\347\241\254\344\273\2662.md" | 25 ++++++++++++ .../\346\265\213\350\257\225\343\200\201.txt" | 0 4 files changed, 63 insertions(+) rename "\345\274\240\346\236\227\346\235\260/one day/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" => "\345\274\240\346\236\227\346\235\260/20240229_\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" (100%) create mode 100644 "\345\274\240\346\236\227\346\235\260/20240301_\350\256\241\347\256\227\346\234\272\347\241\254\344\273\266.md" create mode 100644 "\345\274\240\346\236\227\346\235\260/20240302_\350\256\241\347\256\227\346\234\272\347\241\254\344\273\2662.md" delete mode 100644 "\345\274\240\346\236\227\346\235\260/\346\265\213\350\257\225\343\200\201.txt" diff --git "a/\345\274\240\346\236\227\346\235\260/one day/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" "b/\345\274\240\346\236\227\346\235\260/20240229_\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" similarity index 100% rename from "\345\274\240\346\236\227\346\235\260/one day/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" rename to "\345\274\240\346\236\227\346\235\260/20240229_\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" diff --git "a/\345\274\240\346\236\227\346\235\260/20240301_\350\256\241\347\256\227\346\234\272\347\241\254\344\273\266.md" "b/\345\274\240\346\236\227\346\235\260/20240301_\350\256\241\347\256\227\346\234\272\347\241\254\344\273\266.md" new file mode 100644 index 0000000..6f12038 --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240301_\350\256\241\347\256\227\346\234\272\347\241\254\344\273\266.md" @@ -0,0 +1,38 @@ +### 计算机硬件 +1. 硬盘 + + 机械硬盘 HDD + - 固态硬盘 SSD + + + 混硬盘 SSHD + +2. 内存卡 + + SDR存储:即同步动态随机存储器,也就是常说的同步内存。其采用单项数据数据传递模式,并有两个凹槽。 + + DDR内存 :采用双数据传输模式。与SDR内存相比,DDR内存要高出一倍。 + + DDR2 :DDR2不仅可以存取,而且能提供相当于DDR 双倍宽带 + + DDR3 :DDR2的升级,省电性能更好。 + +3. 散热器 + + 风冷散热器 + + 水冷散热器 :一体式水冷 分离式水冷 + + 液氮类散热器 + + 无风类散热器 + +4. 显卡 + + 核心显卡 + + 独立显卡 + +5. 网卡 + + 网卡是用来允许计算机通讯的计算机硬件。它使得用户可以通过电缆或无线相互连接。 + +6. 声卡 + +7. 显示器 + +8. 电源 + +### 计算机硬件分类 +1. 运算器 : 通用寄存器 状态寄存器 累加器 +2. 控制器 :中央处理器(CPU) +3. 存储器 :内存 +4. 输入设备: 键盘 鼠标 麦克风 数控板 +5. 输出设备 : 音响 显示器 打印机 \ No newline at end of file diff --git "a/\345\274\240\346\236\227\346\235\260/20240302_\350\256\241\347\256\227\346\234\272\347\241\254\344\273\2662.md" "b/\345\274\240\346\236\227\346\235\260/20240302_\350\256\241\347\256\227\346\234\272\347\241\254\344\273\2662.md" new file mode 100644 index 0000000..78083f0 --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240302_\350\256\241\347\256\227\346\234\272\347\241\254\344\273\2662.md" @@ -0,0 +1,25 @@ +#### 计算机硬件 +1. 显卡 + + 核心显卡 + + 独立显卡 + +2. 显示器 + + CTR显示器 + + LCD显示器 + + LED显示器 + + +3. 键盘 + + 覆膜键盘 + + 机械键盘 + +4. 音响 + + 2.0音箱 + + 2.1音箱 + + 5.1音箱 + +5. 鼠标 + + 机械鼠标 + + 激光鼠标 + + \ No newline at end of file diff --git "a/\345\274\240\346\236\227\346\235\260/\346\265\213\350\257\225\343\200\201.txt" "b/\345\274\240\346\236\227\346\235\260/\346\265\213\350\257\225\343\200\201.txt" deleted file mode 100644 index e69de29..0000000 -- Gitee From 78ff581de2721bbe275222fca04e8688f0e6d0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9E=97=E6=9D=B0?= <1559177015@qq.com> Date: Mon, 11 Mar 2024 07:34:50 +0800 Subject: [PATCH 4/7] 20240311 --- ...57\344\273\266\347\254\224\350\256\260.md" | 33 ++++++++++ ...21\347\253\231\351\203\250\347\275\262.md" | 60 +++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 "\345\274\240\346\236\227\346\235\260/20240306_\350\275\257\344\273\266\347\254\224\350\256\260.md" create mode 100644 "\345\274\240\346\236\227\346\235\260/20240307_\347\275\221\347\253\231\351\203\250\347\275\262.md" diff --git "a/\345\274\240\346\236\227\346\235\260/20240306_\350\275\257\344\273\266\347\254\224\350\256\260.md" "b/\345\274\240\346\236\227\346\235\260/20240306_\350\275\257\344\273\266\347\254\224\350\256\260.md" new file mode 100644 index 0000000..0d785af --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240306_\350\275\257\344\273\266\347\254\224\350\256\260.md" @@ -0,0 +1,33 @@ +| 软件 | | | +| ---- | ------------------------------------------------------------ | ------------------------------------------------------------ | +| | [2](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_2) | 可以按照不同的角度进行分类,以下是一些常见的分类方式: | +| | [3](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_3) | | +| | [4](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_4) | 1.系统软件: | +| | [5](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_5) | | +| | [6](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_6) | 操作系统:控制计算机硬件资源和提供基本功能的软件,如Windows、macOS、Linux等。 | +| | [7](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_7) | 驱动程序:用于控制硬件设备与操作系统之间通讯的软件,如显卡驱动、打印机驱动等。 | +| | [8](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_8) | 系统工具:用于维护、管理和优化计算机系统的软件,如防病毒软件、磁盘清理工具等。 | +| | [9](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_9) | | +| | [10](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_10) | 2.应用软件: | +| | [11](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_11) | | +| | [12](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_12) | 办公软件:用于处理办公任务的软件,如Microsoft Office、Google Docs等。 | +| | [13](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_13) | 图形图像软件:用于图像处理和设计的软件,如Adobe Photoshop、CorelDRAW等。 | +| | [14](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_14) | 多媒体软件:用于处理音频、视频等多媒体内容的软件,如VLC媒体播放器、Adobe Premiere等。 | +| | [15](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_15) | 游戏软件:用于娱乐和游戏的软件,如Steam游戏平台、王者荣耀等。 | +| | [16](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_16) | | +| | [17](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_17) | 3.开发工具: | +| | [18](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_18) | | +| | [19](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_19) | 集成开发环境(IDE):用于编写、调试和测试代码的软件,如Visual Studio、Eclipse等。 | +| | [20](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_20) | 编程语言:用于编写计算机程序的语言,如Python、Java、C++等。 | +| | [21](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_21) | 调试工具:用于诊断和修复程序错误的软件,如GDB、Xcode调试器等。 | +| | [22](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_22) | | +| | [23](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_23) | 4.网络软件: | +| | [24](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_24) | | +| | [25](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_25) | 浏览器:用于访问互联网的软件,如Chrome、Firefox、Safari等。 | +| | [26](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_26) | 通讯软件:用于实现即时通讯和远程会议的软件,如微信、Zoom、Skype等。 | +| | [27](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_27) | 服务器软件:用于提供网络服务的软件,如Apache、Nginx、MySQL等。 | +| | [28](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_28) | | +| | [29](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_29) | 5.嵌入式软件: | +| | [30](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_30) | | +| | [31](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_31) | 嵌入式操作系统:用于嵌入式系统的操作系统,如RTOS(实时操作系统)、Android Things等。 | +| | [32](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#e6b4a014f79d3c5c8fe852f190abbdcd1976025f_0_32) | 嵌入式应用软件:嵌入在各种设备中的软件,如智能家居控制软件、汽车嵌入式系统等。 | \ No newline at end of file diff --git "a/\345\274\240\346\236\227\346\235\260/20240307_\347\275\221\347\253\231\351\203\250\347\275\262.md" "b/\345\274\240\346\236\227\346\235\260/20240307_\347\275\221\347\253\231\351\203\250\347\275\262.md" new file mode 100644 index 0000000..0f4f160 --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240307_\347\275\221\347\253\231\351\203\250\347\275\262.md" @@ -0,0 +1,60 @@ +| | | | +| ----------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | +| ## 以上环境特指Debian操作系统 | | | +| | [2](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_2) | | +| | [3](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_3) | | +| | [4](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_4) | ## 第一步,确认服务器到位,确认具有公网IP | +| | [5](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_5) | ## 第二步,确认域名到位(这里的域名暂定为:www.cyating.top) | +| | [6](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_6) | ## 第三步,将公网Ip和域名绑定,一般至少会解析www.XXX.XXXX、XXX.XXXX ,进入root:ssh root@IP | +| | [7](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_7) | ## 第四步,准备nginx服务器, | +| | [8](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_8) | | +| | [9](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_9) | 安装命令:`apt install nginx -y` (如果是centos类的操作系统的话,则是:`yum install nginx -y`) | +| | [10](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_10) | 确认nginx有安装并且正在运行命令:`systemctl status nignx` ;更新包`apt-get update` | +| | [11](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_11) | | +| | [12](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_12) | ## 第五步,在服务器指定路径下准备index.html页面,这个路径建议为:/var/www/www.cyating.top | +| | [13](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_13) | | +| | [14](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_14) | 方式1:本地准备页面 | +| | [15](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_15) | | +| | [16](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_16) | 1. 本地编写index.html | +| | [17](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_17) | 2. 使用一些工具将写好的index.html文件上传到服务器的指定路径:/var/www | +| | [18](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_18) | | +| | [19](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_19) | ``` | +| | [20](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_20) | scp 本地路径/index.html root@cyating.top:/var/www/www.cyating.top | +| | [21](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_21) | ``` | +| | [22](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_22) | | +| | [23](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_23) | | +| | [24](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_24) | 方式2:远程准备页面 | +| | [25](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_25) | | +| | [26](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_26) | ## 第六步 在指定目录,这里是:/etc/nignx/conf.d创建一个nginx的配置文件, | +| | [27](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_27) | 文件名这里为:www.cyating.top.conf | +| | [28](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_28) | 其中的内容如下: | +| | [29](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_29) | | +| | [30](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_30) | ``` | +| | [31](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_31) | server { | +| | [32](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_32) | listen 80; | +| | [33](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_33) | server_name www.cyating.top; | +| | [34](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_34) | | +| | [35](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_35) | location / { | +| | [36](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_36) | root /var/www/www.cyating.top; | +| | [37](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_37) | index index.html; | +| | [38](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_38) | } | +| | [39](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_39) | | +| | [40](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_40) | } | +| | [41](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_41) | | +| | [42](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_42) | | +| | [43](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_43) | ``` | +| | [44](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_44) | ## 第七步 在nginx配置文件搞定的情况下 | +| | [45](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_45) | | +| | [46](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_46) | 确认配置文件有没有语法错误: | +| | [47](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_47) | | +| | [48](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_48) | ``` | +| | [49](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_49) | | +| | [50](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_50) | nginx -t | +| | [51](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_51) | ``` | +| | [52](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_52) | | +| | [53](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_53) | 让nginx重新加载配置文件 | +| | [54](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_54) | | +| | [55](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_55) | ``` | +| | [56](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_56) | nginx -s reload | +| | [57](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_57) | ``` | +| | [58](https://gitee.com/grade22-impl-class4/computer-fundamentals-notes/pulls/122/files#59e4ea268c0d661184cd03734296ad5bcbb62c39_0_58) | | \ No newline at end of file -- Gitee From df66984527d32a60bbc433af1dfad1911f8e7a87 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 18 Mar 2024 08:10:07 +0800 Subject: [PATCH 5/7] 20240318 --- .../20240311_\350\275\257\344\273\2662.md" | 22 +++++++++++++ .../20240313_\350\275\257\344\273\2663.md" | 33 +++++++++++++++++++ ...27\346\234\272\347\256\241\347\220\206.md" | 26 +++++++++++++++ ..._C\347\233\230\346\226\207\344\273\266.md" | 28 ++++++++++++++++ 4 files changed, 109 insertions(+) create mode 100644 "\345\274\240\346\236\227\346\235\260/20240311_\350\275\257\344\273\2662.md" create mode 100644 "\345\274\240\346\236\227\346\235\260/20240313_\350\275\257\344\273\2663.md" create mode 100644 "\345\274\240\346\236\227\346\235\260/20240314_\350\256\241\347\256\227\346\234\272\347\256\241\347\220\206.md" create mode 100644 "\345\274\240\346\236\227\346\235\260/20240315_C\347\233\230\346\226\207\344\273\266.md" diff --git "a/\345\274\240\346\236\227\346\235\260/20240311_\350\275\257\344\273\2662.md" "b/\345\274\240\346\236\227\346\235\260/20240311_\350\275\257\344\273\2662.md" new file mode 100644 index 0000000..32cd4bd --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240311_\350\275\257\344\273\2662.md" @@ -0,0 +1,22 @@ +### 操作系统 +1. windows + + winxp + + win7 + + win10 + + win11 + +2. Linux + + Debian + + Ubuntu + + Redhat + +3. MacOS + +### 工作软件 +1. 用友 + +2. 金蝶 + +3. CRM + +4. EPR diff --git "a/\345\274\240\346\236\227\346\235\260/20240313_\350\275\257\344\273\2663.md" "b/\345\274\240\346\236\227\346\235\260/20240313_\350\275\257\344\273\2663.md" new file mode 100644 index 0000000..6576dd8 --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240313_\350\275\257\344\273\2663.md" @@ -0,0 +1,33 @@ +### gitee + +1. 克隆现在的个人仓库保存在本地 +2. 删除个人仓库 +3. 重新fork班级仓库到个人 +4. 在克隆到本地,然后回到想回去的点 +``` + git log + git reset --hard a89e + git add . + git commit -m"" + git push -f + +``` + +### windows 版本 + +1. 家庭版 +2. 专业版 +3. 企业版 +4. 企业长期支持版 + +### 远程控制电脑 + +1. 向日葵 +2. ToDesk +3. RD Client +4. Any Desk + +### BitLocker 设置 + +1. windows 自动硬盘锁谨慎使用忘记基本找不回 + diff --git "a/\345\274\240\346\236\227\346\235\260/20240314_\350\256\241\347\256\227\346\234\272\347\256\241\347\220\206.md" "b/\345\274\240\346\236\227\346\235\260/20240314_\350\256\241\347\256\227\346\234\272\347\256\241\347\220\206.md" new file mode 100644 index 0000000..2c8501d --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240314_\350\256\241\347\256\227\346\234\272\347\256\241\347\220\206.md" @@ -0,0 +1,26 @@ +## 计算机管理 + +1. 设备管理:用于管理计算机硬件设备,如显示器、打印机、键盘等。 + +2. 磁盘管理:用于管理硬盘驱动器、分区以及文件系统。 + +3. 服务和应用程序:用于管理系统内运行的服务和安装的应用程序。 + +4. 本地用户和组:用于管理本地计算机上的用户账户和用户组。 + +5. 远程桌面服务:用于配置和启动远程桌面会话。 + +6. 性能监控:用于监视系统资源使用情况,如处理器、内存和磁盘的使用率。 + +7. 事件查看器:用于查看系统中发生的事件和错误日志。 + +8. 政策和安全性:用于配置计算机的安全策略和权限设置。 + +9. 计算机管理工具是Windows操作系统中重要的管理工具,允许管理员对系统进行高级配置和监控。 + +### 磁盘 + +1. 磁盘是计算机主要的存储介质,可以存储大量的二进制数据,并且断电后也能保持数据不丢失。早期计算机使用的磁盘是软磁盘(Floppy Disk,简称软盘),如今常用的磁盘是硬磁盘(Hard disk,简称硬盘)。 + + +2. 磁盘管理也可以实现删除分区、压缩分区、扩大分区、格式化等功能。 diff --git "a/\345\274\240\346\236\227\346\235\260/20240315_C\347\233\230\346\226\207\344\273\266.md" "b/\345\274\240\346\236\227\346\235\260/20240315_C\347\233\230\346\226\207\344\273\266.md" new file mode 100644 index 0000000..eaa366d --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240315_C\347\233\230\346\226\207\344\273\266.md" @@ -0,0 +1,28 @@ +### C盘文件 +1. inetpub文件夹 + +  inetpub是IIS服务端的一个文件夹。IIS为互联网信息服务(英文全称Internet Information Services)是由微软公司提供的基于运行Microsoft Win的互联网基本服务。inetpub文件夹不建议删除。 + +2. Intel文件夹 + +  安装了Intel芯片组驱动留下来的log类文件夹,主要是给安装者提供一些信息:安装了哪些驱动,是否安装成功等等。可以删除但安装或更新驱动还是会出现该文件夹。 + +3. PerfLogs文件夹 + +  PerLogs是系统自动生成的文件夹。其中包含了系统的日志信息。 日志信号包括磁盘扫描记录、程序错误信息、程序相应报告等。 prefolgs可以删除,但是删除后在下一次系统启动时依旧会被系统重新建立,同时删除后会降低系统运行速度。所以不建议删除。 + +4. Program Files文件夹 + +  使用程序文件夹,一般软件默认都安装在这里,也有一些系统自带的使用程序。是系统中64位软件的安装目录。 + +5. debug + +debug是系统调试文件夹,用来存放系统运行过程中调试模块的日志文件,以便管理员根据这些日志文件来发现计算机所存在的问题。一般为空文件夹。 + +6. Windows + +它是Windows系统安装文件所在文件夹,一般用来存储系统安装文件和硬件驱动程序等内容,是系统正常运转的必要保证。 + +7. 用户 + +它是用来储存系统所有用户数据、用户应用程序数据、桌面、我的文档、我的图片、我的视频和开始菜单等内容的文件夹。 \ No newline at end of file -- Gitee From 6c3f5f3adbc5b91591ef99f0c2f784518076a1a2 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 18 Mar 2024 11:38:43 +0800 Subject: [PATCH 6/7] 20240318 --- ...46\347\254\254\344\270\200\350\257\276.md" | 71 ------------------- 1 file changed, 71 deletions(-) delete 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" deleted file mode 100644 index bcd8d4e..0000000 --- "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" +++ /dev/null @@ -1,71 +0,0 @@ -# 标题一 - -## 标题二 - -### 标题三 - -#### 标题四 - - -##### 标题五 - - -###### 标题六 - - - -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 9035e2ecbc42ed09dbd92177620250ccbefa4dd1 Mon Sep 17 00:00:00 2001 From: Jer Sm Date: Sun, 24 Mar 2024 22:05:08 +0800 Subject: [PATCH 7/7] 20240324 --- .../20240318_Administarator.md" | 19 +++++ .../20240320_\346\234\215\345\212\241.md" | 25 ++++++ ...15\350\243\205\347\263\273\347\273\237.md" | 36 ++++++++ ...5\350\243\205\347\263\273\347\273\2372.md" | 82 +++++++++++++++++++ 4 files changed, 162 insertions(+) create mode 100644 "\345\274\240\346\236\227\346\235\260/20240318_Administarator.md" create mode 100644 "\345\274\240\346\236\227\346\235\260/20240320_\346\234\215\345\212\241.md" create mode 100644 "\345\274\240\346\236\227\346\235\260/20240321_\351\207\215\350\243\205\347\263\273\347\273\237.md" create mode 100644 "\345\274\240\346\236\227\346\235\260/20240322_\351\207\215\350\243\205\347\263\273\347\273\2372.md" diff --git "a/\345\274\240\346\236\227\346\235\260/20240318_Administarator.md" "b/\345\274\240\346\236\227\346\235\260/20240318_Administarator.md" new file mode 100644 index 0000000..83cc192 --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240318_Administarator.md" @@ -0,0 +1,19 @@ +### AppData + +1. Local 文件夹用于存储特定于单个 Windows 系统的数据,这意味着数据不会在多台 PC 之间同步 + +2. LocalLow 文件夹与Local 文件夹基本相同,区别在于前者用于优先级较低的应用程序(运行时安全设置受限) + +3. Roaming 文件夹用于存储将在多个 Windows 系统之间同步的数据。这通常用于存储设置,例如:书签,保存的3. 密码等 + +### 管理用户 + +1. net user aaa /add 新增 + +2. net user aaa /active:yes|no 管理账户是否禁用 + +3. net user aaa /del 删除 + +### 注册表 + +1. 打开注册表 regedit diff --git "a/\345\274\240\346\236\227\346\235\260/20240320_\346\234\215\345\212\241.md" "b/\345\274\240\346\236\227\346\235\260/20240320_\346\234\215\345\212\241.md" new file mode 100644 index 0000000..e6d6c55 --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240320_\346\234\215\345\212\241.md" @@ -0,0 +1,25 @@ +### 服务 + +1. Windows Update (Windows更新) + +2. Com+ (管理基于组件对象模型(COM+)的组件的配置和跟踪) + +3. Messenger Service (支持短信及相关功能) + +4. Task Scheduler (在此计算机上配置和计划自动任务) + +5. Server (支持此计算机通过网络的文件、打印、和命名管道共享) + +6. Windows Installer (添加、修改和删除作为Windows Installer程序包(*. msi、*. msp)提供 的应用程序) + +7. Remote Registry (使远程用户能修改此计算机上的注册表设置) + +8. Smart Card(管理此计算机对智能卡的取读访问) + +9. SSDP (发现使用SSDP协议的设备和服务) + +10. DHCP Client (为此计算机注册并更新IP地址) + +11. Base Filtering Engine (管理防火墙和Internet协议安全(IPsec)策略以及实施用户模式筛选) + +12. Network List Service (识别计算机已连接的网络,收集和存储这些网络的属性,并在更改 这些属性时通知应用程序) \ No newline at end of file diff --git "a/\345\274\240\346\236\227\346\235\260/20240321_\351\207\215\350\243\205\347\263\273\347\273\237.md" "b/\345\274\240\346\236\227\346\235\260/20240321_\351\207\215\350\243\205\347\263\273\347\273\237.md" new file mode 100644 index 0000000..b4d2b4f --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240321_\351\207\215\350\243\205\347\263\273\347\273\237.md" @@ -0,0 +1,36 @@ +### Office Tool Plus + +1. Office Tool Plus 是一款专为微软 Office 打造的部署管理工具。 + +2. 它集成了各种实用功能,可以帮助我们简单直接地下载、安装、激活、卸载和管理 Office 系列软件。 + +``` +主要功能: + +部署:下载、安装、配置、管理 Office 系列软件; +激活:Office 激活管理; +工具箱:卸载 Office、修复文件关联、恢复 Office 默认设置、修改更新通道等; +文档转换:Office 文档格式转换,.docx 转 .doc; +生成配置文件等…… + +``` + +### HEU kMS Activator 激活工具 + +``` +功能介绍 +1.激活Windows和Office。 + +2.Win10数字许可证及KMS38激活。 + +3.将Office的零售版转化为VL版。 + +4.备份和还原“激活信息”。 + +5.连接公网KMS服务器进行激活。 + +``` + +### msdn itellyou官网 + + diff --git "a/\345\274\240\346\236\227\346\235\260/20240322_\351\207\215\350\243\205\347\263\273\347\273\2372.md" "b/\345\274\240\346\236\227\346\235\260/20240322_\351\207\215\350\243\205\347\263\273\347\273\2372.md" new file mode 100644 index 0000000..5467e8d --- /dev/null +++ "b/\345\274\240\346\236\227\346\235\260/20240322_\351\207\215\350\243\205\347\263\273\347\273\2372.md" @@ -0,0 +1,82 @@ +### Dism++ + +1. Dism++ 是一款 Windows 系统管理优化工具,它解决了我们安装、维护系统的一大痛点问题——自定义设置和优化。相当于一个“一站式”管理优化工具集。 + + ``` + 空间回收 : + + 清理 C 盘的垃圾和冗余文件,回收 C 盘空间。点击项目名称,右侧会显示该项的描述和要清理文件的详细信息。不建议频繁清理,一月一次即可。 + +优化设置 : + +系统优化选项中,集合了常用的系统自定义设置开关,比如关闭微软小娜、禁用家庭组、启用 win 照片查看器等。 + +任务栏相关设置: + +隐藏“任务视窗”按钮 (可用快捷键 Win + Tab) +隐藏任务栏上的人脉 +任务栏时钟精确到秒 +Windows主题相关设置: + +显示开始菜单、任务栏、操作中心和标题栏颜色 +使开始菜单、任务栏、操作中心透明 +优化非活动窗口标题栏颜色 +安全相关设置: + +将账户控制程序(UAC)调整为 – 推荐 +禁用 Windows Defender(在安装了其他安全软件的情况下可以考虑) +开始菜单以及 Windows 体验: + +不允许在开始菜单显示建议 +关闭商店应用推广 +禁止自动安装推荐的应用程序 +关闭游戏录制工具 +关闭多嘴的小娜 + + +Explorer: + +打开资源管理器时显示此电脑 +隐藏快捷方式小箭头 +隐藏此电脑中视频、图片……七个文件夹 +禁止自动播放 +关闭视频文件预览 +关闭音乐文件图片预览 +将语言栏隐藏到任务栏 +桌面图标管理:选择显示在桌面上的图标(此电脑、回收站、控制面板等) + +资源管理器导航窗口图标管理: + +隐藏导航窗口中的 库 +隐藏导航窗口中的 家庭组 +隐藏导航窗口中的 网络 +右键菜单管理: + +禁用新建的“联系人” +禁用新建“ZIP/RAR 文件” +禁用磁盘的“刻录到光盘” +禁用所有对象的“共享” +禁用文件的“画图 3D” +禁用文件夹的“包含到库中” +Windows Update: + +自动安装无需重启的更新 +更新挂起时如果有用户登录不自动重启计算机 +Windows 更新不包括驱动程序 +记事本:启用自动换行 + +网络设置: + +关闭默认共享 +关闭远程协助 +服务优化: + +禁用远程修改注册表 +禁用家庭组 +禁用客户体验改善计划 +Windows 照片查看器:启用 + + + + ``` + -- Gitee