mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-14 02:09:56 +08:00
76 lines
3.0 KiB
Markdown
76 lines
3.0 KiB
Markdown
---
|
||
home: true
|
||
title: 首页
|
||
heroText: 计算机408全家桶
|
||
tagline: 保持终身学习,读研or工作,做适合自己的选择!
|
||
actions:
|
||
- text: 快速开始🔥
|
||
link: /quick-start.md
|
||
type: primary
|
||
- text: 微信公众号
|
||
link: /wechat-list.md
|
||
type: secondary
|
||
# - text: 工作机会 💡
|
||
# link: /job-poster-bytedance.md
|
||
# type: secondary
|
||
features:
|
||
- title: 数据结构
|
||
details: 链表、栈、队列是基础,树、图论是难点。查找、排序套路多,算法模型不容忽视。代码能力不必过度忧虑,伪代码未尝不可
|
||
link: /ds/
|
||
- title: 操作系统
|
||
details: 进程管理、内存管理重中之重,细细揣摸。存储系统、输入、输出系统等配合计组学习,效果更佳
|
||
link: /os/
|
||
- title: 计算机组成原理
|
||
details: 难难难... 晦涩难懂,定点数、浮点数难啃需反复吭、反复嚼。花时间、花精力努力攻克,抓大放小
|
||
link: /ccp/
|
||
- title: 计算机网络
|
||
details: TCP、UDP常考且实用,协议多、内容杂、层次深,配合思维导图、利用碎片化时间记忆,尤其是各层协议
|
||
link: /cn/
|
||
- title: 多学科基础
|
||
details: 基于计算机408考试要求分学科整理笔记,汇总各类知识点。支持精准查找、快速复习
|
||
- title: 重难点巩固
|
||
details: 算法、进程管理、网络协议、CPU指令集等重点、难点详细整理,理解、巩固、提高、掌握
|
||
- title: 思维导图强化
|
||
details: 学科琐碎知识点导图化整理,学习有章法、复习有资料。支持在线预览、编辑,培养、形成体系化知识记忆
|
||
- title: 反复、多次
|
||
details: 好的学习方法便成功了一半,记忆是会遗忘的,面对408考试多、乱、杂的知识点,反复、多次学习尤为重要
|
||
---
|
||
|
||
## 本地浏览【推荐】
|
||
|
||
由于平台、网络等原因,在线浏览容易出现加载面、加载不出来等常见问题,因此非常建议在本地进行浏览、学习;**下面指令默认你已经安装[Git](https://git-scm.com/download)、[NPM](https://www.npmjs.com/)、[PNPM](https://www.pnpm.cn/)、[Node](http://nodejs.cn)等环境,并对此有一定了解!**
|
||
|
||
```bash:no-line-numbers
|
||
## 进入cmd命令行,直接克隆仓库
|
||
git clone https://github.com/mmdapl/408CSFamily.git
|
||
|
||
## 进入408CSFamily文件夹中
|
||
cd 408CSFamily
|
||
|
||
## tips: 如果本地已经clone过仓库,建议执行pull指令,获取最新
|
||
git pull
|
||
|
||
## 下载依赖包
|
||
pnpm install
|
||
|
||
## 执行dev指令,本地启动项目,打开http://localhost:4200即可访问文档
|
||
pnpm dev
|
||
|
||
```
|
||
|
||
查看项目启动日志并访问:[http://127.0.0.1:4200](http://localhost:4200),开启学习之旅吧~
|
||
|
||
## 在线浏览
|
||
|
||
- 稳定版: <https://408.142vip.cn>
|
||
|
||
> 网站无法访问时,合理使用魔法、通过科学上网访问第三方托管平台
|
||
|
||
- Github: <https://142vip.github.io/408CSFamily>
|
||
- Netlify: <https://408-family.netlify.app>
|
||
- Vercel: <https://408-family.vercel.app>
|
||
|
||
[//]: # '自动引入首页'
|
||
|
||
<!-- @include: ../README.md#we-media -->
|