diff --git a/docs/操作系统/MIT6.S081.en.md b/docs/操作系统/MIT6.S081.en.md index 92e677fb..5f57a882 100644 --- a/docs/操作系统/MIT6.S081.en.md +++ b/docs/操作系统/MIT6.S081.en.md @@ -46,7 +46,7 @@ All resources used and assignments implemented by @PKUFlyingPig when learning th ### Some Blogs for References - [doraemonzzz](http://doraemonzzz.com/tags/6-S081/) -- [Xiao Fan (樊潇)](https://fanxiao.tech/posts/MIT-6S081-notes/) +- [Xiao Fan (樊潇)](https://fanxiao.tech/posts/2021-03-02-mit-6s081-notes/) - [Miigon's blog](https://blog.miigon.net/categories/mit6-s081/) - [Zhou Fang](https://walkerzf.github.io/categories/6-S081/index.html) - [Yichun's Blog](https://www.yichuny.page/tags/Operating%20System) diff --git a/docs/操作系统/MIT6.S081.md b/docs/操作系统/MIT6.S081.md index 9c81a433..6797c25d 100644 --- a/docs/操作系统/MIT6.S081.md +++ b/docs/操作系统/MIT6.S081.md @@ -46,7 +46,7 @@ ### 一些可以参考的博客 - [doraemonzzz](http://doraemonzzz.com/tags/6-S081/) -- [Xiao Fan (樊潇)](https://fanxiao.tech/posts/MIT-6S081-notes/) +- [Xiao Fan (樊潇)](https://fanxiao.tech/posts/2021-03-02-mit-6s081-notes/) - [Miigon's blog](https://blog.miigon.net/categories/mit6-s081/) - [Zhou Fang](https://walkerzf.github.io/categories/6-S081/index.html) - [Yichun's Blog](https://www.yichuny.page/tags/Operating%20System) diff --git a/docs/数据库系统/CS346.md b/docs/数据库系统/CS346.md index da6c3a1f..b06cca40 100644 --- a/docs/数据库系统/CS346.md +++ b/docs/数据库系统/CS346.md @@ -20,7 +20,7 @@ RedBase 是 cs346 的一个项目,实现了一个简易的数据库系统, 5. Extension Component:除了上述数据库系统的基本功能组件,还需要实现一个扩展组件,可以是 Blob 类型、 网络模块、连接算法、CBO 优化器、OLAP、事务等。 -RedBase 适合在学完 CMU-15445 后继续学习数据库系统中的其他组件,因为其代码量不多,可以方便的根据需要扩展代码。同时代码完全由 C++ 编写,也可以用于练习 C++ 编程技巧。 +RedBase 适合在学完 CMU 15-445 后继续学习数据库系统中的其他组件,因为其代码量不多,可以方便的根据需要扩展代码。同时代码完全由 C++ 编写,也可以用于练习 C++ 编程技巧。 ## 课程资源 diff --git a/mkdocs.yml b/mkdocs.yml index b763433d..a80c67cf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -96,6 +96,7 @@ plugins: 计算机网络: Computer Networking 数据库系统: Database Systems 编译原理: Compilers + 编程语言设计与分析: Programming Language Design and Analysis 程序语言设计: Programming Language 计算机图形学: Computer Graphics Web开发: Web Development