在线预览
## 引论
@@ -13,6 +25,8 @@ headerDepth: 3
## 存储系统
+## 指令系统
+
## 中央处理器
## 总线
diff --git a/docs/manuscripts/mark-map/cn-map.md b/docs/manuscripts/mark-map/cn-map.md
index e761f9a..ab9ddfc 100644
--- a/docs/manuscripts/mark-map/cn-map.md
+++ b/docs/manuscripts/mark-map/cn-map.md
@@ -6,6 +6,16 @@ headerDepth: 3
# 计算机网络
+```mindmap
+root(计算机网络)
+ (体系机构)
+ (物理层)
+ (数据链路层)
+ (网络层)
+ (传输层)
+ (应用层)
+```
+
在线预览
## 体系结构
diff --git a/docs/manuscripts/mark-map/ds-map.md b/docs/manuscripts/mark-map/ds-map.md
index fe1e2dc..0f43b5e 100644
--- a/docs/manuscripts/mark-map/ds-map.md
+++ b/docs/manuscripts/mark-map/ds-map.md
@@ -6,6 +6,19 @@ headerDepth: 3
# 数据结构
+```mindmap
+root(数据结构)
+ (基础入门)
+ (线性表)
+ (栈和队列)
+ (队列)
+ (串)
+ (树与二叉树)
+ (图论)
+ (查找)
+ (排序)
+```
+
在线预览
## 基础入门
diff --git a/docs/manuscripts/mark-map/os-map.md b/docs/manuscripts/mark-map/os-map.md
index 3b955f2..2e32631 100644
--- a/docs/manuscripts/mark-map/os-map.md
+++ b/docs/manuscripts/mark-map/os-map.md
@@ -6,6 +6,15 @@ headerDepth: 3
# 操作系统
+```mindmap
+root(操作系统)
+ (系统概述)
+ (进程管理)
+ (进程管理)
+ (文件管理)
+ (输入、输出管理)
+```
+
在线预览
## 引论
diff --git a/docs/manuscripts/os/images/os-base.png b/docs/manuscripts/os/images/os-base.png
new file mode 100644
index 0000000..10aba31
Binary files /dev/null and b/docs/manuscripts/os/images/os-base.png differ
diff --git a/docs/manuscripts/os/images/os-better.png b/docs/manuscripts/os/images/os-better.png
new file mode 100644
index 0000000..5bc1dd5
Binary files /dev/null and b/docs/manuscripts/os/images/os-better.png differ
diff --git a/docs/manuscripts/os/readme.md b/docs/manuscripts/os/readme.md
index 11b2d44..8785312 100644
--- a/docs/manuscripts/os/readme.md
+++ b/docs/manuscripts/os/readme.md
@@ -5,14 +5,9 @@ permalink: /manuscripts/os.html
# 操作系统
-```mindmap
-root(操作系统)
- (系统概述)
- (进程管理)
- (进程管理)
- (文件管理)
- (输入、输出管理)
-```
+
+
+
## 系统概述
diff --git a/docs/manuscripts/quickCreateMdFile.js b/docs/manuscripts/quickCreateMdFile.js
index c1a9fb1..ac30bdf 100644
--- a/docs/manuscripts/quickCreateMdFile.js
+++ b/docs/manuscripts/quickCreateMdFile.js
@@ -53,7 +53,7 @@ const { prefix, children } = sideBarData;
}
/**
- * 第二步: 穿件文件,并追加文件内容
+ * 第二步: 创建文件,并追加文件内容
*/
for (const { text, link } of children) {
diff --git a/docs/readme.md b/docs/readme.md
index dafc6d3..8e2147d 100644
--- a/docs/readme.md
+++ b/docs/readme.md
@@ -1,7 +1,7 @@
---
home: true
title: 首页
-heroText: 计算机应试全家桶
+heroText: 计算机408全家桶
tagline: 保持终身学习,读研or工作,做适合自己的选择!
actions:
- text: 快速开始→
@@ -14,14 +14,26 @@ actions:
# link: /manuscripts/job-poster-bytedance.md
# type: secondary
features:
- - title: 多学科笔记
- details: 与官网同步的Egg.js框架基础知识整理,有效地降低日常开发和复习巩固的查询、学习时间。
+ - title: 数据结构
+ details: 链表、栈、队列是基础,树、图论是难点。查找、排序套路多,算法模型不容忽视。代码能力不必过度忧虑,伪代码未尝不可
+ link: /manuscripts/ds
+ - title: 操作系统
+ details: 进程管理、内存管理重中之重,细细揣摸。存储系统、输入、输出系统等配合计组学习,效果更佳
+ link: /manuscripts/os
+ - title: 计算机组成原理
+ details: 难难难... 晦涩难懂,定点数、浮点数难啃需反复吭、反复嚼。花时间、花精力努力攻克,抓大放小
+ link: /manuscripts/ccp
+ - title: 计算机网络
+ details: TCP、UDP常考且实用,协议多、内容杂、层次深,配合思维导图、利用碎片化时间记忆,尤其是各层协议
+ link: /manuscripts/cn
+ - title: 多学科基础
+ details: 基于计算机408考试要求分学科整理笔记,汇总各类知识点。支持精准查找、快速复习
- title: 重难点巩固
- details: 官方插件的基础上,抽象、封装出适合自己功能的plus插件,能够快速集成、使用在新的项目中。
+ details: 算法、进程管理、网络协议、CPU指令集等重点、难点详细整理,理解、巩固、提高、掌握
- title: 思维导图强化
- details: 官方插件的基础上,抽象、封装出适合自己功能的plus插件,能够快速集成、使用在新的项目中。
+ details: 学科琐碎知识点导图化整理,学习有章法、复习有资料。支持在线预览、编辑,培养、形成体系化知识记忆
- title: 反复、多次
- details: 通过以项目Demo示例的方式,对框架常用的功能进行Code编写和整理,提供有效且易用的代码封装。
+ details: 好的学习方法便成功了一半,记忆是会遗忘的,面对408考试多、乱、杂的知识点,反复、多次学习尤为重要
---
## 本地浏览【推荐】