Skip to content

Commit de08122

Browse files
author
公众号:Rong姐姐好可爱
authored
Merge pull request #88 from lir0115/feat/add-docs
2 parents 25013ce + 5c20d6a commit de08122

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+657
-91
lines changed

README.md

Lines changed: 69 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img alt="408Logo图片" width="240" src="https://cdn.statically.io/gh/142vip/cdn_service@main/doc_book/408/408_logo.png" style="text-align: center;">
44
</p>
55
<p style="font-size: 30px">
6-
<strong>✨计算机应试全家桶✨</strong>
6+
<strong>✨计算机408全家桶✨</strong>
77
</p>
88
</div>
99

@@ -66,7 +66,7 @@
6666

6767
- 稳定版: <https://408.142vip.cn>
6868

69-
> 网站无法访问时,建议通过科学上网访问备用网络
69+
> 网站无法访问时,合理使用魔法、通过科学上网访问第三方托管平台
7070
7171
- Github: <https://142vip.github.io/408CSFamily>
7272
- Netlify: <https://408-family.netlify.app>
@@ -83,7 +83,8 @@
8383

8484
### 学习视频
8585

86-
> **不是王道工作人员,不做任何推销**,只是感觉看书不太行的话还是得找找视频辅助下,就发现了王道官方视频,我自己有时也会用这个,如果链接失效可以去B站搜!
86+
> **不是王道工作人员,不做任何推销**,只是感觉看书不太行的话还是得找找视频辅助下,就发现了王道官方视频,
87+
> 我自己有时也会用这个,如果链接失效可以去B站搜!
8788
8889
- [数据结构](https://www.bilibili.com/video/BV1b7411N798)
8990
- [计算机组成原理](https://www.bilibili.com/video/BV1BE411D7ii)
@@ -216,20 +217,57 @@
216217
> - 《计算机组成原理》 第二版 唐朔飞
217218
> - 《计算机组成原理-王道考研》 2019 王道论坛
218219
219-
### 概述
220+
### 计算机引论
221+
222+
- 发展历程
223+
- 系统层次结构
224+
- 性能指标
220225

221226
### 数据的表示和运算
222227

228+
- 数制和编码
229+
- 定点数
230+
- 浮点数
231+
- 算数逻辑单元
232+
223233
### 存储系统
224234

235+
- 存储器介绍
236+
- 存储器的层次化结构
237+
- 随机存储器
238+
- 主存和CPU
239+
- 双端口RAM和多模块存储器
240+
- 高速缓冲存储器
241+
- 虚拟存储器
242+
225243
### 指令系统
226244

245+
- 指令格式
246+
- 寻址方式
247+
- 指令集
248+
227249
### 中央处理器
228250

251+
- CPU的基本介绍
252+
- 指令执行过程
253+
- 数据通路
254+
- 控制器
255+
- 指令流水线
256+
229257
### 总线
230258

259+
- 总线介绍
260+
- 总线仲裁
261+
- 总线的操作和定时
262+
- 总线标准
263+
231264
### 输入输出系统
232265

266+
- 基本概念
267+
- 外部设备
268+
- 输入输出接口
269+
- 输入输出方式
270+
233271
## 计算机网络
234272

235273
> 参考资料:
@@ -288,18 +326,24 @@
288326
[//]: # (宣传内容)
289327
<!-- #region we-media -->
290328

291-
## 提交记录
292-
293329
## 赞赏列表
294330

295-
以下排名不分先后! **赞赏过的一定要微信跟我说呀!!!!!!**
331+
以下排名不分先后 **赞赏过的一定要微信跟我说呀!!!!!!**
296332

297333
<div>
298334
<a href="https://github.com/ChiefPing" target="_blank" style="margin: 5px">
299-
<img src="https://avatars2.githubusercontent.com/u/34122068?s=460&v=4" alt="ChiefPing" style="border-radius:5px;" width="50px" />
335+
<img
336+
src="https://avatars2.githubusercontent.com/u/34122068?s=460&v=4"
337+
alt="ChiefPing"
338+
style="border-radius:5px;" width="50px"
339+
/>
300340
</a>
301-
<a href="https://github.com/xiaoliuxin" target="_blank" style="margin: 5px">
302-
<img src="https://avatars2.githubusercontent.com/u/60652527?s=460&v=4" alt="xiaoliuxin" style="border-radius:5px;" width="50px"/>
341+
<a href="https://github.com/xiaoliuxin" target="_blank" style="margin: 5px">
342+
<img
343+
src="https://avatars2.githubusercontent.com/u/60652527?s=460&v=4"
344+
alt="xiaoliuxin"
345+
style="border-radius:5px;" width="50px"
346+
/>
303347
</a>
304348
</div>
305349

@@ -309,16 +353,24 @@
309353

310354
## 贡献
311355

312-
> 感谢向仓库提交PR的所有开发者
356+
> 感谢所有参与仓库建设的开发者
313357
314358
<a href="https://github.com/142vip/408CSFamily/graphs/contributors">
315-
<img src="https://contrib.rocks/image?repo=142vip/408CSFamily" alt="感谢向仓库提交PR的所有开发者" title="408CSFamily"/>
359+
<img
360+
src="https://contrib.rocks/image?repo=142vip/408CSFamily"
361+
alt="感谢向仓库提交PR的所有开发者"
362+
title="408CSFamily"
363+
/>
316364
</a>
317365

318366
## 趋势
319367

320368
<div style="text-align: center" align="center">
321-
<img alt="Star History" src="https://api.star-history.com/svg?repos=142vip/408CSFamily&type=Date" >
369+
<img
370+
src="https://api.star-history.com/svg?repos=142vip/408CSFamily&type=Date"
371+
alt="Star History"
372+
style="border-radius: 5px"
373+
>
322374
</div>
323375

324376
## 联系作者
@@ -327,14 +379,10 @@
327379

328380
<div style="text-align: center;margin: 10px" id="we-media-container">
329381
<div align="center" >
330-
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/media/chu-fan-code-450x450.png"
331-
width="200px"
332-
style="margin:5px"
333-
title="欢迎关注微信公众号:储凡" alt="关注微信公众号:储凡"/>
334-
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/media/chu-fan-443-650x650.jpg"
335-
width="200px"
336-
style="margin:5px"
337-
title="欢迎添加微信:chufan443 " alt="添加微信:chufan443,联系作者"/>
382+
<img src="https://cdn.statically.io/gh/142vip/cdn_service@main/media/main-code.png"
383+
width="auto"
384+
style="margin:5px;border-radius: 5px"
385+
title="关注微信公众号或添加好友联系储凡" alt="关注微信公众号或添加好友联系储凡"/>
338386
</div>
339387
<div style="text-align: center;padding: 5px" align="center">
340388
<a

docs/.vuepress/config.ts

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@ import themeConfig from "./config/theme.config";
33
import {defineUserConfig} from "vuepress";
44
import {fileURLToPath} from 'node:url'
55
import {path} from "@vuepress/utils";
6+
import {name} from "../../package.json"
67
// @ts-ignore
78
const __dirname = path.dirname(fileURLToPath(import.meta.url))
89

9-
// 用于区分base路径,是否nginx代理
10-
const PROXY_DOMAIN = process.env.PROXY_DOMAIN || false
11-
12-
10+
/**
11+
* 用户自定义配置
12+
* 注意:
13+
* - 环境变量中的PROXY_DOMAIN字段,用于区分是否nginx代理
14+
*/
1315
export default defineUserConfig({
14-
title: "计算机应试全家桶",
16+
title: "计算机408全家桶",
1517
description: "磨刀不误砍柴工,读完硕士再打工",
16-
base: PROXY_DOMAIN ? "/408CSFamily/" : "/",
18+
// 用于区分base路径,是否nginx代理
19+
base: process.env.PROXY_DOMAIN ? `/${name}/` : `/`,
1720
port: 4200,
1821
head: [
1922
// vercel统计 相关配置

docs/.vuepress/config/theme.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ import {sidebar} from "./sidebar";
1212
export default {
1313
theme: hopeTheme({
1414
locales: langConfig,
15-
darkmode: "toggle",
15+
darkmode: "disable",
1616
// 支持全屏
17-
fullscreen: true,
17+
// fullscreen: true,
1818
// 纯净模式
1919
// pure: true,
2020
print: false, // 打印按钮
2121
hostname: 'https://408.142vip.cn',
2222
author: AUTHOR_INFO,
2323
favicon: "/408_favicon.ico",
24-
logo: "/assets/408_logo.png",
24+
logo: "/408_logo.png",
2525
navbar: navbar,
2626
// 导航栏布局
2727
navbarLayout: {
@@ -34,7 +34,7 @@ export default {
3434

3535
// 主题布局选项
3636
repo: "https://github.com/142vip/408CSFamily",
37-
logoDark: "/assets/408_logo.png",
37+
logoDark: "/408_logo.png",
3838

3939
// 博客配置
4040
// blog: {
-16.6 KB
Binary file not shown.
-9.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)