-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
161 lines (155 loc) · 6.01 KB
/
mkdocs.yml
File metadata and controls
161 lines (155 loc) · 6.01 KB
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
site_name: Thinking Builder Notes
site_url: https://thinking-builder.github.io/NoteSite/
site_description: 个人笔记、课程总结与知识分享
repo_name: Thinking-builder/NoteSite
repo_url: https://github.com/Thinking-builder/NoteSite
nav:
- 首页: index.md
- 关于本站:
- 站点使命: Introduction.md
- 仓库结构与文件归属: repository_map.md
- 全站内容总览: content_catalog.md
- 数学:
- 栏目导览: math/index.md
- 线性代数:
- 向量空间初步(完整版): Linear_Algebra/Note01_向量空间.md
- 线性映射(完整版): Linear_Algebra/Note02_线性映射.md
- 空间的交换图(完整版): Linear_Algebra/Note03_空间的交换图.md
- 多项式(完整版): Linear_Algebra/Note04_多项式.md
- 本征(完整版): Linear_Algebra/Note05_本征.md
- 内积空间(完整版): Linear_Algebra/Note06_内积空间.md
- 线性代数·早期简版:
- 向量空间初步: Linear_Algebra/Note01.md
- 线性映射: Linear_Algebra/Note02.md
- 空间的交换图: Linear_Algebra/Note03.md
- 多项式: Linear_Algebra/Note04.md
- 本征: Linear_Algebra/Note05.md
- 内积空间: Linear_Algebra/Note06.md
- 信息科学数学:
- 整除: ISmath/整除.md
- 同余: ISmath/同余.md
- 同余方程: ISmath/同余方程.md
- 原根和指数: ISmath/原根和指数.md
- 计算机与 AI:
- 栏目导览: tech/index.md
- 计算机基础:
- CS 总览: CS_basical_knowledge.md
- Data Graph and AI: Data_Graph_AI.md
- AI 导论:
- 第一章 绪论: AI _Intro/第一章绪论.md
- 第二章 逻辑与推理: AI _Intro/第二章逻辑与推理.md
- 第三章 搜索: AI _Intro/第三章搜索.md
- 第四章 监督学习: AI _Intro/第四章监督学习.md
- 第五章 无监督学习: AI _Intro/第五章无监督学习.md
- 第六章 深度学习: AI _Intro/第六章深度学习.md
- 深度学习:
- 预备知识: Deep_Learning/PreKnowleadge.md
- 线性神经网络: Deep_Learning/Linear_network.md
- 编程语言与开发:
- Easy Markdown: easy markdown.md
- MkDocs 安装与初始化: mkdocs_2.md
- Shell 入门: shell.md
- SQL:
- SQL 简介: SQL/SQL.md
- DQL: SQL/SQL_DQL.md
- DDL: SQL/SQL_DDL.md
- DML: SQL/SQL_DML.md
- C++:
- Learning Guide: Cplusplus/index.md
- Pointer: Cplusplus/Pointer.md
- Compiler: Cplusplus/C++compiler.md
- Linker: Cplusplus/C++linker.md
- Debug Record: C++_debug_record.md
- C++ 进阶: C++_primer.md
- Qt 图形界面开发: Qt-C++图形化界面开发.md
- 汇编与逆向:
- 模块导览: Assembly/IntroOfASM.md
- 数据传送与运算: Assembly/data_alloc.md
- 实验整理: Assembly/1.md
- 课堂测试题目整理: Assembly/CourseTests.md
- 测试文档: Assembly/test.md
- 基础与原理:
- 基础知识: Assembly/note/01basicKnoledge.md
- 汇编语言: Assembly/note/02asmLanguage.md
- 过程: Assembly/note/04Process.md
- 华为鲲鹏处理器体系结构: Assembly/note/05华为鲲鹏处理体系结构.md
- 华为鲲鹏处理器汇编编程: Assembly/note/06 HuaWeiKunPeng.md
- 逆向工程:
- PE 文件结构: Assembly/note/07 PE file.md
- 逆向技术: Assembly/note/08 Reverse.md
- C 语言逆向分析: Assembly/note/09C语言逆向分析.md
- 软件保护基础: Assembly/note/10软件保护技术.md
- 动态逆向分析技术: Assembly/note/动态逆向分析技术.md
- MASM32 入门:
- 编译环境使用: Assembly/note_v2/汇编环境和基础命令.md
- 汇编程序框架实现: Assembly/note_v2/汇编程序框架.md
- Hello World: Assembly/note_v2/第一个汇编程序.md
- 实现第一个源程序: Assembly/note_v2/源程序编写准备.md
- MASM 指令和函数: Assembly/note_v2/MASM指令和函数.md
- MASM32 基本程序: Assembly/note_v2/MASM32基本程序.md
- MASM32 Hello World: Assembly/note_v2/MASM32的第一个汇编程序.md
- 工具与实践:
- 栏目导览: practice/index.md
- Git: EasyGit.md
- Vim: vim.md
- Yara: Tools/yara.md
- 经验与课程:
- 栏目导览: experience/index.md
- 大一课程经验: freshmanE.md
- 交流项目记录: ExchangeCourse.md
- 兴趣分享:
- 手机摄影: Photo.md
- 资料附件:
- 下载与附件总表: resources/index.md
markdown_extensions:
- toc:
permalink: true
- tables
- attr_list
- md_in_html
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/home-hero.js
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- mkdocs-pdf
theme:
name: material
language: zh
favicon: img/favicon.ico
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.suggest
- content.code.copy
- toc.follow
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/brightness-7
name: 切换到深色模式
- scheme: slate
primary: blue grey
accent: amber
toggle:
icon: material/brightness-4
name: 切换到浅色模式