1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-13 14:39:48 +08:00

Merge pull request #31 from mmdapl/feat/add-scripts-info

feat: 新增scripts脚本说明
This commit is contained in:
mmdapl
2023-08-31 19:17:04 +08:00
committed by GitHub
4 changed files with 142 additions and 50 deletions

118
README.md
View File

@@ -1,4 +1,54 @@
<div align="center">
<p>
<img alt="408Logo图片" width="240" src="https://cdn.staticaly.com/gh/142vip/cdn_service@main/doc_book/408/408_logo.png" style="text-align: center;">
</p>
<p style="font-size: 30px"><strong>✨计算机应试全家桶✨</strong></p>
</div>
<div align="center">
<div id="">
<a href="https://github.com/mmdapl" target="_blank">
<img alt="作者: 储凡" src="https://img.shields.io/badge/Author-Chu·Fan-8A2BE2.svg?style=for-the-badge" style="text-align: center;">
</a>
</div>
<div>
<a href="https://app.netlify.com/sites/408-family/deploys" target="_blank" style="padding: 5px">
<img alt="Netlify" src="https://api.netlify.com/api/v1/badges/75a7251a-f873-4aff-b387-6449ca241ef7/deploy-status">
</a>
<a href="" target="_blank" style="padding: 5px">
<img alt="Vercel" src="https://therealsujitk-vercel-badge.vercel.app/?app=408">
</a>
</div>
<div>
<img alt="code size" src="https://img.shields.io/github/languages/code-size/142vip/408CSFamily" style="padding: 5px">
<img alt="tag version" src="https://img.shields.io/github/v/tag/142vip/408CSFamily" style="padding: 5px">
<img alt="release version" src="https://img.shields.io/github/v/release/142vip/408CSFamily" style="padding: 5px">
<img alt="repo size" src="https://img.shields.io/github/repo-size/142vip/408CSFamily" style="padding: 5px">
</div>
</div>
### 在线浏览
- 稳定版: <https://408.142vip.cn>
> 网站无法访问时,建议通过科学上网访问备用网络
- Github <https://142vip.github.io/408CSFamily>
- Netlify <https://408-family.netlify.app>
- Vercel <https://408-family.vercel.app>
## 写最前面
`408CSFamily` 我的理解是408计算机专业课”全家桶“而408相信考研er都知道计算机考研专业课代码在最新的高校计算机研究生招考中已经越来越多的学校改考408。可见408所涉及到的专业课举足轻重的地位不论是在考研或者找工作我相信408的专业基础必定是难以避免的所以话不多说、形势复杂唯一能做的就是不停的学习、巩固基础知识加油
@@ -11,17 +61,6 @@
2. 建议结合思维导图进行学习
### 在线浏览
- 稳定版: <https://408.142vip.cn>
网站无法访问时,建议通过科学上网访问备用网络
- Github <https://142vip.github.io/408CSFamily>
- Netlify <https://408-family.netlify.app>
- Vercel <https://408-family.vercel.app>
@@ -29,7 +68,7 @@
> 主要是关键知识,更新优化中...
- [数据结构](./数据结构/数据结构和算法.md)
- [数据结构](./manuscripts/数据结构/数据结构和算法.md)
- 计算机组成原理TBD
- 操作系统TBD
- 计算机网络TBD
@@ -70,7 +109,7 @@
## 大纲目录善用Ctrl+F
> 注意:没有链接的,可以在仓库找找,只是选择性进行博客和公众号发表
**注意:没有链接的,可以在仓库找找,只是选择性进行博客和公众号发表**
### 数据结构
@@ -81,13 +120,13 @@
> 3. 《数据结构与算法景点问题解析》 第二版 Narasimha Karumanchi著.
> 4. 《计算机网络-王道考研》 2019 王道论坛著.
#### [基础入门](/数据结构/基础入门/Readme.md)
#### [基础入门](./manuscripts/数据结构/基础入门/readme.md)
- [基础概念](https://mp.weixin.qq.com/s/M8MOCVnbVxQ3GRuxRaEKIg)
- [数据结构三要素](https://mp.weixin.qq.com/s/7sCoHDFtI-Qp0wBcvMH6kQ)
- [算法与算法评价](https://mp.weixin.qq.com/s/58fBAwoyg2Ali-HqOJ6t9g)
#### [线性表](/数据结构/线性表/Readme.md)
#### [线性表](./manuscripts/数据结构/线性表/readme.md)
- [基础概念和基本操作](https://mp.weixin.qq.com/s/3e5LX9HbnjfT980zV3veXA)
- [线性表的顺序表示](https://mp.weixin.qq.com/s/gaXmF3tqZxxFXhhDyPZv-A)
@@ -192,20 +231,18 @@
#### I/O管理
- [第一章:操作系统引论](计算机操作系统/第一章)
- [第二章:进程的描述与控制](计算机操作系统/第二章)
- [第三章:处理机调度与死锁](计算机操作系统/第三章)
- [第四章:存储器管理](计算机操作系统/第四章)
- [第五章:虚拟存储器](计算机操作系统/第一章)
- [第六章:虚拟存储器](计算机操作系统/第一章)
- [第七章:文件管理](计算机操作系统/第一章)
- [第八章:磁盘存储器的管理](计算机操作系统/第一章)
- [第九章:操作系统接口](计算机操作系统/第一章)
- [第十章:多处理机操作系统](计算机操作系统/第一章)
- [第十一章:多媒体操作系统](计算机操作系统/第一章)
- [第十二章:保护与安全](计算机操作系统/第一章)
- 第一章:操作系统引论
- 第二章:进程的描述与控制
- 第三章:处理机调度与死锁
- 第四章:存储器管理
- 第五章:虚拟存储器
- 第六章:虚拟存储器
- 第七章:文件管理
- 第八章:磁盘存储器的管理
- 第九章:操作系统接口
- 第十章:多处理机操作系统
- 第十一章:多媒体操作系统
- 第十章:保护与安全
@@ -238,16 +275,15 @@
## 赞赏列表
以下排名不分先后! [传送门→]() **赞赏过的一定要微信跟我说呀!!!!!!**
<div>
<a href="https://github.com/ChiefPing" target="_blank" style="margin: 5px">
<img src="https://avatars2.githubusercontent.com/u/34122068?s=460&v=4" width="50px" style="brder-radius:5px;"/>
<img alt="ChiefPing" src="https://avatars2.githubusercontent.com/u/34122068?s=460&v=4" width="50px" style="brder-radius:5px;"/>
</a>
<a href="https://github.com/xiaoliuxin" target="_blank" style="margin: 5px">
<img src="https://avatars2.githubusercontent.com/u/60652527?s=460&v=4" style="border-radius:5px;" width="50px"/>
<img alt="xiaoliuxin" src="https://avatars2.githubusercontent.com/u/60652527?s=460&v=4" style="border-radius:5px;" width="50px"/>
</a>
</div>
@@ -260,6 +296,20 @@
## 贡献
感谢向仓库提交mr的所有开发者
[![contributors](https://contrib.rocks/image?repo=142vip/408CSFamily)](https://github.com/142vip/408CSFamily/graphs/contributors)
## 趋势
<div style="text-align: center" align="center">
<img alt="Star History" src="https://api.star-history.com/svg?repos=142vip/408CSFamily&type=Date" >
</div>
## 联系作者
若系列文章对你有所帮助,欢迎订阅公众号或微信”骚扰“,获取更多内容。**商务合作请备注来意**
@@ -334,7 +384,3 @@

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

View File

@@ -66,11 +66,12 @@ footerWrap:
- title: 哔哩哔哩
link: https://space.bilibili.com/350937042
details: 不定期更新
---
---
### 本地浏览【推荐】
由于平台、网络等原因,在线浏览容易出现加载面、加载不出来等常见问题,因此非常建议在本地进行浏览、学习;**下面指令默认你已经安装[Git](https://git-scm.com/download)、[NPM](https://www.npmjs.com/)、[PNPM](https://www.pnpm.cn/)、[Yarn](https://yarn.bootcss.com/)、[Node](http://nodejs.cn)等环境,并对此有一定了解!**
@@ -92,7 +93,6 @@ git pull
pnpm install
## 执行dev指令本地启动项目打开http://localhost:4200即可访问文档
pnpm dev
```
@@ -143,14 +143,14 @@ yarn run dev
### 在线浏览
[https://408.142vip.cn](https://408.142vip.cn)
- 稳定版: <https://408.142vip.cn>
网站无法访问时,建议通过科学上网访问备用网络
> 网站无法访问时,建议通过科学上网访问备用网络
- Github [https://142vip.github.io/408CSFamily](https://142vip.github.io/408CSFamily)
- Netlify [https://408-family.netlify.app](https://408-family.netlify.app)
- Vercel [https://408-family.vercel.app](https://408-family.vercel.app)
- Github <https://142vip.github.io/408CSFamily>
- Netlify <https://408-family.netlify.app>
- Vercel <https://408-family.vercel.app>
@@ -180,6 +180,18 @@ yarn run dev
**以下排名不分先后! 还木有收到赞助,哈哈哈,先留坑**
### 贡献
感谢向仓库提交mr的所有开发者
[![contributors](https://contrib.rocks/image?repo=142vip/408CSFamily)](https://github.com/142vip/408CSFamily/graphs/contributors)
### 趋势
<div style="text-align: center" align="center">
<img alt="Star History" src="https://api.star-history.com/svg?repos=142vip/408CSFamily&type=Date" >
</div>
### 联系作者
@@ -247,6 +259,21 @@ yarn run dev
style="margin: 5px;width: 24px;height: 24px;">
</a>
</div>
<div align="center">
<div id="">
<a href="https://github.com/mmdapl" target="_blank">
<img alt="作者: 储凡" src="https://img.shields.io/badge/Author-Chu·Fan-8A2BE2.svg?style=for-the-badge" style="text-align: center;">
</a>
</div>
<div style="padding: 5px">
<a href="https://app.netlify.com/sites/408-family/deploys" target="_blank" style="padding: 5px">
<img alt="Netlify" src="https://api.netlify.com/api/v1/badges/75a7251a-f873-4aff-b387-6449ca241ef7/deploy-status">
</a>
<a href="https://vercel.com/142vip/408/deployments" target="_blank" style="padding: 5px">
<img alt="Vercel" src="https://therealsujitk-vercel-badge.vercel.app/?app=408">
</a>
</div>
</div>
</div>
交流/加群/互看朋友圈
@@ -256,3 +283,5 @@ yarn run dev

View File

@@ -1,8 +1,13 @@
{
"name": "408CSFamily",
"description": "专业代号408 ,计算机基础知识点合集",
"description": "专业代号408计算机基础知识点合集",
"version": "0.0.1-alpha.0",
"packageManager": "pnpm@7.2.1",
"author": {
"name": "Chu Fan",
"email": "fairy_408@2925.com",
"url": "https://github.com/142vip"
},
"scripts": {
"prepare": "husky install && npx husky add .husky/pre-commit \"npm run lintfix\" && chmod +x .husky/pre-commit",
"dev": "vuepress dev docs",
@@ -12,14 +17,26 @@
"image:faster": "bash scripts/build_image.sh $npm_package_version faster",
"deploy:ali": "bash scripts/deploy.sh ali $npm_package_version",
"deploy:github": "bash scripts/page_deploy.sh",
"version:alpha": "npm version prerelease --preid alpha",
"version:patch": "npm version patch",
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore .",
"clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' +"
},
"author": {
"name": "Chu Fan",
"email": "fairy_408@2925.com",
"url": "https://github.com/142vip"
"scripts-info": {
"prepare": "安装依赖预执行脚本",
"dev": "本地启动项目",
"build": "构建、打包",
"build:proxy": "构建、打包,支持项目名代理,使用第三方托管平台",
"image": "容器打包、构建镜像",
"image:faster": "本地build后快速构建镜像",
"deploy:ali": "部署到阿里云服务器",
"deploy:github": "部署到github平台集成ci",
"version:alpha": "alpha测试版号更新基于next分之操作",
"version:patch": "稳定版号更新基于master分支操作",
"lint": "eslint校验代码指出异常",
"lintfix": "格式化代码,自动化处理异常",
"clean": "快速删除本地依赖"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.54.0",