更新docsify阅读方式

This commit is contained in:
LingCoder
2019-03-30 20:31:44 +08:00
parent ddfd2e2168
commit 9d522a98c6
1812 changed files with 101698 additions and 435 deletions

10
docs/book/GLOSSARY.md Normal file
View File

@@ -0,0 +1,10 @@
## 词汇表
| 词汇 | 解释 |
| ----------------| ----------|
| **OOP** (*Object-oriented programming*) | 面向对象编程,一种编程思维模式和编程架构|
| **UML** (*Unified Modeling Language*) | 统一建模语言,类图 |
| **Aggregation** | 聚合,关联关系的一种,是强的关联关系|
| **Composition** | 组合,关联关系的一种,是比聚合关系强的关系 |
| **STL***the Standard Template Library*| C++ 标准模板库|