-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
179 lines (173 loc) · 7.21 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
site_name: ReadMe 软件学院互助文档
repo_url: https://github.com/ssast-readme/ssast-readme.github.io
repo_name: SSAST ReadMe
nav:
- 首页:
- 欢迎: "index.md"
- 致作者: "ToAuthor.md"
- 致读者: "ToReader.md"
- 志愿工时发放标准: "ReadMe志愿工时发放标准.md"
- 课程笔记:
- 介绍: "note/note.md"
- 操作系统:
- 复习提纲: "note/os/os.md"
- 2024春复习提纲: "note/os/操作系统期末复习笔记_2024春.md"
- 人工智能导论:
- Learning(1): "note/IAI/AI-learning1.md"
- 机器学习:
- 计算学习理论 (1): "note/ml/计算学习理论 (1).md"
- 计算学习理论 (2): "note/ml/计算学习理论 (2).md"
- 数据结构:
- 数据结构复习要点: "note/data_structure/data_structure_review_notes_1.md"
- 数据结构复习笔记: "note/data_structure/data_structure_review_notes_2.md"
- 数据结构期末复习: "note/data_structure/DSA_cracker.md"
- 算法设计与分析:
- 算法设计与分析复习: "note/algorithm/算法期末复习笔记_24春.md"
- 数字电子技术基础 C:
- 数字电子技术基础复习要点: "note/digital_circuit/digital_notes.md"
- 复变函数引论:
- 复变笔记: "note/complex-function/readme.md"
- 数据库:
- 第六章 E-R 模型: "note/database/Chapter6/Chapter 6 Database Design Using the E-R Model.md"
- 第七章关系数据库设计: "note/database/Chapter7/Chapter 7.md"
- 贵系 Rust 小学期:
- Rust 课程笔记 L1: "note/Rust/rustL1.md"
- Rust 课程笔记 L2: "note/Rust/rustL2.md"
- Rust 课程笔记 L3: "note/Rust/rustL3.md"
- Rust 课程笔记 L4: "note/Rust/rustL4.md"
- Rust 课程笔记 L5: "note/Rust/rustL5.md"
- Rust 课程笔记 L6: "note/Rust/rustL6.md"
- Rust 课程笔记 L7: "note/Rust/rustL7.md"
- 微积分 A2:
- 第一讲多元函数的连续性: "note/calculus/A2L1.md"
- 第二讲多元函数的极限: "note/calculus/A2L2.md"
- 第三讲多元函数的导数和微分: "note/calculus/A2L3.md"
- 第四讲高阶导数与泰勒公式: "note/calculus/A2L4.md"
- 第五讲极值、临界点: "note/calculus/A2L5.md"
- 大学物理 B2:
- 大学物理 B2 笔记整理: "note/physics/physics.md"
- 初等概率论:
- 初等概率论课程笔记: "note/probability/probability.md"
- 初等数论:
- 第一章: "note/number-theory/theoryL1.md"
- 第二章: "note/number-theory/theoryL2.md"
- 第三章: "note/number-theory/theoryL3.md"
- 抽象代数学:
- 抽象代数学课程笔记: "note/abstract_algebra/abstract_algebra_notes.md"
- 其他: "note/other.md"
- 作业攻略:
- 介绍: "homework/homework.md"
- 数据结构 OJ 较难作业解析:
- By 作者: "homework/dsa-OJ/README.md"
- OJ1-3_灯塔_归并排序: "homework/dsa-OJ/OJ1/OJ1-3.md"
- OJ2-3_游戏_括号匹配: "homework/dsa-OJ/OJ2/OJ2-3.md"
- OJ3-2_旅行商_拓扑排序: "homework/dsa-OJ/OJ3/OJ3-2.md"
- OJ3-3_气象台_KD树: "homework/dsa-OJ/OJ3/OJ3-3.md"
- 操作系统:
- 在 xv6 中实现音频播放: "homework/OS-music/content.md"
- 汇编与编译原理:
- VS2022 配置汇编高亮: "homework/VS-Assembly/VS-Assembly.md"
- Qt 小学期:
- FFmpeg 与视频编解码: "homework/Qt/FFmpeg.md"
- 软工:
- 在软工项目中使用 SSL 证书: "homework/SE/using-SSL-in-SE/content.md"
- 合法的、安全地发布自己的网站: "homework/SE/publish_website/How-to-publish-your-website.md"
- 计网:
- mac配置Ubuntu16.04环境: "homework/network/run_ubuntu16.04_on_mac.md"
- 其他: "homework/other.md"
- 技术分享:
- 介绍: "tech/tech.md"
- JS 语法糖及语法坑: "tech/JavaScript语法糖及语法坑.md"
- Manjaro 系统入门: "tech/Intro-To-Manjaro/ManjaroIntro.md"
- 油猴脚本: "tech/monkey_script/MonkeyScript.md"
- 连接 Tsinghua-Secure: "tech/Tsinghua-Secure/tsinghua-secure.md"
- Python 爬虫框架 Scrapy: "tech/Scrapy/Scrapy.md"
- 网页内容解析库 BeautifulSoup4: "tech/BeautifulSoup4/BeautifulSoup4.md"
- Zerotier 实现内网穿透: "tech/Zerotier/Zerotier_guide.md"
- Apache2 简易指北: "tech/apache2/apache2_guide.md"
- Mermaid 教程: "tech/Mermaid/Mermaid_note.md"
- web 前端:
- Web前端概述: "tech/web/Web前端概述.md"
- CSS: "tech/web/CSS.md"
- HTML: "tech/web/HTML.md"
- JavaScript: "tech/web/JavaScript.md"
- Vue: "tech/web/Vue.md"
- DDP:
- Distributed Data Parallel 详解: "tech/DDP/Distributed Data Parallel 详解.md"
- 2022 年暑培资料:
- 前端基础: "tech/2022Summer/frontend-base.md"
- Vue.js: "tech/2022Summer/Vue/vue.md"
- Node.js: "tech/2022Summer/Nodejs/Nodejs.md"
- Flask: "tech/2022Summer/flask.md"
- Webpack: "tech/2022Summer/webpack/webpack.md"
- Linux: "tech/2022Summer/Linux.md"
- Python: "tech/2022Summer/Python/python.md"
- Git: "tech/2022Summer/git/git.md"
- CMake: "tech/2022Summer/cmake/cmake.md"
- Qt: "tech/2022Summer/Qt/qt.md"
- Docker: "tech/2022Summer/docker/Docker_Tutorial.md"
- 基于 uni-app 框架的小程序开发: "tech/2022Summer/uni-app/基于uni-app框架的小程序开发.md"
- 其他: "tech/other.md"
- 科创经验分享:
- 星火计划:
- 经验分享: "innovation/star/share.md"
- 书信传情:
- 简介: "letter/ReadMe X 书信传情2021简介.md"
- 2021:
- 经历&建议: "letter/2021书信传情-经历&建议.md"
- 心态调整: "letter/2021书信传情-心态调整.md"
- 信息获取: "letter/2021书信传情-信息获取.md"
- 学业规划: "letter/2021书信传情-学业规划.md"
- 未来展望: "letter/2021书信传情-未来展望.md"
theme:
name: material
icon:
logo: material/file-document
language: zh
custom_dir: overrides
features:
- navigation.instant
- navigation.tabs
- navigation.tracking
- navigation
- navigation.top
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: blue
accent: blue
toggle:
icon: material/weather-night
name: 切换至深色模式
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: 切换至浅色模式
extra:
social:
- icon: fontawesome/brands/github
link: 'https://github.com/ssast-readme/ssast-readme.github.io'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/squidfunk'
- icon: fontawesome/brands/linkedin
link: 'https://www.linkedin.com/in/squidfunk'
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js