diff --git a/Android/README.md b/Android/README.md new file mode 100644 index 00000000..54eefe48 --- /dev/null +++ b/Android/README.md @@ -0,0 +1,16 @@ +## Android + +- [Activity](Android/Activity.md) +- [Android布局属性大全](Android/Android布局属性大全.md) +- [Android数据存储于IO接口](Android/Android数据存储于IO接口.md) +- [Dialog](Android/Dialog.md) +- [Intent和IntentFilter的进行通信](Android/Intent和IntentFilter的进行通信.md) +- [activity使用和相关的重要类](Android/activity使用和相关的重要类.md) +- [activity和Fragment](Android/activity和Fragment.md) +- [android工程介绍](Android/android工程介绍.md) +- [android应用资源(一)](Android/android应用资源(一).md) +- [事件处理](Android/事件处理.md) +- [图形与图像处理(动态处理)](Android/图形与图像处理(动态处理).md) +- [图形与图像处理(静态处理)](Android/图形与图像处理(静态处理).md) +- [基础(一)](Android/基础(一).md) +- [应用资源(二)原生资源](Android/应用资源(二)原生资源.md) diff --git a/Android/_sidebar.md b/Android/_sidebar.md new file mode 100644 index 00000000..0f81c44d --- /dev/null +++ b/Android/_sidebar.md @@ -0,0 +1,35 @@ +## Android +- Android + - [Activity](Android/Activity.md) + - [Android布局属性大全](Android/Android布局属性大全.md) + - [Android数据存储于IO接口](Android/Android数据存储于IO接口.md) + - [Dialog](Android/Dialog.md) + - [Intent和IntentFilter的进行通信](Android/Intent和IntentFilter的进行通信.md) + - [activity使用和相关的重要类](Android/activity使用和相关的重要类.md) + - [activity和Fragment](Android/activity和Fragment.md) + - [android工程介绍](Android/android工程介绍.md) + - [android应用资源(一)](Android/android应用资源(一).md) + - [事件处理](Android/事件处理.md) + - [图形与图像处理(动态处理)](Android/图形与图像处理(动态处理).md) + - [图形与图像处理(静态处理)](Android/图形与图像处理(静态处理).md) + - [基础(一)](Android/基础(一).md) + - [应用资源(二)原生资源](Android/应用资源(二)原生资源.md) + - 教程 + - [Android问题详解](Android/教程/Android问题详解.md) + - [New Document](Android/教程/New%20Document.md) + - [android学习目录](Android/教程/android学习目录.md) + - [第10章Service和BroadcastReceiver](Android/教程/第10章Service和BroadcastReceiver.md) + - [第13章 android网络应用](Android/教程/第13章%20android网络应用.md) + - [第1章基础知识讲解](Android/教程/第1章基础知识讲解.md) + - [第1章基础知识详解工程介绍](Android/教程/第1章基础知识详解工程介绍.md) + - [第2章界面编程Dialog](Android/教程/第2章界面编程Dialog.md) + - [第2章界面编程View组件](Android/教程/第2章界面编程View组件.md) + - [第3章事件监听机制](Android/教程/第3章事件监听机制.md) + - [第4章Activity和Fragment(2)](Android/教程/第4章Activity和Fragment(2).md) + - [第4章Activity和Fragment](Android/教程/第4章Activity和Fragment.md) + - [第5章intent属性及配置](Android/教程/第5章intent属性及配置.md) + - [第6章android应用资源](Android/教程/第6章android应用资源.md) + - [第6章android应用资源原生图形资源](Android/教程/第6章android应用资源原生图形资源.md) + - [第7章图形与图像处理(动态处理)](Android/教程/第7章图形与图像处理(动态处理).md) + - [第7章图形与图像处理](Android/教程/第7章图形与图像处理.md) + - [第8章数据存储IO](Android/教程/第8章数据存储IO.md) diff --git a/Bootstrap/README.md b/Bootstrap/README.md new file mode 100644 index 00000000..558e350e --- /dev/null +++ b/Bootstrap/README.md @@ -0,0 +1,10 @@ +## Bootstrap + +- [1 getting-started](Bootstrap/1%20getting-started.md) +- [2 bootstrap_css_01](Bootstrap/2%20bootstrap_css_01.md) +- [3 bootstrap_css_02](Bootstrap/3%20bootstrap_css_02.md) +- [4 bootstrap_css_03](Bootstrap/4%20bootstrap_css_03.md) +- [5 bootstrap_components](Bootstrap/5%20bootstrap_components.md) +- [6 javascript](Bootstrap/6%20javascript.md) +- [7 less](Bootstrap/7%20less.md) +- [8 writing-responsive-web-design](Bootstrap/8%20writing-responsive-web-design.md) diff --git a/Bootstrap/_sidebar.md b/Bootstrap/_sidebar.md new file mode 100644 index 00000000..2a16b95e --- /dev/null +++ b/Bootstrap/_sidebar.md @@ -0,0 +1,10 @@ +## Bootstrap +- Bootstrap + - [1 getting-started](Bootstrap/1%20getting-started.md) + - [2 bootstrap_css_01](Bootstrap/2%20bootstrap_css_01.md) + - [3 bootstrap_css_02](Bootstrap/3%20bootstrap_css_02.md) + - [4 bootstrap_css_03](Bootstrap/4%20bootstrap_css_03.md) + - [5 bootstrap_components](Bootstrap/5%20bootstrap_components.md) + - [6 javascript](Bootstrap/6%20javascript.md) + - [7 less](Bootstrap/7%20less.md) + - [8 writing-responsive-web-design](Bootstrap/8%20writing-responsive-web-design.md) diff --git a/C++/README.md b/C++/README.md new file mode 100644 index 00000000..f9ad6d49 --- /dev/null +++ b/C++/README.md @@ -0,0 +1,2 @@ +## C++ + diff --git a/C++/_sidebar.md b/C++/_sidebar.md new file mode 100644 index 00000000..2f32f0a1 --- /dev/null +++ b/C++/_sidebar.md @@ -0,0 +1,208 @@ +## C++ +- C++ + - C++基础 + - [0 编写一个C++程序](C++/C++基础/0%20编写一个C++程序.md) + - [1 数据类型](C++/C++基础/1%20数据类型.md) + - [1.1 基本类型](C++/C++基础/1.1%20基本类型.md) + - [1.2 复合类型](C++/C++基础/1.2%20复合类型.md) + - [1.3 自定义数据类型](C++/C++基础/1.3%20自定义数据类型.md) + - [1.4 类型修饰和处理](C++/C++基础/1.4%20类型修饰和处理.md) + - [10 程序设计基础](C++/C++基础/10%20程序设计基础.md) + - [11 进制与编码](C++/C++基础/11%20进制与编码.md) + - [12 关键词解释](C++/C++基础/12%20关键词解释.md) + - [13 多文件编程](C++/C++基础/13%20多文件编程.md) + - [2 STL字符串&向量](C++/C++基础/2%20STL字符串&向量.md) + - [3 表达式](C++/C++基础/3%20表达式.md) + - [5 语句](C++/C++基础/5%20语句.md) + - [6 函数](C++/C++基础/6%20函数.md) + - [7 自定义类型-类和结构体](C++/C++基础/7%20自定义类型-类和结构体.md) + - [8 自定义类型-枚举和联合](C++/C++基础/8%20自定义类型-枚举和联合.md) + - boost库 + - [asio](C++/boost库/asio.md) + - libuv库 + - 教程 + - source + - [about](C++/libuv库/教程/source/about.md) + - [advanced-event-loops](C++/libuv库/教程/source/advanced-event-loops.md) + - [basics_of_libuv](C++/libuv库/教程/source/basics_of_libuv.md) + - [filesystem](C++/libuv库/教程/source/filesystem.md) + - [introduction](C++/libuv库/教程/source/introduction.md) + - [networking](C++/libuv库/教程/source/networking.md) + - [processes](C++/libuv库/教程/source/processes.md) + - [threads](C++/libuv库/教程/source/threads.md) + - [utilities](C++/libuv库/教程/source/utilities.md) + - web开发 + - [beast](C++/web开发/beast.md) + - [sougou-workflow](C++/web开发/sougou-workflow.md) + - 典型实现 + - [1 内存分配器](C++/典型实现/1%20内存分配器.md) + - [2 智能指针](C++/典型实现/2%20智能指针.md) + - [3 字符串类](C++/典型实现/3%20字符串类.md) + - [4 复数类](C++/典型实现/4%20复数类.md) + - [5 时间类](C++/典型实现/5%20时间类.md) + - [6 LRU算法](C++/典型实现/6%20LRU算法.md) + - 并发编程 + - [并发控制](C++/并发编程/并发控制.md) + - [并发机制](C++/并发编程/并发机制.md) + - [并发通信](C++/并发编程/并发通信.md) + - 教程 + - [SUMMARY](C++/并发编程/教程/SUMMARY.md) + - content + - about_cover_illustration + - [about_cover_illustration-chinese](C++/并发编程/教程/content/about_cover_illustration/about_cover_illustration-chinese.md) + - about_this_book + - [about_this_book-chinese](C++/并发编程/教程/content/about_this_book/about_this_book-chinese.md) + - appendix_A + - [A.0-chinese](C++/并发编程/教程/content/appendix_A/A.0-chinese.md) + - [A.1-chinese](C++/并发编程/教程/content/appendix_A/A.1-chinese.md) + - [A.2-chinese](C++/并发编程/教程/content/appendix_A/A.2-chinese.md) + - [A.3-chinese](C++/并发编程/教程/content/appendix_A/A.3-chinese.md) + - [A.4-chinese](C++/并发编程/教程/content/appendix_A/A.4-chinese.md) + - [A.5-chinese](C++/并发编程/教程/content/appendix_A/A.5-chinese.md) + - [A.6-chinese](C++/并发编程/教程/content/appendix_A/A.6-chinese.md) + - [A.7-chinese](C++/并发编程/教程/content/appendix_A/A.7-chinese.md) + - [A.8-chinese](C++/并发编程/教程/content/appendix_A/A.8-chinese.md) + - [A.9-chinese](C++/并发编程/教程/content/appendix_A/A.9-chinese.md) + - appendix_B + - [B.0-chinese](C++/并发编程/教程/content/appendix_B/B.0-chinese.md) + - appendix_C + - [C.0-chinese](C++/并发编程/教程/content/appendix_C/C.0-chinese.md) + - appendix_D + - [D.0-chinese](C++/并发编程/教程/content/appendix_D/D.0-chinese.md) + - [D.1-chinese](C++/并发编程/教程/content/appendix_D/D.1-chinese.md) + - [D.2-chinese](C++/并发编程/教程/content/appendix_D/D.2-chinese.md) + - [D.3-chinese](C++/并发编程/教程/content/appendix_D/D.3-chinese.md) + - [D.4-chinese](C++/并发编程/教程/content/appendix_D/D.4-chinese.md) + - [D.5-chinese](C++/并发编程/教程/content/appendix_D/D.5-chinese.md) + - [D.6-chinese](C++/并发编程/教程/content/appendix_D/D.6-chinese.md) + - [D.7-chinese](C++/并发编程/教程/content/appendix_D/D.7-chinese.md) + - chapter1 + - [1.0-chinese](C++/并发编程/教程/content/chapter1/1.0-chinese.md) + - [1.1-chinese](C++/并发编程/教程/content/chapter1/1.1-chinese.md) + - [1.2-chinese](C++/并发编程/教程/content/chapter1/1.2-chinese.md) + - [1.3-chinese](C++/并发编程/教程/content/chapter1/1.3-chinese.md) + - [1.4-chinese](C++/并发编程/教程/content/chapter1/1.4-chinese.md) + - [1.5-chinese](C++/并发编程/教程/content/chapter1/1.5-chinese.md) + - chapter10 + - [10.0-chinese](C++/并发编程/教程/content/chapter10/10.0-chinese.md) + - [10.1-chinese](C++/并发编程/教程/content/chapter10/10.1-chinese.md) + - [10.2-chinese](C++/并发编程/教程/content/chapter10/10.2-chinese.md) + - [10.3-chinese](C++/并发编程/教程/content/chapter10/10.3-chinese.md) + - chapter2 + - [2.0-chinese](C++/并发编程/教程/content/chapter2/2.0-chinese.md) + - [2.1-chinese](C++/并发编程/教程/content/chapter2/2.1-chinese.md) + - [2.2-chinese](C++/并发编程/教程/content/chapter2/2.2-chinese.md) + - [2.3-chinese](C++/并发编程/教程/content/chapter2/2.3-chinese.md) + - [2.4-chinese](C++/并发编程/教程/content/chapter2/2.4-chinese.md) + - [2.5-chinese](C++/并发编程/教程/content/chapter2/2.5-chinese.md) + - [2.6-chinese](C++/并发编程/教程/content/chapter2/2.6-chinese.md) + - chapter3 + - [3.0-chinese](C++/并发编程/教程/content/chapter3/3.0-chinese.md) + - [3.1-chinese](C++/并发编程/教程/content/chapter3/3.1-chinese.md) + - [3.2-chinese](C++/并发编程/教程/content/chapter3/3.2-chinese.md) + - [3.3-chinese](C++/并发编程/教程/content/chapter3/3.3-chinese.md) + - [3.4-chinese](C++/并发编程/教程/content/chapter3/3.4-chinese.md) + - chapter4 + - [4.0-chinese](C++/并发编程/教程/content/chapter4/4.0-chinese.md) + - [4.1-chinese](C++/并发编程/教程/content/chapter4/4.1-chinese.md) + - [4.2-chinese](C++/并发编程/教程/content/chapter4/4.2-chinese.md) + - [4.3-chinese](C++/并发编程/教程/content/chapter4/4.3-chinese.md) + - [4.4-chinese](C++/并发编程/教程/content/chapter4/4.4-chinese.md) + - [4.5-chinese](C++/并发编程/教程/content/chapter4/4.5-chinese.md) + - chapter5 + - [5.0-chinese](C++/并发编程/教程/content/chapter5/5.0-chinese.md) + - [5.1-chinese](C++/并发编程/教程/content/chapter5/5.1-chinese.md) + - [5.2-chinese](C++/并发编程/教程/content/chapter5/5.2-chinese.md) + - [5.3-chinese](C++/并发编程/教程/content/chapter5/5.3-chinese.md) + - [5.4-chinese](C++/并发编程/教程/content/chapter5/5.4-chinese.md) + - chapter6 + - [6.0-chinese](C++/并发编程/教程/content/chapter6/6.0-chinese.md) + - [6.1-chinese](C++/并发编程/教程/content/chapter6/6.1-chinese.md) + - [6.2-chinese](C++/并发编程/教程/content/chapter6/6.2-chinese.md) + - [6.3-chinese](C++/并发编程/教程/content/chapter6/6.3-chinese.md) + - [6.4-chinese](C++/并发编程/教程/content/chapter6/6.4-chinese.md) + - chapter7 + - [7.0-chinese](C++/并发编程/教程/content/chapter7/7.0-chinese.md) + - [7.1-chinese](C++/并发编程/教程/content/chapter7/7.1-chinese.md) + - [7.2-chinese](C++/并发编程/教程/content/chapter7/7.2-chinese.md) + - [7.3-chinese](C++/并发编程/教程/content/chapter7/7.3-chinese.md) + - [7.4-chinese](C++/并发编程/教程/content/chapter7/7.4-chinese.md) + - chapter8 + - [8.0-chinese](C++/并发编程/教程/content/chapter8/8.0-chinese.md) + - [8.1-chinese](C++/并发编程/教程/content/chapter8/8.1-chinese.md) + - [8.2-chinese](C++/并发编程/教程/content/chapter8/8.2-chinese.md) + - [8.3-chinese](C++/并发编程/教程/content/chapter8/8.3-chinese.md) + - [8.4-chinese](C++/并发编程/教程/content/chapter8/8.4-chinese.md) + - [8.5-chinese](C++/并发编程/教程/content/chapter8/8.5-chinese.md) + - [8.6-chinese](C++/并发编程/教程/content/chapter8/8.6-chinese.md) + - chapter9 + - [9.0-chinese](C++/并发编程/教程/content/chapter9/9.0-chinese.md) + - [9.1-chinese](C++/并发编程/教程/content/chapter9/9.1-chinese.md) + - [9.2-chinese](C++/并发编程/教程/content/chapter9/9.2-chinese.md) + - [9.3-chinese](C++/并发编程/教程/content/chapter9/9.3-chinese.md) + - preface + - [preface-chinese](C++/并发编程/教程/content/preface/preface-chinese.md) + - resources + - [resource](C++/并发编程/教程/content/resources/resource.md) + - 标准库 + - [0 简介](C++/标准库/0%20简介.md) + - [1 通用工具](C++/标准库/1%20通用工具.md) + - [10 分配器](C++/标准库/10%20分配器.md) + - [11 lambda表达式](C++/标准库/11%20lambda表达式.md) + - [12 动态内存](C++/标准库/12%20动态内存.md) + - [15 C库整理](C++/标准库/15%20C库整理.md) + - [2 容器](C++/标准库/2%20容器.md) + - [2.1 顺序容器](C++/标准库/2.1%20顺序容器.md) + - [2.2 关联容器](C++/标准库/2.2%20关联容器.md) + - [2.3 容器适配器](C++/标准库/2.3%20容器适配器.md) + - [3 迭代器](C++/标准库/3%20迭代器.md) + - [4 算法](C++/标准库/4%20算法.md) + - [5 字符串](C++/标准库/5%20字符串.md) + - [5.1 字符串类封装](C++/标准库/5.1%20字符串类封装.md) + - [6 正则表达式](C++/标准库/6%20正则表达式.md) + - [7 IO](C++/标准库/7%20IO.md) + - [8 数值](C++/标准库/8%20数值.md) + - [9 线程](C++/标准库/9%20线程.md) + - 模板编程 + - [1 模板与泛型编程](C++/模板编程/1%20模板与泛型编程.md) + - 编译调试 + - [CMake编译](C++/编译调试/CMake编译.md) + - [g++](C++/编译调试/g++.md) + - [gdb调试](C++/编译调试/gdb调试.md) + - 网络编程 + - [Socket编程](C++/网络编程/Socket编程.md) + - 面向对象 + - [1 构造函数和析构函数](C++/面向对象/1%20构造函数和析构函数.md) + - [2 运算符重载两种方式](C++/面向对象/2%20运算符重载两种方式.md) + - [3 类与对象](C++/面向对象/3%20类与对象.md) + - [4 继承与派生](C++/面向对象/4%20继承与派生.md) + - [5 多态与虚函数](C++/面向对象/5%20多态与虚函数.md) + - 面试 + - [1.C++编译过程详解](C++/面试/1.C++编译过程详解.md) + - [10.强制类型转换](C++/面试/10.强制类型转换.md) + - [11.初始化的方法](C++/面试/11.初始化的方法.md) + - [12.nullptr、NULL、0](C++/面试/12.nullptr、NULL、0.md) + - [13.动态内存管理实现](C++/面试/13.动态内存管理实现.md) + - [14.空指针悬空指针野指针](C++/面试/14.空指针悬空指针野指针.md) + - [16.多态的三种实现方式](C++/面试/16.多态的三种实现方式.md) + - [17.临时对象](C++/面试/17.临时对象.md) + - [18 数组离散化的方法](C++/面试/18%20数组离散化的方法.md) + - [19 内存对齐](C++/面试/19%20内存对齐.md) + - [2.全局变量和静态变量和static](C++/面试/2.全局变量和静态变量和static.md) + - [20 字符串类实现](C++/面试/20%20字符串类实现.md) + - [21.字符数组和字符串](C++/面试/21.字符数组和字符串.md) + - [22 new&delete](C++/面试/22%20new&delete.md) + - [23 数组参数](C++/面试/23%20数组参数.md) + - [24 C内存分配与初始化](C++/面试/24%20C内存分配与初始化.md) + - [3.多文件编程的实例](C++/面试/3.多文件编程的实例.md) + - [4.空间分配的说明](C++/面试/4.空间分配的说明.md) + - [5.C++内存分配](C++/面试/5.C++内存分配.md) + - [6.高低地址与高低位](C++/面试/6.高低地址与高低位.md) + - [7.C++函数调用栈](C++/面试/7.C++函数调用栈.md) + - [8.标准库-头文件](C++/面试/8.标准库-头文件.md) + - [9.风格转换](C++/面试/9.风格转换.md) + - 高级特性 + - [1 C++左值右值](C++/高级特性/1%20C++左值右值.md) + - [2 C++移动语义](C++/高级特性/2%20C++移动语义.md) + - [3 C++完美转发](C++/高级特性/3%20C++完美转发.md) + - [Modern C++](C++/高级特性/Modern%20C++.md) diff --git a/CSS/README.md b/CSS/README.md new file mode 100644 index 00000000..387f7512 --- /dev/null +++ b/CSS/README.md @@ -0,0 +1,13 @@ +## CSS + +- [01 简介](CSS/01%20简介.md) +- [02 使用方法](CSS/02%20使用方法.md) +- [03 盒子模型](CSS/03%20盒子模型.md) +- [04 语法格式](CSS/04%20语法格式.md) +- [05 选择器](CSS/05%20选择器.md) +- [06 位置](CSS/06%20位置.md) +- [07 伪类](CSS/07%20伪类.md) +- [08 可见性](CSS/08%20可见性.md) +- [09 浮动](CSS/09%20浮动.md) +- [10 块级元素](CSS/10%20块级元素.md) +- [11 溢出](CSS/11%20溢出.md) diff --git a/CSS/_sidebar.md b/CSS/_sidebar.md new file mode 100644 index 00000000..5d21e875 --- /dev/null +++ b/CSS/_sidebar.md @@ -0,0 +1,13 @@ +## CSS +- CSS + - [01 简介](CSS/01%20简介.md) + - [02 使用方法](CSS/02%20使用方法.md) + - [03 盒子模型](CSS/03%20盒子模型.md) + - [04 语法格式](CSS/04%20语法格式.md) + - [05 选择器](CSS/05%20选择器.md) + - [06 位置](CSS/06%20位置.md) + - [07 伪类](CSS/07%20伪类.md) + - [08 可见性](CSS/08%20可见性.md) + - [09 浮动](CSS/09%20浮动.md) + - [10 块级元素](CSS/10%20块级元素.md) + - [11 溢出](CSS/11%20溢出.md) diff --git a/Git/README.md b/Git/README.md new file mode 100644 index 00000000..717604e5 --- /dev/null +++ b/Git/README.md @@ -0,0 +1,9 @@ +## Git + +- [1 基本操作](Git/1%20基本操作.md) +- [2 版本操作](Git/2%20版本操作.md) +- [3 分支操作](Git/3%20分支操作.md) +- [4 远程操作](Git/4%20远程操作.md) +- [5 多人协作](Git/5%20多人协作.md) +- [6 基本原理](Git/6%20基本原理.md) +- [github](Git/github.md) diff --git a/Git/_sidebar.md b/Git/_sidebar.md new file mode 100644 index 00000000..59dd25f9 --- /dev/null +++ b/Git/_sidebar.md @@ -0,0 +1,9 @@ +## Git +- Git + - [1 基本操作](Git/1%20基本操作.md) + - [2 版本操作](Git/2%20版本操作.md) + - [3 分支操作](Git/3%20分支操作.md) + - [4 远程操作](Git/4%20远程操作.md) + - [5 多人协作](Git/5%20多人协作.md) + - [6 基本原理](Git/6%20基本原理.md) + - [github](Git/github.md) diff --git a/Go/README.md b/Go/README.md new file mode 100644 index 00000000..f45dc9f6 --- /dev/null +++ b/Go/README.md @@ -0,0 +1,2 @@ +## Go + diff --git a/Go/_sidebar.md b/Go/_sidebar.md new file mode 100644 index 00000000..e2c1ef48 --- /dev/null +++ b/Go/_sidebar.md @@ -0,0 +1,159 @@ +## Go +- Go + - 0 Go基础语法 + - [0 概述](Go/0%20Go基础语法/0%20概述.md) + - [1 环境搭建和第一个go程序](Go/0%20Go基础语法/1%20环境搭建和第一个go程序.md) + - [10-函数+](Go/0%20Go基础语法/10-函数+.md) + - [11-结构体+](Go/0%20Go基础语法/11-结构体+.md) + - [12-接口+](Go/0%20Go基础语法/12-接口+.md) + - [2-变量和常量](Go/0%20Go基础语法/2-变量和常量.md) + - [3-基本数据类型](Go/0%20Go基础语法/3-基本数据类型.md) + - [4-流程控制](Go/0%20Go基础语法/4-流程控制.md) + - [5-运算符](Go/0%20Go基础语法/5-运算符.md) + - [6-数组](Go/0%20Go基础语法/6-数组.md) + - [7-切片](Go/0%20Go基础语法/7-切片.md) + - [8-指针和make和new](Go/0%20Go基础语法/8-指针和make和new.md) + - [9-map](Go/0%20Go基础语法/9-map.md) + - 1 Go标准库 + - bufio + - [bufio](Go/1%20Go标准库/bufio/bufio.md) + - container + - [heap](Go/1%20Go标准库/container/heap.md) + - [list](Go/1%20Go标准库/container/list.md) + - [ring](Go/1%20Go标准库/container/ring.md) + - context + - [context](Go/1%20Go标准库/context/context.md) + - errors + - [errors](Go/1%20Go标准库/errors/errors.md) + - flag + - [22-flag标准库](Go/1%20Go标准库/flag/22-flag标准库.md) + - [flag](Go/1%20Go标准库/flag/flag.md) + - http + - [19-net_http](Go/1%20Go标准库/http/19-net_http.md) + - index + - [suffixarray](Go/1%20Go标准库/index/suffixarray.md) + - io + - [1.概述&io.go](Go/1%20Go标准库/io/1.概述&io.go.md) + - [13-文件操作+](Go/1%20Go标准库/io/13-文件操作+.md) + - [2.io.go_reader接口](Go/1%20Go标准库/io/2.io.go_reader接口.md) + - [3.io.go_write&Closer接口](Go/1%20Go标准库/io/3.io.go_write&Closer接口.md) + - [4.io.go_ReaderWrite接口&其它](Go/1%20Go标准库/io/4.io.go_ReaderWrite接口&其它.md) + - [5.io.ReaderFrom接口](Go/1%20Go标准库/io/5.io.ReaderFrom接口.md) + - [io](Go/1%20Go标准库/io/io.md) + - [ioutil](Go/1%20Go标准库/io/ioutil.md) + - log + - [15-日志库](Go/1%20Go标准库/log/15-日志库.md) + - [log](Go/1%20Go标准库/log/log.md) + - net + - http + - [http](Go/1%20Go标准库/net/http/http.md) + - path + - [filepath](Go/1%20Go标准库/path/filepath.md) + - [path](Go/1%20Go标准库/path/path.md) + - reflect + - [16-反射](Go/1%20Go标准库/reflect/16-反射.md) + - [反射的简单定律](Go/1%20Go标准库/reflect/反射的简单定律.md) + - sort + - [sort](Go/1%20Go标准库/sort/sort.md) + - strconv + - [strconv](Go/1%20Go标准库/strconv/strconv.md) + - strings + - [strings](Go/1%20Go标准库/strings/strings.md) + - sync + - [atomic](Go/1%20Go标准库/sync/atomic.md) + - [sync](Go/1%20Go标准库/sync/sync.md) + - time + - [14-time包](Go/1%20Go标准库/time/14-time包.md) + - 2 Go项目管理 + - [28-go module](Go/2%20Go项目管理/28-go%20module.md) + - 3 Go并发编程 + - [17-并发编程](Go/3%20Go并发编程/17-并发编程.md) + - [29-Context](Go/3%20Go并发编程/29-Context.md) + - 4 Go网络编程 + - [18-网络编程](Go/4%20Go网络编程/18-网络编程.md) + - 5 GoWeb开发 + - docker + - [1-Docker入门教程](Go/5%20GoWeb开发/docker/1-Docker入门教程.md) + - [2-使用Docker部署Go Web应用](Go/5%20GoWeb开发/docker/2-使用Docker部署Go%20Web应用.md) + - [z](Go/5%20GoWeb开发/docker/z.md) + - etcd + - [1-etcd快速入门](Go/5%20GoWeb开发/etcd/1-etcd快速入门.md) + - [2-go操作etcd](Go/5%20GoWeb开发/etcd/2-go操作etcd.md) + - gin + - [01-框架安装](Go/5%20GoWeb开发/gin/01-框架安装.md) + - [02-路由配置](Go/5%20GoWeb开发/gin/02-路由配置.md) + - [03-日志记录](Go/5%20GoWeb开发/gin/03-日志记录.md) + - [04-数据绑定和验证](Go/5%20GoWeb开发/gin/04-数据绑定和验证.md) + - [05-自定义错误处理](Go/5%20GoWeb开发/gin/05-自定义错误处理.md) + - [06-统一定义 API 错误码](Go/5%20GoWeb开发/gin/06-统一定义%20API%20错误码.md) + - grpc + - [01-Go gRPC Hello World](Go/5%20GoWeb开发/grpc/01-Go%20gRPC%20Hello%20World.md) + - [02-Go gRPC 调试工具](Go/5%20GoWeb开发/grpc/02-Go%20gRPC%20调试工具.md) + - [1-gRPC](Go/5%20GoWeb开发/grpc/1-gRPC.md) + - [2-protobuf初识](Go/5%20GoWeb开发/grpc/2-protobuf初识.md) + - [gRPC介绍与安装](Go/5%20GoWeb开发/grpc/gRPC介绍与安装.md) + - [gRPC内置trace](Go/5%20GoWeb开发/grpc/gRPC内置trace.md) + - [gRPC安全认证](Go/5%20GoWeb开发/grpc/gRPC安全认证.md) + - [gRPC实践](Go/5%20GoWeb开发/grpc/gRPC实践.md) + - [gRPC拦截器 Interceptor](Go/5%20GoWeb开发/grpc/gRPC拦截器%20Interceptor.md) + - [gRPC服务定义](Go/5%20GoWeb开发/grpc/gRPC服务定义.md) + - [gRPC的HTTP协议转换](Go/5%20GoWeb开发/grpc/gRPC的HTTP协议转换.md) + - [gRPC的protobuf语法](Go/5%20GoWeb开发/grpc/gRPC的protobuf语法.md) + - kafka + - [0 消息队列](Go/5%20GoWeb开发/kafka/0%20消息队列.md) + - [1 kafka入门](Go/5%20GoWeb开发/kafka/1%20kafka入门.md) + - [30 Go操作kafka](Go/5%20GoWeb开发/kafka/30%20Go操作kafka.md) + - mysql + - [23-操作MySQL](Go/5%20GoWeb开发/mysql/23-操作MySQL.md) + - nsq + - [26-NSQ](Go/5%20GoWeb开发/nsq/26-NSQ.md) + - orm + - [1-GORM](Go/5%20GoWeb开发/orm/1-GORM.md) + - [z](Go/5%20GoWeb开发/orm/z.md) + - redis + - [25-操作Redis](Go/5%20GoWeb开发/redis/25-操作Redis.md) + - sqlx + - [24-sqlx的使用](Go/5%20GoWeb开发/sqlx/24-sqlx的使用.md) + - 6 Go项目测试 + - [20-单元测试](Go/6%20Go项目测试/20-单元测试.md) + - [Go Convey](Go/6%20Go项目测试/Go%20Convey.md) + - [Go Mock](Go/6%20Go项目测试/Go%20Mock.md) + - 7 Go性能调优 + - [21-性能调优](Go/7%20Go性能调优/21-性能调优.md) + - 其他教程 + - 02常量、变量、基本数据类型 + - [常量、变量、数据类型](Go/其他教程/02常量、变量、基本数据类型/常量、变量、数据类型.md) + - 03流程控制、运算符、复杂数据类型 + - [流程控制、运算符、复杂数据类型](Go/其他教程/03流程控制、运算符、复杂数据类型/流程控制、运算符、复杂数据类型.md) + - 04函数、defer、闭包 + - [04函数、defer、闭包](Go/其他教程/04函数、defer、闭包/04函数、defer、闭包.md) + - 05自定义类型与结构体 + - [自定义类型与结构体](Go/其他教程/05自定义类型与结构体/自定义类型与结构体.md) + - 06package + - [package](Go/其他教程/06package/package.md) + - 07接口 + - [接口](Go/其他教程/07接口/接口.md) + - 08文件操作 + - [文件](Go/其他教程/08文件操作/文件.md) + - 09time标准库 + - [time标准库](Go/其他教程/09time标准库/time标准库.md) + - 10反射 + - [反射](Go/其他教程/10反射/反射.md) + - 11conf.ini解析器 + - [conf.ini解析器](Go/其他教程/11conf.ini解析器/conf.ini解析器.md) + - 12strconvc标准库 + - [strconv标准库](Go/其他教程/12strconvc标准库/strconv标准库.md) + - 13并发编程 + - [并发编程](Go/其他教程/13并发编程/并发编程.md) + - 14网络编程 + - [网络编程](Go/其他教程/14网络编程/网络编程.md) + - 15测试模块 + - [测试模块](Go/其他教程/15测试模块/测试模块.md) + - 16context + - [context](Go/其他教程/16context/context.md) + - 17flag标准库 + - [flag标准库](Go/其他教程/17flag标准库/flag标准库.md) + - 18gomodule + - [go-module](Go/其他教程/18gomodule/go-module.md) + - 19mysqlx + - [mysqlx](Go/其他教程/19mysqlx/mysqlx.md) diff --git a/HTML/README.md b/HTML/README.md new file mode 100644 index 00000000..d4d55b4a --- /dev/null +++ b/HTML/README.md @@ -0,0 +1,2 @@ +## HTML + diff --git a/HTML/_sidebar.md b/HTML/_sidebar.md new file mode 100644 index 00000000..c969d496 --- /dev/null +++ b/HTML/_sidebar.md @@ -0,0 +1,22 @@ +## HTML +- HTML + - html5 + - [baidu-map](HTML/html5/baidu-map.md) + - [canvas](HTML/html5/canvas.md) + - [drag-and-drop](HTML/html5/drag-and-drop.md) + - [html5-form](HTML/html5/html5-form.md) + - [html5-introduce](HTML/html5/html5-introduce.md) + - [html5-svg](HTML/html5/html5-svg.md) + - [video-and-audio](HTML/html5/video-and-audio.md) + - [web-sockets](HTML/html5/web-sockets.md) + - [web-storage](HTML/html5/web-storage.md) + - [web-workers](HTML/html5/web-workers.md) + - html5-basics + - [first-html](HTML/html5-basics/first-html.md) + - [html-basics-element](HTML/html5-basics/html-basics-element.md) + - [html-form](HTML/html5-basics/html-form.md) + - [html-introduce](HTML/html5-basics/html-introduce.md) + - [html-list](HTML/html5-basics/html-list.md) + - [html-table](HTML/html5-basics/html-table.md) + - [image-element](HTML/html5-basics/image-element.md) + - [link-element](HTML/html5-basics/link-element.md) diff --git a/Idea/README.md b/Idea/README.md new file mode 100644 index 00000000..0ea14a68 --- /dev/null +++ b/Idea/README.md @@ -0,0 +1,3 @@ +## Idea + +- [2 idea教程](Idea/2%20idea教程.md) diff --git a/Idea/_sidebar.md b/Idea/_sidebar.md new file mode 100644 index 00000000..1a6263c0 --- /dev/null +++ b/Idea/_sidebar.md @@ -0,0 +1,3 @@ +## Idea +- Idea + - [2 idea教程](Idea/2%20idea教程.md) diff --git a/JBoss/README.md b/JBoss/README.md new file mode 100644 index 00000000..afdc7127 --- /dev/null +++ b/JBoss/README.md @@ -0,0 +1,5 @@ +## JBoss + +- [01 简介](JBoss/01%20简介.md) +- [02 JBoos Resteasy](JBoss/02%20JBoos%20Resteasy.md) +- [03 ResteasyClient](JBoss/03%20ResteasyClient.md) diff --git a/JBoss/_sidebar.md b/JBoss/_sidebar.md new file mode 100644 index 00000000..4fa03876 --- /dev/null +++ b/JBoss/_sidebar.md @@ -0,0 +1,5 @@ +## JBoss +- JBoss + - [01 简介](JBoss/01%20简介.md) + - [02 JBoos Resteasy](JBoss/02%20JBoos%20Resteasy.md) + - [03 ResteasyClient](JBoss/03%20ResteasyClient.md) diff --git a/JDBC/README.md b/JDBC/README.md new file mode 100644 index 00000000..3bdba8c9 --- /dev/null +++ b/JDBC/README.md @@ -0,0 +1,8 @@ +## JDBC + +- [01 JDBC简介](JDBC/01%20JDBC简介.md) +- [02 JDBC使用](JDBC/02%20JDBC使用.md) +- [03 批量操作](JDBC/03%20批量操作.md) +- [04 事务操作](JDBC/04%20事务操作.md) +- [05 连接池](JDBC/05%20连接池.md) +- [06 操作封装](JDBC/06%20操作封装.md) diff --git a/JDBC/_sidebar.md b/JDBC/_sidebar.md new file mode 100644 index 00000000..0f470c3a --- /dev/null +++ b/JDBC/_sidebar.md @@ -0,0 +1,8 @@ +## JDBC +- JDBC + - [01 JDBC简介](JDBC/01%20JDBC简介.md) + - [02 JDBC使用](JDBC/02%20JDBC使用.md) + - [03 批量操作](JDBC/03%20批量操作.md) + - [04 事务操作](JDBC/04%20事务操作.md) + - [05 连接池](JDBC/05%20连接池.md) + - [06 操作封装](JDBC/06%20操作封装.md) diff --git a/Java/README.md b/Java/README.md new file mode 100644 index 00000000..302ad34c --- /dev/null +++ b/Java/README.md @@ -0,0 +1,4 @@ +## Java + +- [Java学习路线](Java/Java学习路线.md) +- [Java核心思想](Java/Java核心思想.md) diff --git a/Java/_sidebar.md b/Java/_sidebar.md new file mode 100644 index 00000000..00badd6e --- /dev/null +++ b/Java/_sidebar.md @@ -0,0 +1,164 @@ +## Java +- Java + - 01Java语言基础 + - [01 Java基础](Java/01Java语言基础/01%20Java基础.md) + - [02 流程控制](Java/01Java语言基础/02%20流程控制.md) + - [03 函数方法](Java/01Java语言基础/03%20函数方法.md) + - [04 Java数组](Java/01Java语言基础/04%20Java数组.md) + - [05 面向对象的类与对象](Java/01Java语言基础/05%20面向对象的类与对象.md) + - [06 面向对象的三大特征](Java/01Java语言基础/06%20面向对象的三大特征.md) + - [07 接口和抽象类](Java/01Java语言基础/07%20接口和抽象类.md) + - [08 Java内部类](Java/01Java语言基础/08%20Java内部类.md) + - [09 Java反射](Java/01Java语言基础/09%20Java反射.md) + - [10 Java泛型](Java/01Java语言基础/10%20Java泛型.md) + - [11 异常处理](Java/01Java语言基础/11%20异常处理.md) + - [12 Java注解](Java/01Java语言基础/12%20Java注解.md) + - [13 lambda表达式](Java/01Java语言基础/13%20lambda表达式.md) + - [14 语法糖](Java/01Java语言基础/14%20语法糖.md) + - [15 动态代理](Java/01Java语言基础/15%20动态代理.md) + - [16 javaSPI](Java/01Java语言基础/16%20javaSPI.md) + - [19 staic关键字](Java/01Java语言基础/19%20staic关键字.md) + - [20 final关键字](Java/01Java语言基础/20%20final关键字.md) + - [22 Java包机制](Java/01Java语言基础/22%20Java包机制.md) + - [23 native方法](Java/01Java语言基础/23%20native方法.md) + - [附录1 POJO、JavaBean、EJB](Java/01Java语言基础/附录1%20POJO、JavaBean、EJB.md) + - [附录2 Web服务器、Web容器、中间件](Java/01Java语言基础/附录2%20Web服务器、Web容器、中间件.md) + - [附录3 Servlet、JSP、EJB](Java/01Java语言基础/附录3%20Servlet、JSP、EJB.md) + - [附录4 多种编程模式](Java/01Java语言基础/附录4%20多种编程模式.md) + - 02Java标准库 + - [01 Object类](Java/02Java标准库/01%20Object类.md) + - [02 包装器类](Java/02Java标准库/02%20包装器类.md) + - [03 String类](Java/02Java标准库/03%20String类.md) + - [04 数学计算](Java/02Java标准库/04%20数学计算.md) + - [05 日期时间](Java/02Java标准库/05%20日期时间.md) + - [06 Scanner](Java/02Java标准库/06%20Scanner.md) + - [07 正则表达式](Java/02Java标准库/07%20正则表达式.md) + - [08 随机数Random](Java/02Java标准库/08%20随机数Random.md) + - [09 System类](Java/02Java标准库/09%20System类.md) + - [11 Unsafe类](Java/02Java标准库/11%20Unsafe类.md) + - 03Java集合类 + - [01 Java数据结构](Java/03Java集合类/01%20Java数据结构.md) + - [01 集合底层结构](Java/03Java集合类/01%20集合底层结构.md) + - [02 JavaCollection](Java/03Java集合类/02%20JavaCollection.md) + - [03 List](Java/03Java集合类/03%20List.md) + - [04 Queue](Java/03Java集合类/04%20Queue.md) + - [05 Set](Java/03Java集合类/05%20Set.md) + - [06 Map](Java/03Java集合类/06%20Map.md) + - [07 Iterable&Ieterator](Java/03Java集合类/07%20Iterable&Ieterator.md) + - [08 Comparable&Comparator](Java/03Java集合类/08%20Comparable&Comparator.md) + - [09 Sort](Java/03Java集合类/09%20Sort.md) + - [09 Stream](Java/03Java集合类/09%20Stream.md) + - 04Java并发编程 + - [01 Java并发实现](Java/04Java并发编程/01%20Java并发实现.md) + - [02 Java互斥同步](Java/04Java并发编程/02%20Java互斥同步.md) + - [03 Java进程通信](Java/04Java并发编程/03%20Java进程通信.md) + - [04 Java线程池](Java/04Java并发编程/04%20Java线程池.md) + - [05 JUC并发组件](Java/04Java并发编程/05%20JUC并发组件.md) + - [06 Java线程安全](Java/04Java并发编程/06%20Java线程安全.md) + - [07 Java内存模型](Java/04Java并发编程/07%20Java内存模型.md) + - [08 Java锁优化](Java/04Java并发编程/08%20Java锁优化.md) + - [11 Java只执行一次](Java/04Java并发编程/11%20Java只执行一次.md) + - 05JavaIO与网络编程 + - [01 Java 标准IO](Java/05JavaIO与网络编程/01%20Java%20标准IO.md) + - [02 Java NIO](Java/05JavaIO与网络编程/02%20Java%20NIO.md) + - [03 Java IO文件](Java/05JavaIO与网络编程/03%20Java%20IO文件.md) + - [04 Java IO对象](Java/05JavaIO与网络编程/04%20Java%20IO对象.md) + - [05 Java IO网络](Java/05JavaIO与网络编程/05%20Java%20IO网络.md) + - [附录1:分布式计算](Java/05JavaIO与网络编程/附录1:分布式计算.md) + - [附录2:流的选择](Java/05JavaIO与网络编程/附录2:流的选择.md) + - [附录3:IO、网络编程与web开发的关系](Java/05JavaIO与网络编程/附录3:IO、网络编程与web开发的关系.md) + - JVM原理 + - [01 Java编译原理](Java/JVM原理/01%20Java编译原理.md) + - [02 Java类加载机制](Java/JVM原理/02%20Java类加载机制.md) + - [03 Java垃圾回收机制](Java/JVM原理/03%20Java垃圾回收机制.md) + - [Java 虚拟机](Java/JVM原理/Java%20虚拟机.md) + - Java三方库 + - [Junit](Java/Java三方库/Junit.md) + - [Lombok](Java/Java三方库/Lombok.md) + - [apache-httpcomponents](Java/Java三方库/apache-httpcomponents.md) + - [caffeine](Java/Java三方库/caffeine.md) + - [commons-bean](Java/Java三方库/commons-bean.md) + - [commons-collections4](Java/Java三方库/commons-collections4.md) + - [commons-io](Java/Java三方库/commons-io.md) + - [commons-lang3](Java/Java三方库/commons-lang3.md) + - [commons-logging](Java/Java三方库/commons-logging.md) + - [fastjson](Java/Java三方库/fastjson.md) + - [gson](Java/Java三方库/gson.md) + - [log4j](Java/Java三方库/log4j.md) + - [logback](Java/Java三方库/logback.md) + - [micrometer](Java/Java三方库/micrometer.md) + - [mockito](Java/Java三方库/mockito.md) + - [slf4j](Java/Java三方库/slf4j.md) + - [sofabolt](Java/Java三方库/sofabolt.md) + - Java图形界面 + - [Toolkit和Image类的应用](Java/Java图形界面/Toolkit和Image类的应用.md) + - [paint方法和Graphic类](Java/Java图形界面/paint方法和Graphic类.md) + - [Java学习路线](Java/Java学习路线.md) + - Java实用技巧 + - [01 Java模板变量替换](Java/Java实用技巧/01%20Java模板变量替换.md) + - [02 Java的三种变量](Java/Java实用技巧/02%20Java的三种变量.md) + - [03 javax postconstrct](Java/Java实用技巧/03%20javax%20postconstrct.md) + - [04 缓存穿透、击穿和雪崩](Java/Java实用技巧/04%20缓存穿透、击穿和雪崩.md) + - [05 Java远程调试](Java/Java实用技巧/05%20Java远程调试.md) + - [05 静态方法和单例模式](Java/Java实用技巧/05%20静态方法和单例模式.md) + - [06 协变返回类型](Java/Java实用技巧/06%20协变返回类型.md) + - [07 内省](Java/Java实用技巧/07%20内省.md) + - Java性能优化 + - [Jstat性能优化工具](Java/Java性能优化/Jstat性能优化工具.md) + - [jvm gc机制说明](Java/Java性能优化/jvm%20gc机制说明.md) + - [性能优化简介](Java/Java性能优化/性能优化简介.md) + - [Java核心思想](Java/Java核心思想.md) + - Java网站开发 + - [41 Rest接口](Java/Java网站开发/41%20Rest接口.md) + - [DAO模式的理解](Java/Java网站开发/DAO模式的理解.md) + - [JAVA中库的理解](Java/Java网站开发/JAVA中库的理解.md) + - [JAVA代码组织](Java/Java网站开发/JAVA代码组织.md) + - [JSP代码作用](Java/Java网站开发/JSP代码作用.md) + - [JSP技术详解](Java/Java网站开发/JSP技术详解.md) + - [Servlet容器](Java/Java网站开发/Servlet容器.md) + - [java中@的作用](Java/Java网站开发/java中@的作用.md) + - [jdbc标准范例](Java/Java网站开发/jdbc标准范例.md) + - [关于JAVAEE非框架的理解](Java/Java网站开发/关于JAVAEE非框架的理解.md) + - [关键字——transient](Java/Java网站开发/关键字——transient.md) + - [移动自动测试工具appium](Java/Java网站开发/移动自动测试工具appium.md) + - [简单的实验](Java/Java网站开发/简单的实验.md) + - [软件测试中的总结](Java/Java网站开发/软件测试中的总结.md) + - Java面试原理 + - [01 类型转换](Java/Java面试原理/01%20类型转换.md) + - [01.String 是如何实现的?它有哪些重要的方法?](Java/Java面试原理/01.String%20是如何实现的?它有哪些重要的方法?.md) + - [02.HashMap 底层实现原理是什么?JDK8 做了哪些优化?](Java/Java面试原理/02.HashMap%20底层实现原理是什么?JDK8%20做了哪些优化?.md) + - [03 关键字](Java/Java面试原理/03%20关键字.md) + - [03.线程的状态有哪些?它是如何工作的?](Java/Java面试原理/03.线程的状态有哪些?它是如何工作的?.md) + - [04 修饰符](Java/Java面试原理/04%20修饰符.md) + - [04.详解 ThreadPoolExecutor 的参数含义及源码执行流程?](Java/Java面试原理/04.详解%20ThreadPoolExecutor%20的参数含义及源码执行流程?.md) + - [05.synchronized和ReentrantLock](Java/Java面试原理/05.synchronized和ReentrantLock.md) + - [06.谈谈你对锁的理解?如何手动模拟一个死锁?](Java/Java面试原理/06.谈谈你对锁的理解?如何手动模拟一个死锁?.md) + - [07.深克隆和浅克隆有什么区别?它的实现方式有哪些?](Java/Java面试原理/07.深克隆和浅克隆有什么区别?它的实现方式有哪些?.md) + - [08.动态代理是如何实现的?JDK Proxy 和 CGLib 有什么区别?](Java/Java面试原理/08.动态代理是如何实现的?JDK%20Proxy%20和%20CGLib%20有什么区别?.md) + - [09.如何实现本地缓存和分布式缓存?](Java/Java面试原理/09.如何实现本地缓存和分布式缓存?.md) + - [10.如何手写一个消息队列和延迟消息队列?](Java/Java面试原理/10.如何手写一个消息队列和延迟消息队列?.md) + - [11.底层源码分析Spring的核心功能和执行流程(上)](Java/Java面试原理/11.底层源码分析Spring的核心功能和执行流程(上).md) + - [12.底层源码分析 Spring 的核心功能和执行流程(下)](Java/Java面试原理/12.底层源码分析%20Spring%20的核心功能和执行流程(下).md) + - [13.MyBatis使用了哪些设计模式?在源码中是如何体现的?](Java/Java面试原理/13.MyBatis使用了哪些设计模式?在源码中是如何体现的?.md) + - [14.SpringBoot有哪些优点?它和Spring有什么区别?](Java/Java面试原理/14.SpringBoot有哪些优点?它和Spring有什么区别?.md) + - [15.MQ有什么作用?你都用过哪些MQ中间件](Java/Java面试原理/15.MQ有什么作用?你都用过哪些MQ中间件.md) + - [16.MySQL 的运行机制是什么?它有哪些引擎?](Java/Java面试原理/16.MySQL%20的运行机制是什么?它有哪些引擎?.md) + - [17.MySQL 的优化方案有哪些?](Java/Java面试原理/17.MySQL%20的优化方案有哪些?.md) + - [18.关系型数据和文档型数据库有什么区别?](Java/Java面试原理/18.关系型数据和文档型数据库有什么区别?.md) + - [19.Redis的过期策略和内存淘汰机制有什么区别?](Java/Java面试原理/19.Redis的过期策略和内存淘汰机制有什么区别?.md) + - [20.Redis怎样实现的分布式锁?](Java/Java面试原理/20.Redis怎样实现的分布式锁?.md) + - [21.Redis中如何实现的消息队列?实现的方式有几种?](Java/Java面试原理/21.Redis中如何实现的消息队列?实现的方式有几种?.md) + - [22.Redis是如何实现高可用的?](Java/Java面试原理/22.Redis是如何实现高可用的?.md) + - [23.JVM 的内存布局和运行原理](Java/Java面试原理/23.JVM%20的内存布局和运行原理.md) + - [24.垃圾回收算法有哪些?](Java/Java面试原理/24.垃圾回收算法有哪些?.md) + - [25.你用过哪些垃圾回收器?它们有什么区别?](Java/Java面试原理/25.你用过哪些垃圾回收器?它们有什么区别?.md) + - [26.生产环境如何排除和优化JVM?](Java/Java面试原理/26.生产环境如何排除和优化JVM?.md) + - [27.单例的实现方式有几种?它们有什么优缺点?](Java/Java面试原理/27.单例的实现方式有几种?它们有什么优缺点?.md) + - [28.你知道哪些设计模式?分别对应的应用场景有哪些?](Java/Java面试原理/28.你知道哪些设计模式?分别对应的应用场景有哪些?.md) + - [29.红黑树和平衡二叉树有什么区别](Java/Java面试原理/29.红黑树和平衡二叉树有什么区别.md) + - [30.如何保证接口的幂等性常见的实现方案有哪些](Java/Java面试原理/30.如何保证接口的幂等性常见的实现方案有哪些.md) + - [31.TCP 为什么需要三次握手](Java/Java面试原理/31.TCP%20为什么需要三次握手.md) + - [java开发人员最常犯的10中错误](Java/Java面试原理/java开发人员最常犯的10中错误.md) + - [什么是OOM,怎么解决OOM](Java/Java面试原理/什么是OOM,怎么解决OOM.md) + - [总结文档](Java/Java面试原理/总结文档.md) + - [模块化历程](Java/Java面试原理/模块化历程.md) diff --git a/JavaScript/README.md b/JavaScript/README.md new file mode 100644 index 00000000..a1d193a0 --- /dev/null +++ b/JavaScript/README.md @@ -0,0 +1,2 @@ +## JavaScript + diff --git a/JavaScript/_sidebar.md b/JavaScript/_sidebar.md new file mode 100644 index 00000000..f206f5ae --- /dev/null +++ b/JavaScript/_sidebar.md @@ -0,0 +1,59 @@ +## JavaScript +- JavaScript + - Ajax + - [1 ajax](JavaScript/Ajax/1%20ajax.md) + - [2 xhr](JavaScript/Ajax/2%20xhr.md) + - [3 axios](JavaScript/Ajax/3%20axios.md) + - [4 fetch](JavaScript/Ajax/4%20fetch.md) + - [5 jquery](JavaScript/Ajax/5%20jquery.md) + - Bower + - [概述](JavaScript/Bower/概述.md) + - EcmaScript + - [01 简介](JavaScript/EcmaScript/01%20简介.md) + - [02 基础语法](JavaScript/EcmaScript/02%20基础语法.md) + - [03 变量和常量](JavaScript/EcmaScript/03%20变量和常量.md) + - [04 字符串](JavaScript/EcmaScript/04%20字符串.md) + - [05 数组](JavaScript/EcmaScript/05%20数组.md) + - [06 流程控制](JavaScript/EcmaScript/06%20流程控制.md) + - [07 函数](JavaScript/EcmaScript/07%20函数.md) + - [08 函数对象](JavaScript/EcmaScript/08%20函数对象.md) + - [09 特殊函数](JavaScript/EcmaScript/09%20特殊函数.md) + - [10 数据类型](JavaScript/EcmaScript/10%20数据类型.md) + - [11 作用域](JavaScript/EcmaScript/11%20作用域.md) + - [12 对象](JavaScript/EcmaScript/12%20对象.md) + - [14 运算符](JavaScript/EcmaScript/14%20运算符.md) + - [15 继承](JavaScript/EcmaScript/15%20继承.md) + - [16 闭包](JavaScript/EcmaScript/16%20闭包.md) + - [17 json](JavaScript/EcmaScript/17%20json.md) + - [18 原型](JavaScript/EcmaScript/18%20原型.md) + - [19 引用](JavaScript/EcmaScript/19%20引用.md) + - [20 正则表达式](JavaScript/EcmaScript/20%20正则表达式.md) + - JavaScript + - [1 数据类型](JavaScript/JavaScript/1%20数据类型.md) + - [10 chrome控制台](JavaScript/JavaScript/10%20chrome控制台.md) + - [11 原型链](JavaScript/JavaScript/11%20原型链.md) + - [12 Bom对象](JavaScript/JavaScript/12%20Bom对象.md) + - [13 Dom](JavaScript/JavaScript/13%20Dom.md) + - [2 程序结构](JavaScript/JavaScript/2%20程序结构.md) + - [3 函数](JavaScript/JavaScript/3%20函数.md) + - [4 高阶函数](JavaScript/JavaScript/4%20高阶函数.md) + - [5 异常处理](JavaScript/JavaScript/5%20异常处理.md) + - [6 对象](JavaScript/JavaScript/6%20对象.md) + - [7 内建对象](JavaScript/JavaScript/7%20内建对象.md) + - [8 事件响应](JavaScript/JavaScript/8%20事件响应.md) + - [9 JSON](JavaScript/JavaScript/9%20JSON.md) + - jQuery + - [11 引入](JavaScript/jQuery/11%20引入.md) + - [12 动画](JavaScript/jQuery/12%20动画.md) + - [13 Dom](JavaScript/jQuery/13%20Dom.md) + - [14 事件](JavaScript/jQuery/14%20事件.md) + - [15 插件](JavaScript/jQuery/15%20插件.md) + - [16 选择器](JavaScript/jQuery/16%20选择器.md) + - [17 效果](JavaScript/jQuery/17%20效果.md) + - [18 数组与遍历](JavaScript/jQuery/18%20数组与遍历.md) + - [1简介](JavaScript/jQuery/1简介.md) + - [2事件](JavaScript/jQuery/2事件.md) + - [3动画](JavaScript/jQuery/3动画.md) + - [4操作](JavaScript/jQuery/4操作.md) + - [5遍历](JavaScript/jQuery/5遍历.md) + - [6ajax](JavaScript/jQuery/6ajax.md) diff --git a/Latex/README.md b/Latex/README.md new file mode 100644 index 00000000..81be7046 --- /dev/null +++ b/Latex/README.md @@ -0,0 +1,15 @@ +## Latex + +- [01latex编译原理](Latex/01latex编译原理.md) +- [02latex文件结构](Latex/02latex文件结构.md) +- [03latex字体设置](Latex/03latex字体设置.md) +- [04latex文档提纲](Latex/04latex文档提纲.md) +- [05latex特殊字符](Latex/05latex特殊字符.md) +- [06latex插图](Latex/06latex插图.md) +- [07latex表格](Latex/07latex表格.md) +- [08latex浮动体管理](Latex/08latex浮动体管理.md) +- [09latex数学公式](Latex/09latex数学公式.md) +- [10latex矩阵排版](Latex/10latex矩阵排版.md) +- [11latex多行公式](Latex/11latex多行公式.md) +- [12latex参考文献](Latex/12latex参考文献.md) +- [13latex命令与环境定义](Latex/13latex命令与环境定义.md) diff --git a/Latex/_sidebar.md b/Latex/_sidebar.md new file mode 100644 index 00000000..d90ddb9e --- /dev/null +++ b/Latex/_sidebar.md @@ -0,0 +1,15 @@ +## Latex +- Latex + - [01latex编译原理](Latex/01latex编译原理.md) + - [02latex文件结构](Latex/02latex文件结构.md) + - [03latex字体设置](Latex/03latex字体设置.md) + - [04latex文档提纲](Latex/04latex文档提纲.md) + - [05latex特殊字符](Latex/05latex特殊字符.md) + - [06latex插图](Latex/06latex插图.md) + - [07latex表格](Latex/07latex表格.md) + - [08latex浮动体管理](Latex/08latex浮动体管理.md) + - [09latex数学公式](Latex/09latex数学公式.md) + - [10latex矩阵排版](Latex/10latex矩阵排版.md) + - [11latex多行公式](Latex/11latex多行公式.md) + - [12latex参考文献](Latex/12latex参考文献.md) + - [13latex命令与环境定义](Latex/13latex命令与环境定义.md) diff --git a/Linux/README.md b/Linux/README.md new file mode 100644 index 00000000..7a9e2666 --- /dev/null +++ b/Linux/README.md @@ -0,0 +1,4 @@ +## Linux + +- [gcc搜索库文件-编译链接过程理解](Linux/gcc搜索库文件-编译链接过程理解.md) +- [学习说明](Linux/学习说明.md) diff --git a/Linux/_sidebar.md b/Linux/_sidebar.md new file mode 100644 index 00000000..416af04f --- /dev/null +++ b/Linux/_sidebar.md @@ -0,0 +1,630 @@ +## Linux +- Linux + - Linux工具命令 + - [0工具命令](Linux/Linux工具命令/0工具命令.md) + - [Vim编辑器](Linux/Linux工具命令/Vim编辑器.md) + - [ab](Linux/Linux工具命令/ab.md) + - [accept](Linux/Linux工具命令/accept.md) + - [ack](Linux/Linux工具命令/ack.md) + - [alias](Linux/Linux工具命令/alias.md) + - [apachectl](Linux/Linux工具命令/apachectl.md) + - [apk](Linux/Linux工具命令/apk.md) + - [apropos](Linux/Linux工具命令/apropos.md) + - [apt-get](Linux/Linux工具命令/apt-get.md) + - [apt-key](Linux/Linux工具命令/apt-key.md) + - [apt-sortpkgs](Linux/Linux工具命令/apt-sortpkgs.md) + - [aptitude](Linux/Linux工具命令/aptitude.md) + - [ar](Linux/Linux工具命令/ar.md) + - [arch](Linux/Linux工具命令/arch.md) + - [arj](Linux/Linux工具命令/arj.md) + - [arp](Linux/Linux工具命令/arp.md) + - [arpd](Linux/Linux工具命令/arpd.md) + - [arping](Linux/Linux工具命令/arping.md) + - [arptables](Linux/Linux工具命令/arptables.md) + - [arpwatch](Linux/Linux工具命令/arpwatch.md) + - [as](Linux/Linux工具命令/as.md) + - [at](Linux/Linux工具命令/at.md) + - [atop](Linux/Linux工具命令/atop.md) + - [atq](Linux/Linux工具命令/atq.md) + - [atrm](Linux/Linux工具命令/atrm.md) + - [awk](Linux/Linux工具命令/awk.md) + - [axel](Linux/Linux工具命令/axel.md) + - [badblocks](Linux/Linux工具命令/badblocks.md) + - [base64](Linux/Linux工具命令/base64.md) + - [basename](Linux/Linux工具命令/basename.md) + - [batch](Linux/Linux工具命令/batch.md) + - [bc](Linux/Linux工具命令/bc.md) + - [bg](Linux/Linux工具命令/bg.md) + - [bind](Linux/Linux工具命令/bind.md) + - [blkid](Linux/Linux工具命令/blkid.md) + - [blockdev](Linux/Linux工具命令/blockdev.md) + - [bmodinfo](Linux/Linux工具命令/bmodinfo.md) + - [break](Linux/Linux工具命令/break.md) + - [builtin](Linux/Linux工具命令/builtin.md) + - [bunzip2](Linux/Linux工具命令/bunzip2.md) + - [bye](Linux/Linux工具命令/bye.md) + - [bzcat](Linux/Linux工具命令/bzcat.md) + - [bzcmp](Linux/Linux工具命令/bzcmp.md) + - [bzdiff](Linux/Linux工具命令/bzdiff.md) + - [bzgrep](Linux/Linux工具命令/bzgrep.md) + - [bzip2](Linux/Linux工具命令/bzip2.md) + - [bzip2recover](Linux/Linux工具命令/bzip2recover.md) + - [bzless](Linux/Linux工具命令/bzless.md) + - [bzmore](Linux/Linux工具命令/bzmore.md) + - [cal](Linux/Linux工具命令/cal.md) + - [cancel](Linux/Linux工具命令/cancel.md) + - [cat](Linux/Linux工具命令/cat.md) + - [cd](Linux/Linux工具命令/cd.md) + - [cdrecord](Linux/Linux工具命令/cdrecord.md) + - [chage](Linux/Linux工具命令/chage.md) + - [chattr](Linux/Linux工具命令/chattr.md) + - [chcon](Linux/Linux工具命令/chcon.md) + - [chfn](Linux/Linux工具命令/chfn.md) + - [chgrp](Linux/Linux工具命令/chgrp.md) + - [chkconfig](Linux/Linux工具命令/chkconfig.md) + - [chmod](Linux/Linux工具命令/chmod.md) + - [chown](Linux/Linux工具命令/chown.md) + - [chpasswd](Linux/Linux工具命令/chpasswd.md) + - [chroot](Linux/Linux工具命令/chroot.md) + - [chsh](Linux/Linux工具命令/chsh.md) + - [cksum](Linux/Linux工具命令/cksum.md) + - [clear](Linux/Linux工具命令/clear.md) + - [clock](Linux/Linux工具命令/clock.md) + - [clockdiff](Linux/Linux工具命令/clockdiff.md) + - [cmp](Linux/Linux工具命令/cmp.md) + - [col](Linux/Linux工具命令/col.md) + - [colrm](Linux/Linux工具命令/colrm.md) + - [comm](Linux/Linux工具命令/comm.md) + - [command](Linux/Linux工具命令/command.md) + - [compress](Linux/Linux工具命令/compress.md) + - [consoletype](Linux/Linux工具命令/consoletype.md) + - [continue](Linux/Linux工具命令/continue.md) + - [convertquota](Linux/Linux工具命令/convertquota.md) + - [cp](Linux/Linux工具命令/cp.md) + - [cpio](Linux/Linux工具命令/cpio.md) + - [crontab](Linux/Linux工具命令/crontab.md) + - [csplit](Linux/Linux工具命令/csplit.md) + - [cu](Linux/Linux工具命令/cu.md) + - [cupsdisable](Linux/Linux工具命令/cupsdisable.md) + - [cupsenable](Linux/Linux工具命令/cupsenable.md) + - [curl](Linux/Linux工具命令/curl.md) + - [cut](Linux/Linux工具命令/cut.md) + - [date](Linux/Linux工具命令/date.md) + - [dd](Linux/Linux工具命令/dd.md) + - [declare](Linux/Linux工具命令/declare.md) + - [depmod](Linux/Linux工具命令/depmod.md) + - [df](Linux/Linux工具命令/df.md) + - [dhclient](Linux/Linux工具命令/dhclient.md) + - [dhcpd](Linux/Linux工具命令/dhcpd.md) + - [dhcrelay](Linux/Linux工具命令/dhcrelay.md) + - [diff](Linux/Linux工具命令/diff.md) + - [diff3](Linux/Linux工具命令/diff3.md) + - [diffstat](Linux/Linux工具命令/diffstat.md) + - [dig](Linux/Linux工具命令/dig.md) + - [dircolors](Linux/Linux工具命令/dircolors.md) + - [dirname](Linux/Linux工具命令/dirname.md) + - [dirs](Linux/Linux工具命令/dirs.md) + - [disown](Linux/Linux工具命令/disown.md) + - [dmesg](Linux/Linux工具命令/dmesg.md) + - [dmidecode](Linux/Linux工具命令/dmidecode.md) + - [dnf](Linux/Linux工具命令/dnf.md) + - [dnsdomainname](Linux/Linux工具命令/dnsdomainname.md) + - [domainname](Linux/Linux工具命令/domainname.md) + - [dos2unix](Linux/Linux工具命令/dos2unix.md) + - [dpkg-deb](Linux/Linux工具命令/dpkg-deb.md) + - [dpkg-divert](Linux/Linux工具命令/dpkg-divert.md) + - [dpkg-preconfigure](Linux/Linux工具命令/dpkg-preconfigure.md) + - [dpkg-query](Linux/Linux工具命令/dpkg-query.md) + - [dpkg-reconfigure](Linux/Linux工具命令/dpkg-reconfigure.md) + - [dpkg-split](Linux/Linux工具命令/dpkg-split.md) + - [dpkg-statoverride](Linux/Linux工具命令/dpkg-statoverride.md) + - [dpkg-trigger](Linux/Linux工具命令/dpkg-trigger.md) + - [dpkg](Linux/Linux工具命令/dpkg.md) + - [dris](Linux/Linux工具命令/dris.md) + - [dstat](Linux/Linux工具命令/dstat.md) + - [du](Linux/Linux工具命令/du.md) + - [dump](Linux/Linux工具命令/dump.md) + - [e2fsck](Linux/Linux工具命令/e2fsck.md) + - [e2label](Linux/Linux工具命令/e2label.md) + - [echo](Linux/Linux工具命令/echo.md) + - [ed](Linux/Linux工具命令/ed.md) + - [edquota](Linux/Linux工具命令/edquota.md) + - [egrep](Linux/Linux工具命令/egrep.md) + - [eject](Linux/Linux工具命令/eject.md) + - [elinks](Linux/Linux工具命令/elinks.md) + - [elm](Linux/Linux工具命令/elm.md) + - [emacs](Linux/Linux工具命令/emacs.md) + - [enable](Linux/Linux工具命令/enable.md) + - [env](Linux/Linux工具命令/env.md) + - [ethtool](Linux/Linux工具命令/ethtool.md) + - [ex](Linux/Linux工具命令/ex.md) + - [exec](Linux/Linux工具命令/exec.md) + - [exit](Linux/Linux工具命令/exit.md) + - [expand](Linux/Linux工具命令/expand.md) + - [export](Linux/Linux工具命令/export.md) + - [exportfs](Linux/Linux工具命令/exportfs.md) + - [expr](Linux/Linux工具命令/expr.md) + - [false](Linux/Linux工具命令/false.md) + - [fc](Linux/Linux工具命令/fc.md) + - [fdisk](Linux/Linux工具命令/fdisk.md) + - [fdisk分区与挂载](Linux/Linux工具命令/fdisk分区与挂载.md) + - [fg](Linux/Linux工具命令/fg.md) + - [fgrep](Linux/Linux工具命令/fgrep.md) + - [file](Linux/Linux工具命令/file.md) + - [find](Linux/Linux工具命令/find.md) + - [findfs](Linux/Linux工具命令/findfs.md) + - [finger](Linux/Linux工具命令/finger.md) + - [firewall-cmd](Linux/Linux工具命令/firewall-cmd.md) + - [fishshell](Linux/Linux工具命令/fishshell.md) + - [fmt](Linux/Linux工具命令/fmt.md) + - [fold](Linux/Linux工具命令/fold.md) + - [fping](Linux/Linux工具命令/fping.md) + - [free](Linux/Linux工具命令/free.md) + - [fsck](Linux/Linux工具命令/fsck.md) + - [ftp](Linux/Linux工具命令/ftp.md) + - [ftpcount](Linux/Linux工具命令/ftpcount.md) + - [ftpshut](Linux/Linux工具命令/ftpshut.md) + - [ftptop](Linux/Linux工具命令/ftptop.md) + - [ftpwho](Linux/Linux工具命令/ftpwho.md) + - [fuser](Linux/Linux工具命令/fuser.md) + - [gcc](Linux/Linux工具命令/gcc.md) + - [gcov](Linux/Linux工具命令/gcov.md) + - [gdb](Linux/Linux工具命令/gdb.md) + - [gdb调试](Linux/Linux工具命令/gdb调试.md) + - [get_module](Linux/Linux工具命令/get_module.md) + - [getenforce](Linux/Linux工具命令/getenforce.md) + - [getsebool](Linux/Linux工具命令/getsebool.md) + - [git](Linux/Linux工具命令/git.md) + - [gpasswd](Linux/Linux工具命令/gpasswd.md) + - [gpm](Linux/Linux工具命令/gpm.md) + - [grep](Linux/Linux工具命令/grep.md) + - [groupadd](Linux/Linux工具命令/groupadd.md) + - [groupdel](Linux/Linux工具命令/groupdel.md) + - [groupmod](Linux/Linux工具命令/groupmod.md) + - [groups](Linux/Linux工具命令/groups.md) + - [grpck](Linux/Linux工具命令/grpck.md) + - [grpconv](Linux/Linux工具命令/grpconv.md) + - [grpunconv](Linux/Linux工具命令/grpunconv.md) + - [grub](Linux/Linux工具命令/grub.md) + - [gunzip](Linux/Linux工具命令/gunzip.md) + - [gzexe](Linux/Linux工具命令/gzexe.md) + - [gzip](Linux/Linux工具命令/gzip.md) + - [halt](Linux/Linux工具命令/halt.md) + - [hdparm](Linux/Linux工具命令/hdparm.md) + - [head](Linux/Linux工具命令/head.md) + - [help](Linux/Linux工具命令/help.md) + - [hexdump](Linux/Linux工具命令/hexdump.md) + - [history](Linux/Linux工具命令/history.md) + - [host](Linux/Linux工具命令/host.md) + - [hostid](Linux/Linux工具命令/hostid.md) + - [hostname](Linux/Linux工具命令/hostname.md) + - [hostnamectl](Linux/Linux工具命令/hostnamectl.md) + - [hping3](Linux/Linux工具命令/hping3.md) + - [htdigest](Linux/Linux工具命令/htdigest.md) + - [htop](Linux/Linux工具命令/htop.md) + - [htpasswd](Linux/Linux工具命令/htpasswd.md) + - [hwclock](Linux/Linux工具命令/hwclock.md) + - [iconv](Linux/Linux工具命令/iconv.md) + - [id](Linux/Linux工具命令/id.md) + - [ifcfg](Linux/Linux工具命令/ifcfg.md) + - [ifconfig](Linux/Linux工具命令/ifconfig.md) + - [ifdown](Linux/Linux工具命令/ifdown.md) + - [ifstat](Linux/Linux工具命令/ifstat.md) + - [iftop](Linux/Linux工具命令/iftop.md) + - [ifup](Linux/Linux工具命令/ifup.md) + - [indent](Linux/Linux工具命令/indent.md) + - [info](Linux/Linux工具命令/info.md) + - [init](Linux/Linux工具命令/init.md) + - [inotifywait](Linux/Linux工具命令/inotifywait.md) + - [insmod](Linux/Linux工具命令/insmod.md) + - [install](Linux/Linux工具命令/install.md) + - [iostat](Linux/Linux工具命令/iostat.md) + - [iotop](Linux/Linux工具命令/iotop.md) + - [ip](Linux/Linux工具命令/ip.md) + - [ip6tables-restore](Linux/Linux工具命令/ip6tables-restore.md) + - [ip6tables-save](Linux/Linux工具命令/ip6tables-save.md) + - [ip6tables](Linux/Linux工具命令/ip6tables.md) + - [ipcalc](Linux/Linux工具命令/ipcalc.md) + - [ipcrm](Linux/Linux工具命令/ipcrm.md) + - [ipcs](Linux/Linux工具命令/ipcs.md) + - [iperf](Linux/Linux工具命令/iperf.md) + - [iptables-restore](Linux/Linux工具命令/iptables-restore.md) + - [iptables-save](Linux/Linux工具命令/iptables-save.md) + - [iptables](Linux/Linux工具命令/iptables.md) + - [iptraf](Linux/Linux工具命令/iptraf.md) + - [iptstate](Linux/Linux工具命令/iptstate.md) + - [ispell](Linux/Linux工具命令/ispell.md) + - [jed](Linux/Linux工具命令/jed.md) + - [jobs](Linux/Linux工具命令/jobs.md) + - [joe](Linux/Linux工具命令/joe.md) + - [join](Linux/Linux工具命令/join.md) + - [jq](Linux/Linux工具命令/jq.md) + - [jwhois](Linux/Linux工具命令/jwhois.md) + - [kernelversion](Linux/Linux工具命令/kernelversion.md) + - [kexec](Linux/Linux工具命令/kexec.md) + - [kill](Linux/Linux工具命令/kill.md) + - [killall](Linux/Linux工具命令/killall.md) + - [last](Linux/Linux工具命令/last.md) + - [lastb](Linux/Linux工具命令/lastb.md) + - [lastlog](Linux/Linux工具命令/lastlog.md) + - [ld](Linux/Linux工具命令/ld.md) + - [ldconfig](Linux/Linux工具命令/ldconfig.md) + - [ldd](Linux/Linux工具命令/ldd.md) + - [ldd程序依赖](Linux/Linux工具命令/ldd程序依赖.md) + - [less](Linux/Linux工具命令/less.md) + - [let](Linux/Linux工具命令/let.md) + - [lftp](Linux/Linux工具命令/lftp.md) + - [lftpget](Linux/Linux工具命令/lftpget.md) + - [lha](Linux/Linux工具命令/lha.md) + - [lilo](Linux/Linux工具命令/lilo.md) + - [ln](Linux/Linux工具命令/ln.md) + - [lnstat](Linux/Linux工具命令/lnstat.md) + - [local](Linux/Linux工具命令/local.md) + - [locate](Linux/Linux工具命令/locate.md) + - [logger](Linux/Linux工具命令/logger.md) + - [login](Linux/Linux工具命令/login.md) + - [logname](Linux/Linux工具命令/logname.md) + - [logout](Linux/Linux工具命令/logout.md) + - [logrotate](Linux/Linux工具命令/logrotate.md) + - [logsave](Linux/Linux工具命令/logsave.md) + - [logwatch](Linux/Linux工具命令/logwatch.md) + - [look](Linux/Linux工具命令/look.md) + - [losetup](Linux/Linux工具命令/losetup.md) + - [lp](Linux/Linux工具命令/lp.md) + - [lpadmin](Linux/Linux工具命令/lpadmin.md) + - [lpc](Linux/Linux工具命令/lpc.md) + - [lpq](Linux/Linux工具命令/lpq.md) + - [lpr](Linux/Linux工具命令/lpr.md) + - [lprm](Linux/Linux工具命令/lprm.md) + - [lpstat](Linux/Linux工具命令/lpstat.md) + - [ls](Linux/Linux工具命令/ls.md) + - [lsattr](Linux/Linux工具命令/lsattr.md) + - [lsb_release](Linux/Linux工具命令/lsb_release.md) + - [lsblk](Linux/Linux工具命令/lsblk.md) + - [lscpu](Linux/Linux工具命令/lscpu.md) + - [lsmod](Linux/Linux工具命令/lsmod.md) + - [lsof](Linux/Linux工具命令/lsof.md) + - [lsof文件管理](Linux/Linux工具命令/lsof文件管理.md) + - [lspci](Linux/Linux工具命令/lspci.md) + - [lsusb](Linux/Linux工具命令/lsusb.md) + - [ltrace](Linux/Linux工具命令/ltrace.md) + - [lvcreate](Linux/Linux工具命令/lvcreate.md) + - [lvdisplay](Linux/Linux工具命令/lvdisplay.md) + - [lvextend](Linux/Linux工具命令/lvextend.md) + - [lvreduce](Linux/Linux工具命令/lvreduce.md) + - [lvremove](Linux/Linux工具命令/lvremove.md) + - [lvresize](Linux/Linux工具命令/lvresize.md) + - [lvscan](Linux/Linux工具命令/lvscan.md) + - [lynx](Linux/Linux工具命令/lynx.md) + - [mail](Linux/Linux工具命令/mail.md) + - [mailq](Linux/Linux工具命令/mailq.md) + - [mailstat](Linux/Linux工具命令/mailstat.md) + - [make](Linux/Linux工具命令/make.md) + - [man](Linux/Linux工具命令/man.md) + - [mapfile](Linux/Linux工具命令/mapfile.md) + - [md5sum](Linux/Linux工具命令/md5sum.md) + - [mesg](Linux/Linux工具命令/mesg.md) + - [mii-tool](Linux/Linux工具命令/mii-tool.md) + - [mkbootdisk](Linux/Linux工具命令/mkbootdisk.md) + - [mkdir](Linux/Linux工具命令/mkdir.md) + - [mke2fs](Linux/Linux工具命令/mke2fs.md) + - [mkfs](Linux/Linux工具命令/mkfs.md) + - [mkinitrd](Linux/Linux工具命令/mkinitrd.md) + - [mkisofs](Linux/Linux工具命令/mkisofs.md) + - [mknod](Linux/Linux工具命令/mknod.md) + - [mkswap](Linux/Linux工具命令/mkswap.md) + - [mktemp](Linux/Linux工具命令/mktemp.md) + - [modprobe](Linux/Linux工具命令/modprobe.md) + - [more](Linux/Linux工具命令/more.md) + - [mount](Linux/Linux工具命令/mount.md) + - [mpstat](Linux/Linux工具命令/mpstat.md) + - [mtools](Linux/Linux工具命令/mtools.md) + - [mv](Linux/Linux工具命令/mv.md) + - [mysql](Linux/Linux工具命令/mysql.md) + - [mysqladmin](Linux/Linux工具命令/mysqladmin.md) + - [mysqldump](Linux/Linux工具命令/mysqldump.md) + - [mysqlimport](Linux/Linux工具命令/mysqlimport.md) + - [mysqlshow](Linux/Linux工具命令/mysqlshow.md) + - [named-checkzone](Linux/Linux工具命令/named-checkzone.md) + - [nano](Linux/Linux工具命令/nano.md) + - [nc](Linux/Linux工具命令/nc.md) + - [ncftp](Linux/Linux工具命令/ncftp.md) + - [nethogs](Linux/Linux工具命令/nethogs.md) + - [netstat](Linux/Linux工具命令/netstat.md) + - [newusers](Linux/Linux工具命令/newusers.md) + - [nfsstat](Linux/Linux工具命令/nfsstat.md) + - [ngrep](Linux/Linux工具命令/ngrep.md) + - [nice](Linux/Linux工具命令/nice.md) + - [nisdomainname](Linux/Linux工具命令/nisdomainname.md) + - [nl](Linux/Linux工具命令/nl.md) + - [nm](Linux/Linux工具命令/nm.md) + - [nmap](Linux/Linux工具命令/nmap.md) + - [nmcli](Linux/Linux工具命令/nmcli.md) + - [nohub后端执行](Linux/Linux工具命令/nohub后端执行.md) + - [nohup](Linux/Linux工具命令/nohup.md) + - [nologin](Linux/Linux工具命令/nologin.md) + - [nproc](Linux/Linux工具命令/nproc.md) + - [nslookup](Linux/Linux工具命令/nslookup.md) + - [ntpdate](Linux/Linux工具命令/ntpdate.md) + - [ntsysv](Linux/Linux工具命令/ntsysv.md) + - [objdump](Linux/Linux工具命令/objdump.md) + - [od](Linux/Linux工具命令/od.md) + - [openssl](Linux/Linux工具命令/openssl.md) + - [parted](Linux/Linux工具命令/parted.md) + - [partprobe](Linux/Linux工具命令/partprobe.md) + - [passwd](Linux/Linux工具命令/passwd.md) + - [paste](Linux/Linux工具命令/paste.md) + - [patch](Linux/Linux工具命令/patch.md) + - [pathchk](Linux/Linux工具命令/pathchk.md) + - [perl](Linux/Linux工具命令/perl.md) + - [pfctl](Linux/Linux工具命令/pfctl.md) + - [pgrep](Linux/Linux工具命令/pgrep.md) + - [php](Linux/Linux工具命令/php.md) + - [pico](Linux/Linux工具命令/pico.md) + - [pidof](Linux/Linux工具命令/pidof.md) + - [pigz](Linux/Linux工具命令/pigz.md) + - [ping](Linux/Linux工具命令/ping.md) + - [pkill](Linux/Linux工具命令/pkill.md) + - [pmap](Linux/Linux工具命令/pmap.md) + - [popd](Linux/Linux工具命令/popd.md) + - [poweroff](Linux/Linux工具命令/poweroff.md) + - [ppp-off](Linux/Linux工具命令/ppp-off.md) + - [pr](Linux/Linux工具命令/pr.md) + - [printf](Linux/Linux工具命令/printf.md) + - [protoize](Linux/Linux工具命令/protoize.md) + - [ps](Linux/Linux工具命令/ps.md) + - [pssh](Linux/Linux工具命令/pssh.md) + - [pstack](Linux/Linux工具命令/pstack.md) + - [pstree](Linux/Linux工具命令/pstree.md) + - [pushd](Linux/Linux工具命令/pushd.md) + - [pv](Linux/Linux工具命令/pv.md) + - [pvchange](Linux/Linux工具命令/pvchange.md) + - [pvck](Linux/Linux工具命令/pvck.md) + - [pvcreate](Linux/Linux工具命令/pvcreate.md) + - [pvdisplay](Linux/Linux工具命令/pvdisplay.md) + - [pvremove](Linux/Linux工具命令/pvremove.md) + - [pvs](Linux/Linux工具命令/pvs.md) + - [pvscan](Linux/Linux工具命令/pvscan.md) + - [pwck](Linux/Linux工具命令/pwck.md) + - [pwconv](Linux/Linux工具命令/pwconv.md) + - [pwd](Linux/Linux工具命令/pwd.md) + - [pwunconv](Linux/Linux工具命令/pwunconv.md) + - [quota](Linux/Linux工具命令/quota.md) + - [quotacheck](Linux/Linux工具命令/quotacheck.md) + - [quotaoff](Linux/Linux工具命令/quotaoff.md) + - [quotaon](Linux/Linux工具命令/quotaon.md) + - [rcconf](Linux/Linux工具命令/rcconf.md) + - [rcp](Linux/Linux工具命令/rcp.md) + - [read](Linux/Linux工具命令/read.md) + - [readelf](Linux/Linux工具命令/readelf.md) + - [readonly](Linux/Linux工具命令/readonly.md) + - [reboot](Linux/Linux工具命令/reboot.md) + - [reject](Linux/Linux工具命令/reject.md) + - [rename](Linux/Linux工具命令/rename.md) + - [renice](Linux/Linux工具命令/renice.md) + - [repquota](Linux/Linux工具命令/repquota.md) + - [resize](Linux/Linux工具命令/resize.md) + - [restore](Linux/Linux工具命令/restore.md) + - [restorecon](Linux/Linux工具命令/restorecon.md) + - [return](Linux/Linux工具命令/return.md) + - [rev](Linux/Linux工具命令/rev.md) + - [rexec](Linux/Linux工具命令/rexec.md) + - [rlogin](Linux/Linux工具命令/rlogin.md) + - [rm](Linux/Linux工具命令/rm.md) + - [rmdir](Linux/Linux工具命令/rmdir.md) + - [rmmod](Linux/Linux工具命令/rmmod.md) + - [route](Linux/Linux工具命令/route.md) + - [rpm](Linux/Linux工具命令/rpm.md) + - [rpm2cpio](Linux/Linux工具命令/rpm2cpio.md) + - [rpmbuild](Linux/Linux工具命令/rpmbuild.md) + - [rpmdb](Linux/Linux工具命令/rpmdb.md) + - [rpmquery](Linux/Linux工具命令/rpmquery.md) + - [rpmsign](Linux/Linux工具命令/rpmsign.md) + - [rpmverify](Linux/Linux工具命令/rpmverify.md) + - [rsh](Linux/Linux工具命令/rsh.md) + - [rsync](Linux/Linux工具命令/rsync.md) + - [runlevel](Linux/Linux工具命令/runlevel.md) + - [sar](Linux/Linux工具命令/sar.md) + - [scp](Linux/Linux工具命令/scp.md) + - [screen](Linux/Linux工具命令/screen.md) + - [script](Linux/Linux工具命令/script.md) + - [scriptreplay](Linux/Linux工具命令/scriptreplay.md) + - [sed](Linux/Linux工具命令/sed.md) + - [seinfo](Linux/Linux工具命令/seinfo.md) + - [semanage](Linux/Linux工具命令/semanage.md) + - [sendmail](Linux/Linux工具命令/sendmail.md) + - [seq](Linux/Linux工具命令/seq.md) + - [service](Linux/Linux工具命令/service.md) + - [sesearch](Linux/Linux工具命令/sesearch.md) + - [set](Linux/Linux工具命令/set.md) + - [setfacl](Linux/Linux工具命令/setfacl.md) + - [setpci](Linux/Linux工具命令/setpci.md) + - [setsebool](Linux/Linux工具命令/setsebool.md) + - [setsid](Linux/Linux工具命令/setsid.md) + - [sftp-server](Linux/Linux工具命令/sftp-server.md) + - [sftp](Linux/Linux工具命令/sftp.md) + - [sh](Linux/Linux工具命令/sh.md) + - [shift](Linux/Linux工具命令/shift.md) + - [shopt](Linux/Linux工具命令/shopt.md) + - [showmount](Linux/Linux工具命令/showmount.md) + - [shuf](Linux/Linux工具命令/shuf.md) + - [shutdown](Linux/Linux工具命令/shutdown.md) + - [skill](Linux/Linux工具命令/skill.md) + - [slabtop](Linux/Linux工具命令/slabtop.md) + - [sleep](Linux/Linux工具命令/sleep.md) + - [slocate](Linux/Linux工具命令/slocate.md) + - [slrum作业调度](Linux/Linux工具命令/slrum作业调度.md) + - [smbclient](Linux/Linux工具命令/smbclient.md) + - [smbpasswd](Linux/Linux工具命令/smbpasswd.md) + - [sort](Linux/Linux工具命令/sort.md) + - [source](Linux/Linux工具命令/source.md) + - [speedtest-cli](Linux/Linux工具命令/speedtest-cli.md) + - [spell](Linux/Linux工具命令/spell.md) + - [split](Linux/Linux工具命令/split.md) + - [squid](Linux/Linux工具命令/squid.md) + - [squidclient](Linux/Linux工具命令/squidclient.md) + - [ss](Linux/Linux工具命令/ss.md) + - [ssh-add](Linux/Linux工具命令/ssh-add.md) + - [ssh-agent](Linux/Linux工具命令/ssh-agent.md) + - [ssh-copy-id](Linux/Linux工具命令/ssh-copy-id.md) + - [ssh-keygen](Linux/Linux工具命令/ssh-keygen.md) + - [ssh-keyscan](Linux/Linux工具命令/ssh-keyscan.md) + - [ssh](Linux/Linux工具命令/ssh.md) + - [sshd](Linux/Linux工具命令/sshd.md) + - [startx](Linux/Linux工具命令/startx.md) + - [stat](Linux/Linux工具命令/stat.md) + - [strace](Linux/Linux工具命令/strace.md) + - [strings](Linux/Linux工具命令/strings.md) + - [stty](Linux/Linux工具命令/stty.md) + - [su](Linux/Linux工具命令/su.md) + - [sudo](Linux/Linux工具命令/sudo.md) + - [sum](Linux/Linux工具命令/sum.md) + - [supervisord](Linux/Linux工具命令/supervisord.md) + - [suspend](Linux/Linux工具命令/suspend.md) + - [swapoff](Linux/Linux工具命令/swapoff.md) + - [swapon](Linux/Linux工具命令/swapon.md) + - [swap缓存](Linux/Linux工具命令/swap缓存.md) + - [sync](Linux/Linux工具命令/sync.md) + - [sysctl](Linux/Linux工具命令/sysctl.md) + - [syslog](Linux/Linux工具命令/syslog.md) + - [systemctl](Linux/Linux工具命令/systemctl.md) + - [systool](Linux/Linux工具命令/systool.md) + - [tac](Linux/Linux工具命令/tac.md) + - [tail](Linux/Linux工具命令/tail.md) + - [tailf](Linux/Linux工具命令/tailf.md) + - [talk](Linux/Linux工具命令/talk.md) + - [tar](Linux/Linux工具命令/tar.md) + - [tcpdump](Linux/Linux工具命令/tcpdump.md) + - [tcpreplay](Linux/Linux工具命令/tcpreplay.md) + - [tee](Linux/Linux工具命令/tee.md) + - [telint](Linux/Linux工具命令/telint.md) + - [telnet](Linux/Linux工具命令/telnet.md) + - [tempfile](Linux/Linux工具命令/tempfile.md) + - [test](Linux/Linux工具命令/test.md) + - [tftp](Linux/Linux工具命令/tftp.md) + - [time](Linux/Linux工具命令/time.md) + - [times](Linux/Linux工具命令/times.md) + - [tload](Linux/Linux工具命令/tload.md) + - [tmux](Linux/Linux工具命令/tmux.md) + - [top](Linux/Linux工具命令/top.md) + - [top系统状态](Linux/Linux工具命令/top系统状态.md) + - [touch](Linux/Linux工具命令/touch.md) + - [tput](Linux/Linux工具命令/tput.md) + - [tr](Linux/Linux工具命令/tr.md) + - [tracepath](Linux/Linux工具命令/tracepath.md) + - [traceroute](Linux/Linux工具命令/traceroute.md) + - [trap](Linux/Linux工具命令/trap.md) + - [tree](Linux/Linux工具命令/tree.md) + - [true](Linux/Linux工具命令/true.md) + - [tty](Linux/Linux工具命令/tty.md) + - [type](Linux/Linux工具命令/type.md) + - [ulimit](Linux/Linux工具命令/ulimit.md) + - [umask](Linux/Linux工具命令/umask.md) + - [umount](Linux/Linux工具命令/umount.md) + - [unalias](Linux/Linux工具命令/unalias.md) + - [uname](Linux/Linux工具命令/uname.md) + - [unarj](Linux/Linux工具命令/unarj.md) + - [uncompress](Linux/Linux工具命令/uncompress.md) + - [unexpand](Linux/Linux工具命令/unexpand.md) + - [uniq](Linux/Linux工具命令/uniq.md) + - [unlink](Linux/Linux工具命令/unlink.md) + - [unprotoize](Linux/Linux工具命令/unprotoize.md) + - [unrar](Linux/Linux工具命令/unrar.md) + - [unset](Linux/Linux工具命令/unset.md) + - [unzip](Linux/Linux工具命令/unzip.md) + - [updatedb](Linux/Linux工具命令/updatedb.md) + - [uptime](Linux/Linux工具命令/uptime.md) + - [useradd](Linux/Linux工具命令/useradd.md) + - [userdel](Linux/Linux工具命令/userdel.md) + - [usermod](Linux/Linux工具命令/usermod.md) + - [usernetctl](Linux/Linux工具命令/usernetctl.md) + - [users](Linux/Linux工具命令/users.md) + - [uucico](Linux/Linux工具命令/uucico.md) + - [uupick](Linux/Linux工具命令/uupick.md) + - [uuto](Linux/Linux工具命令/uuto.md) + - [vdfuse](Linux/Linux工具命令/vdfuse.md) + - [vgchange](Linux/Linux工具命令/vgchange.md) + - [vgconvert](Linux/Linux工具命令/vgconvert.md) + - [vgcreate](Linux/Linux工具命令/vgcreate.md) + - [vgdisplay](Linux/Linux工具命令/vgdisplay.md) + - [vgextend](Linux/Linux工具命令/vgextend.md) + - [vgreduce](Linux/Linux工具命令/vgreduce.md) + - [vgremove](Linux/Linux工具命令/vgremove.md) + - [vgrename](Linux/Linux工具命令/vgrename.md) + - [vgscan](Linux/Linux工具命令/vgscan.md) + - [vmstat](Linux/Linux工具命令/vmstat.md) + - [volname](Linux/Linux工具命令/volname.md) + - [w](Linux/Linux工具命令/w.md) + - [wait](Linux/Linux工具命令/wait.md) + - [wall](Linux/Linux工具命令/wall.md) + - [watch](Linux/Linux工具命令/watch.md) + - [wc](Linux/Linux工具命令/wc.md) + - [wget](Linux/Linux工具命令/wget.md) + - [whatis](Linux/Linux工具命令/whatis.md) + - [whereis](Linux/Linux工具命令/whereis.md) + - [which](Linux/Linux工具命令/which.md) + - [who](Linux/Linux工具命令/who.md) + - [whoami](Linux/Linux工具命令/whoami.md) + - [write](Linux/Linux工具命令/write.md) + - [xargs](Linux/Linux工具命令/xargs.md) + - [xauth](Linux/Linux工具命令/xauth.md) + - [xclip](Linux/Linux工具命令/xclip.md) + - [xhost](Linux/Linux工具命令/xhost.md) + - [xinit](Linux/Linux工具命令/xinit.md) + - [xlsatoms](Linux/Linux工具命令/xlsatoms.md) + - [xlsclients](Linux/Linux工具命令/xlsclients.md) + - [xlsfonts](Linux/Linux工具命令/xlsfonts.md) + - [xset](Linux/Linux工具命令/xset.md) + - [xz](Linux/Linux工具命令/xz.md) + - [yes](Linux/Linux工具命令/yes.md) + - [ypdomainname](Linux/Linux工具命令/ypdomainname.md) + - [yum](Linux/Linux工具命令/yum.md) + - [zcat](Linux/Linux工具命令/zcat.md) + - [zfore](Linux/Linux工具命令/zfore.md) + - [zip](Linux/Linux工具命令/zip.md) + - [zipinfo](Linux/Linux工具命令/zipinfo.md) + - [zipsplit](Linux/Linux工具命令/zipsplit.md) + - [znew](Linux/Linux工具命令/znew.md) + - Linux系统编程 + - [概述](Linux/Linux系统编程/概述.md) + - Linxu并发编程 + - [并发控制](Linux/Linxu并发编程/并发控制.md) + - [并发机制](Linux/Linxu并发编程/并发机制.md) + - [并发通信](Linux/Linxu并发编程/并发通信.md) + - [概述](Linux/Linxu并发编程/概述.md) + - Linxu网络编程 + - [概述](Linux/Linxu网络编程/概述.md) + - [网络编程](Linux/Linxu网络编程/网络编程.md) + - [gcc搜索库文件-编译链接过程理解](Linux/gcc搜索库文件-编译链接过程理解.md) + - shell + - [01 概述](Linux/shell/01%20概述.md) + - [02 变量字符串](Linux/shell/02%20变量字符串.md) + - [03 值字符串](Linux/shell/03%20值字符串.md) + - [04 命令字符串](Linux/shell/04%20命令字符串.md) + - [05 特殊符号](Linux/shell/05%20特殊符号.md) + - [06 关键字](Linux/shell/06%20关键字.md) + - [06 运算符](Linux/shell/06%20运算符.md) + - [07 流程控制](Linux/shell/07%20流程控制.md) + - [08 三剑客-grep](Linux/shell/08%20三剑客-grep.md) + - [09 三剑客-sed](Linux/shell/09%20三剑客-sed.md) + - [10 三剑客-awk](Linux/shell/10%20三剑客-awk.md) + - ubuntu + - [ubuntu-gnome快捷键](Linux/ubuntu/ubuntu-gnome快捷键.md) + - [ubuntu常用软件及配置](Linux/ubuntu/ubuntu常用软件及配置.md) + - [ubuntu软件源配置](Linux/ubuntu/ubuntu软件源配置.md) + - 基础篇 + - [Linux](Linux/基础篇/Linux.md) + - [第0章 系统概述](Linux/基础篇/第0章%20系统概述.md) + - [第10章 性能管理](Linux/基础篇/第10章%20性能管理.md) + - [第1章 文件管理](Linux/基础篇/第1章%20文件管理.md) + - [第2章 用户管理](Linux/基础篇/第2章%20用户管理.md) + - [第3章 磁盘管理](Linux/基础篇/第3章%20磁盘管理.md) + - [第4章 进程管理](Linux/基础篇/第4章%20进程管理.md) + - [第5章 设备管理](Linux/基础篇/第5章%20设备管理.md) + - [第6章 软件包管理](Linux/基础篇/第6章%20软件包管理.md) + - [第8章 网络管理](Linux/基础篇/第8章%20网络管理.md) + - [第9章 内核管理](Linux/基础篇/第9章%20内核管理.md) + - [学习说明](Linux/学习说明.md) + - 开发篇 + - [gcc路径检索](Linux/开发篇/gcc路径检索.md) + - [搭建php环境](Linux/开发篇/搭建php环境.md) diff --git a/Matlab/README.md b/Matlab/README.md new file mode 100644 index 00000000..08145ebf --- /dev/null +++ b/Matlab/README.md @@ -0,0 +1,12 @@ +## Matlab + +- [MATLAB操作界面](Matlab/MATLAB操作界面.md) +- [MATLAB的程序控制结构](Matlab/MATLAB的程序控制结构.md) +- [MATLAB的符号运算](Matlab/MATLAB的符号运算.md) +- [Notebook使用简介](Matlab/Notebook使用简介.md) +- [二维底层绘图的修饰](Matlab/二维底层绘图的修饰.md) +- [命令和语句](Matlab/命令和语句.md) +- [矩阵和相关操作](Matlab/矩阵和相关操作.md) +- [矩阵处理基础](Matlab/矩阵处理基础.md) +- [程序的编写和调试](Matlab/程序的编写和调试.md) +- [绘图功能](Matlab/绘图功能.md) diff --git a/Matlab/_sidebar.md b/Matlab/_sidebar.md new file mode 100644 index 00000000..5c60adc5 --- /dev/null +++ b/Matlab/_sidebar.md @@ -0,0 +1,23 @@ +## Matlab +- Matlab + - [MATLAB操作界面](Matlab/MATLAB操作界面.md) + - [MATLAB的程序控制结构](Matlab/MATLAB的程序控制结构.md) + - [MATLAB的符号运算](Matlab/MATLAB的符号运算.md) + - [Notebook使用简介](Matlab/Notebook使用简介.md) + - [二维底层绘图的修饰](Matlab/二维底层绘图的修饰.md) + - [命令和语句](Matlab/命令和语句.md) + - 教程 + - [MATLAB1](Matlab/教程/MATLAB1.md) + - [MATLAB10](Matlab/教程/MATLAB10.md) + - [MATLAB2](Matlab/教程/MATLAB2.md) + - [MATLAB3](Matlab/教程/MATLAB3.md) + - [MATLAB5](Matlab/教程/MATLAB5.md) + - [MATLAB6](Matlab/教程/MATLAB6.md) + - [MATLAB7](Matlab/教程/MATLAB7.md) + - [MATLAB8](Matlab/教程/MATLAB8.md) + - [MATLAB9](Matlab/教程/MATLAB9.md) + - [matlab4](Matlab/教程/matlab4.md) + - [矩阵和相关操作](Matlab/矩阵和相关操作.md) + - [矩阵处理基础](Matlab/矩阵处理基础.md) + - [程序的编写和调试](Matlab/程序的编写和调试.md) + - [绘图功能](Matlab/绘图功能.md) diff --git a/MyBatis/README.md b/MyBatis/README.md new file mode 100644 index 00000000..33347818 --- /dev/null +++ b/MyBatis/README.md @@ -0,0 +1,9 @@ +## MyBatis + +- [1简介](MyBatis/1简介.md) +- [2XML配置](MyBatis/2XML配置.md) +- [3XML映射](MyBatis/3XML映射.md) +- [4动态SQL](MyBatis/4动态SQL.md) +- [5Java API](MyBatis/5Java%20API.md) +- [6SQL语句构建器](MyBatis/6SQL语句构建器.md) +- [7日志](MyBatis/7日志.md) diff --git a/MyBatis/_sidebar.md b/MyBatis/_sidebar.md new file mode 100644 index 00000000..8cdbae6d --- /dev/null +++ b/MyBatis/_sidebar.md @@ -0,0 +1,9 @@ +## MyBatis +- MyBatis + - [1简介](MyBatis/1简介.md) + - [2XML配置](MyBatis/2XML配置.md) + - [3XML映射](MyBatis/3XML映射.md) + - [4动态SQL](MyBatis/4动态SQL.md) + - [5Java API](MyBatis/5Java%20API.md) + - [6SQL语句构建器](MyBatis/6SQL语句构建器.md) + - [7日志](MyBatis/7日志.md) diff --git a/MySQL/README.md b/MySQL/README.md new file mode 100644 index 00000000..4c557717 --- /dev/null +++ b/MySQL/README.md @@ -0,0 +1,27 @@ +## MySQL + +- [1 创建数据库](MySQL/1%20创建数据库.md) +- [10 正则表查询](MySQL/10%20正则表查询.md) +- [11 数学函数](MySQL/11%20数学函数.md) +- [12 索引](MySQL/12%20索引.md) +- [13 常见操作指令](MySQL/13%20常见操作指令.md) +- [14 注册表文件修改](MySQL/14%20注册表文件修改.md) +- [15 排序和校验规则](MySQL/15%20排序和校验规则.md) +- [16 explain性能分析](MySQL/16%20explain性能分析.md) +- [2 创建数据表](MySQL/2%20创建数据表.md) +- [3 完整性约束](MySQL/3%20完整性约束.md) +- [4 修改表结构](MySQL/4%20修改表结构.md) +- [5 修改表数据](MySQL/5%20修改表数据.md) +- [6 查询表数据](MySQL/6%20查询表数据.md) +- [7 高级表查询](MySQL/7%20高级表查询.md) +- [8 连接表查询](MySQL/8%20连接表查询.md) +- [9 外键与查询](MySQL/9%20外键与查询.md) +- [附录0 MySQL架构原理](MySQL/附录0%20MySQL架构原理.md) +- [附录1 MySQL存储引擎](MySQL/附录1%20MySQL存储引擎.md) +- [附录2 MySql性能优化](MySQL/附录2%20MySql性能优化.md) +- [附录3 MySQL索引类型](MySQL/附录3%20MySQL索引类型.md) +- [附录4 MySQL事务管理](MySQL/附录4%20MySQL事务管理.md) +- [附录5 MySQL连接查询](MySQL/附录5%20MySQL连接查询.md) +- [附录6 MySQL分库分表](MySQL/附录6%20MySQL分库分表.md) +- [附录7 MySQL并发机制](MySQL/附录7%20MySQL并发机制.md) +- [附录8 MySQL一致哈希](MySQL/附录8%20MySQL一致哈希.md) diff --git a/MySQL/_sidebar.md b/MySQL/_sidebar.md new file mode 100644 index 00000000..e07ab0c0 --- /dev/null +++ b/MySQL/_sidebar.md @@ -0,0 +1,27 @@ +## MySQL +- MySQL + - [1 创建数据库](MySQL/1%20创建数据库.md) + - [10 正则表查询](MySQL/10%20正则表查询.md) + - [11 数学函数](MySQL/11%20数学函数.md) + - [12 索引](MySQL/12%20索引.md) + - [13 常见操作指令](MySQL/13%20常见操作指令.md) + - [14 注册表文件修改](MySQL/14%20注册表文件修改.md) + - [15 排序和校验规则](MySQL/15%20排序和校验规则.md) + - [16 explain性能分析](MySQL/16%20explain性能分析.md) + - [2 创建数据表](MySQL/2%20创建数据表.md) + - [3 完整性约束](MySQL/3%20完整性约束.md) + - [4 修改表结构](MySQL/4%20修改表结构.md) + - [5 修改表数据](MySQL/5%20修改表数据.md) + - [6 查询表数据](MySQL/6%20查询表数据.md) + - [7 高级表查询](MySQL/7%20高级表查询.md) + - [8 连接表查询](MySQL/8%20连接表查询.md) + - [9 外键与查询](MySQL/9%20外键与查询.md) + - [附录0 MySQL架构原理](MySQL/附录0%20MySQL架构原理.md) + - [附录1 MySQL存储引擎](MySQL/附录1%20MySQL存储引擎.md) + - [附录2 MySql性能优化](MySQL/附录2%20MySql性能优化.md) + - [附录3 MySQL索引类型](MySQL/附录3%20MySQL索引类型.md) + - [附录4 MySQL事务管理](MySQL/附录4%20MySQL事务管理.md) + - [附录5 MySQL连接查询](MySQL/附录5%20MySQL连接查询.md) + - [附录6 MySQL分库分表](MySQL/附录6%20MySQL分库分表.md) + - [附录7 MySQL并发机制](MySQL/附录7%20MySQL并发机制.md) + - [附录8 MySQL一致哈希](MySQL/附录8%20MySQL一致哈希.md) diff --git a/Netty/README.md b/Netty/README.md new file mode 100644 index 00000000..ba39f139 --- /dev/null +++ b/Netty/README.md @@ -0,0 +1,6 @@ +## Netty + +- [01 Netty简介](Netty/01%20Netty简介.md) +- [02 核心组件](Netty/02%20核心组件.md) +- [03 网络通信](Netty/03%20网络通信.md) +- [04 Reactor与Netty](Netty/04%20Reactor与Netty.md) diff --git a/Netty/_sidebar.md b/Netty/_sidebar.md new file mode 100644 index 00000000..ef14b250 --- /dev/null +++ b/Netty/_sidebar.md @@ -0,0 +1,6 @@ +## Netty +- Netty + - [01 Netty简介](Netty/01%20Netty简介.md) + - [02 核心组件](Netty/02%20核心组件.md) + - [03 网络通信](Netty/03%20网络通信.md) + - [04 Reactor与Netty](Netty/04%20Reactor与Netty.md) diff --git a/NodeJS/README.md b/NodeJS/README.md new file mode 100644 index 00000000..b693ed32 --- /dev/null +++ b/NodeJS/README.md @@ -0,0 +1,14 @@ +## NodeJS + +- [10工具模块](NodeJS/10工具模块.md) +- [11C++插件](NodeJS/11C++插件.md) +- [12Electron](NodeJS/12Electron.md) +- [1安装管理](NodeJS/1安装管理.md) +- [2工程构建](NodeJS/2工程构建.md) +- [3回调函数](NodeJS/3回调函数.md) +- [4模块系统](NodeJS/4模块系统.md) +- [5buffer模块](NodeJS/5buffer模块.md) +- [6events模块](NodeJS/6events模块.md) +- [7http&url模块](NodeJS/7http&url模块.md) +- [8全局对象](NodeJS/8全局对象.md) +- [9fs模块](NodeJS/9fs模块.md) diff --git a/NodeJS/_sidebar.md b/NodeJS/_sidebar.md new file mode 100644 index 00000000..edf131b8 --- /dev/null +++ b/NodeJS/_sidebar.md @@ -0,0 +1,14 @@ +## NodeJS +- NodeJS + - [10工具模块](NodeJS/10工具模块.md) + - [11C++插件](NodeJS/11C++插件.md) + - [12Electron](NodeJS/12Electron.md) + - [1安装管理](NodeJS/1安装管理.md) + - [2工程构建](NodeJS/2工程构建.md) + - [3回调函数](NodeJS/3回调函数.md) + - [4模块系统](NodeJS/4模块系统.md) + - [5buffer模块](NodeJS/5buffer模块.md) + - [6events模块](NodeJS/6events模块.md) + - [7http&url模块](NodeJS/7http&url模块.md) + - [8全局对象](NodeJS/8全局对象.md) + - [9fs模块](NodeJS/9fs模块.md) diff --git a/Office/README.md b/Office/README.md new file mode 100644 index 00000000..64f04b45 --- /dev/null +++ b/Office/README.md @@ -0,0 +1,2 @@ +## Office + diff --git a/Office/_sidebar.md b/Office/_sidebar.md new file mode 100644 index 00000000..955c9104 --- /dev/null +++ b/Office/_sidebar.md @@ -0,0 +1,8 @@ +## Office +- Office + - excel + - [说明](Office/excel/说明.md) + - ppt + - [说明](Office/ppt/说明.md) + - word + - [说明](Office/word/说明.md) diff --git a/PHP/README.md b/PHP/README.md new file mode 100644 index 00000000..464491c1 --- /dev/null +++ b/PHP/README.md @@ -0,0 +1,12 @@ +## PHP + +- [cookie & sessions & email](PHP/cookie%20&%20sessions%20&%20email.md) +- [error & exception & filter](PHP/error%20&%20exception%20&%20filter.md) +- [多维数组和日期](PHP/多维数组和日期.md) +- [文件操作](PHP/文件操作.md) +- [表单(1)-表单处理](PHP/表单(1)-表单处理.md) +- [表单(2)-表单完成](PHP/表单(2)-表单完成.md) +- [语法(1)-基本语法](PHP/语法(1)-基本语法.md) +- [语法(2)-字符串函数&常量](PHP/语法(2)-字符串函数&常量.md) +- [语法(3)-控制结构](PHP/语法(3)-控制结构.md) +- [语法(4)-函数&数组&超全局变量](PHP/语法(4)-函数&数组&超全局变量.md) diff --git a/PHP/_sidebar.md b/PHP/_sidebar.md new file mode 100644 index 00000000..14e5ae0a --- /dev/null +++ b/PHP/_sidebar.md @@ -0,0 +1,12 @@ +## PHP +- PHP + - [cookie & sessions & email](PHP/cookie%20&%20sessions%20&%20email.md) + - [error & exception & filter](PHP/error%20&%20exception%20&%20filter.md) + - [多维数组和日期](PHP/多维数组和日期.md) + - [文件操作](PHP/文件操作.md) + - [表单(1)-表单处理](PHP/表单(1)-表单处理.md) + - [表单(2)-表单完成](PHP/表单(2)-表单完成.md) + - [语法(1)-基本语法](PHP/语法(1)-基本语法.md) + - [语法(2)-字符串函数&常量](PHP/语法(2)-字符串函数&常量.md) + - [语法(3)-控制结构](PHP/语法(3)-控制结构.md) + - [语法(4)-函数&数组&超全局变量](PHP/语法(4)-函数&数组&超全局变量.md) diff --git a/PlantUML/README.md b/PlantUML/README.md new file mode 100644 index 00000000..0002c637 --- /dev/null +++ b/PlantUML/README.md @@ -0,0 +1,2 @@ +## PlantUML + diff --git a/PlantUML/_sidebar.md b/PlantUML/_sidebar.md new file mode 100644 index 00000000..14bed1d7 --- /dev/null +++ b/PlantUML/_sidebar.md @@ -0,0 +1,12 @@ +## PlantUML +- PlantUML + - markdown版 + - [1 时序图](PlantUML/markdown版/1%20时序图.md) + - [10 JSON数据](PlantUML/markdown版/10%20JSON数据.md) + - [11 思维导图](PlantUML/markdown版/11%20思维导图.md) + - [2 用例图](PlantUML/markdown版/2%20用例图.md) + - [3 类图](PlantUML/markdown版/3%20类图.md) + - [4 对象图](PlantUML/markdown版/4%20对象图.md) + - [5 活动图](PlantUML/markdown版/5%20活动图.md) + - [6 状态图](PlantUML/markdown版/6%20状态图.md) + - [9 ER图](PlantUML/markdown版/9%20ER图.md) diff --git a/Postman/README.md b/Postman/README.md new file mode 100644 index 00000000..1489a3ae --- /dev/null +++ b/Postman/README.md @@ -0,0 +1,3 @@ +## Postman + +- [01 概述](Postman/01%20概述.md) diff --git a/Postman/_sidebar.md b/Postman/_sidebar.md new file mode 100644 index 00000000..22a4010b --- /dev/null +++ b/Postman/_sidebar.md @@ -0,0 +1,3 @@ +## Postman +- Postman + - [01 概述](Postman/01%20概述.md) diff --git a/Python/README.md b/Python/README.md new file mode 100644 index 00000000..a0c86791 --- /dev/null +++ b/Python/README.md @@ -0,0 +1,4 @@ +## Python + +- [Python文件理解](Python/Python文件理解.md) +- [abc实现多态](Python/abc实现多态.md) diff --git a/Python/_sidebar.md b/Python/_sidebar.md new file mode 100644 index 00000000..d69bc020 --- /dev/null +++ b/Python/_sidebar.md @@ -0,0 +1,805 @@ +## Python +- Python + - Django + - [DJango——模板层复习](Python/Django/DJango——模板层复习.md) + - [Django-Manage管理工具](Python/Django/Django-Manage管理工具.md) + - [Django-Object-Class相关类和对象的使用方法](Python/Django/Django-Object-Class相关类和对象的使用方法.md) + - [Django-QuerySet数据库查询](Python/Django/Django-QuerySet数据库查询.md) + - [Django-admin后台管理](Python/Django/Django-admin后台管理.md) + - [Django-cache缓存系统](Python/Django/Django-cache缓存系统.md) + - [Django-cookie-session实现](Python/Django/Django-cookie-session实现.md) + - [Django-form表单](Python/Django/Django-form表单.md) + - [Django-model](Python/Django/Django-model.md) + - [Django-template](Python/Django/Django-template.md) + - [Django-view](Python/Django/Django-view.md) + - [Django——三个最关键的对象](Python/Django/Django——三个最关键的对象.md) + - [Django——关于URL分组匹配问题](Python/Django/Django——关于URL分组匹配问题.md) + - [Django——基本理解](Python/Django/Django——基本理解.md) + - [Django——快捷视图函数](Python/Django/Django——快捷视图函数.md) + - [Django——数据库操作复习](Python/Django/Django——数据库操作复习.md) + - [django进阶——Settings](Python/Django/django进阶——Settings.md) + - [django进阶——models](Python/Django/django进阶——models.md) + - [django进阶——登录验证实现](Python/Django/django进阶——登录验证实现.md) + - [Python文件理解](Python/Python文件理解.md) + - Scrapy + - [Scrapy框架学习——ItemLoaders](Python/Scrapy/Scrapy框架学习——ItemLoaders.md) + - [Scrapy框架学习——Items使用](Python/Scrapy/Scrapy框架学习——Items使用.md) + - [Scrapy框架学习——命令行工具](Python/Scrapy/Scrapy框架学习——命令行工具.md) + - [Scrapy框架学习——琐碎知识整理](Python/Scrapy/Scrapy框架学习——琐碎知识整理.md) + - [Xpath学习 CSS选择器学习](Python/Scrapy/Xpath学习%20CSS选择器学习.md) + - [scrapy框架学习——Selector选择器](Python/Scrapy/scrapy框架学习——Selector选择器.md) + - [scrapy框架学习——Spiders](Python/Scrapy/scrapy框架学习——Spiders.md) + - [scrapy视频学习](Python/Scrapy/scrapy视频学习.md) + - [注意](Python/Scrapy/注意.md) + - [abc实现多态](Python/abc实现多态.md) + - conda + - [1 概述](Python/conda/1%20概述.md) + - [2 管理conda](Python/conda/2%20管理conda.md) + - [3 管理环境](Python/conda/3%20管理环境.md) + - [4 管理包](Python/conda/4%20管理包.md) + - matplotlab + - advanced + - [path_tutorial](Python/matplotlab/advanced/path_tutorial.md) + - [patheffects_guide](Python/matplotlab/advanced/patheffects_guide.md) + - [transforms_tutorial](Python/matplotlab/advanced/transforms_tutorial.md) + - colors + - [colorbar_only](Python/matplotlab/colors/colorbar_only.md) + - [colormap-manipulation](Python/matplotlab/colors/colormap-manipulation.md) + - [colormapnorms](Python/matplotlab/colors/colormapnorms.md) + - [colormaps](Python/matplotlab/colors/colormaps.md) + - [colors](Python/matplotlab/colors/colors.md) + - gallery + - animation + - [animate_decay](Python/matplotlab/gallery/animation/animate_decay.md) + - [animated_histogram](Python/matplotlab/gallery/animation/animated_histogram.md) + - [animation_demo](Python/matplotlab/gallery/animation/animation_demo.md) + - [bayes_update](Python/matplotlab/gallery/animation/bayes_update.md) + - [double_pendulum_sgskip](Python/matplotlab/gallery/animation/double_pendulum_sgskip.md) + - [dynamic_image](Python/matplotlab/gallery/animation/dynamic_image.md) + - [frame_grabbing_sgskip](Python/matplotlab/gallery/animation/frame_grabbing_sgskip.md) + - [rain](Python/matplotlab/gallery/animation/rain.md) + - [random_walk](Python/matplotlab/gallery/animation/random_walk.md) + - [simple_anim](Python/matplotlab/gallery/animation/simple_anim.md) + - [strip_chart](Python/matplotlab/gallery/animation/strip_chart.md) + - [unchained](Python/matplotlab/gallery/animation/unchained.md) + - axes_grid1 + - [demo_anchored_direction_arrows](Python/matplotlab/gallery/axes_grid1/demo_anchored_direction_arrows.md) + - [demo_axes_divider](Python/matplotlab/gallery/axes_grid1/demo_axes_divider.md) + - [demo_axes_grid](Python/matplotlab/gallery/axes_grid1/demo_axes_grid.md) + - [demo_axes_grid2](Python/matplotlab/gallery/axes_grid1/demo_axes_grid2.md) + - [demo_axes_hbox_divider](Python/matplotlab/gallery/axes_grid1/demo_axes_hbox_divider.md) + - [demo_axes_rgb](Python/matplotlab/gallery/axes_grid1/demo_axes_rgb.md) + - [demo_colorbar_of_inset_axes](Python/matplotlab/gallery/axes_grid1/demo_colorbar_of_inset_axes.md) + - [demo_colorbar_with_axes_divider](Python/matplotlab/gallery/axes_grid1/demo_colorbar_with_axes_divider.md) + - [demo_colorbar_with_inset_locator](Python/matplotlab/gallery/axes_grid1/demo_colorbar_with_inset_locator.md) + - [demo_edge_colorbar](Python/matplotlab/gallery/axes_grid1/demo_edge_colorbar.md) + - [demo_fixed_size_axes](Python/matplotlab/gallery/axes_grid1/demo_fixed_size_axes.md) + - [demo_imagegrid_aspect](Python/matplotlab/gallery/axes_grid1/demo_imagegrid_aspect.md) + - [inset_locator_demo](Python/matplotlab/gallery/axes_grid1/inset_locator_demo.md) + - [inset_locator_demo2](Python/matplotlab/gallery/axes_grid1/inset_locator_demo2.md) + - [make_room_for_ylabel_using_axesgrid](Python/matplotlab/gallery/axes_grid1/make_room_for_ylabel_using_axesgrid.md) + - [parasite_simple](Python/matplotlab/gallery/axes_grid1/parasite_simple.md) + - [parasite_simple2](Python/matplotlab/gallery/axes_grid1/parasite_simple2.md) + - [scatter_hist_locatable_axes](Python/matplotlab/gallery/axes_grid1/scatter_hist_locatable_axes.md) + - [simple_anchored_artists](Python/matplotlab/gallery/axes_grid1/simple_anchored_artists.md) + - [simple_axes_divider1](Python/matplotlab/gallery/axes_grid1/simple_axes_divider1.md) + - [simple_axes_divider2](Python/matplotlab/gallery/axes_grid1/simple_axes_divider2.md) + - [simple_axes_divider3](Python/matplotlab/gallery/axes_grid1/simple_axes_divider3.md) + - [simple_axesgrid](Python/matplotlab/gallery/axes_grid1/simple_axesgrid.md) + - [simple_axesgrid2](Python/matplotlab/gallery/axes_grid1/simple_axesgrid2.md) + - [simple_axisline4](Python/matplotlab/gallery/axes_grid1/simple_axisline4.md) + - [simple_colorbar](Python/matplotlab/gallery/axes_grid1/simple_colorbar.md) + - [simple_rgb](Python/matplotlab/gallery/axes_grid1/simple_rgb.md) + - axisartist + - [axis_direction_demo_step01](Python/matplotlab/gallery/axisartist/axis_direction_demo_step01.md) + - [axis_direction_demo_step02](Python/matplotlab/gallery/axisartist/axis_direction_demo_step02.md) + - [axis_direction_demo_step03](Python/matplotlab/gallery/axisartist/axis_direction_demo_step03.md) + - [axis_direction_demo_step04](Python/matplotlab/gallery/axisartist/axis_direction_demo_step04.md) + - [demo_axis_direction](Python/matplotlab/gallery/axisartist/demo_axis_direction.md) + - [demo_axisline_style](Python/matplotlab/gallery/axisartist/demo_axisline_style.md) + - [demo_curvelinear_grid](Python/matplotlab/gallery/axisartist/demo_curvelinear_grid.md) + - [demo_curvelinear_grid2](Python/matplotlab/gallery/axisartist/demo_curvelinear_grid2.md) + - [demo_floating_axes](Python/matplotlab/gallery/axisartist/demo_floating_axes.md) + - [demo_floating_axis](Python/matplotlab/gallery/axisartist/demo_floating_axis.md) + - [demo_parasite_axes](Python/matplotlab/gallery/axisartist/demo_parasite_axes.md) + - [demo_parasite_axes2](Python/matplotlab/gallery/axisartist/demo_parasite_axes2.md) + - [demo_ticklabel_alignment](Python/matplotlab/gallery/axisartist/demo_ticklabel_alignment.md) + - [demo_ticklabel_direction](Python/matplotlab/gallery/axisartist/demo_ticklabel_direction.md) + - [simple_axis_direction01](Python/matplotlab/gallery/axisartist/simple_axis_direction01.md) + - [simple_axis_direction03](Python/matplotlab/gallery/axisartist/simple_axis_direction03.md) + - [simple_axis_pad](Python/matplotlab/gallery/axisartist/simple_axis_pad.md) + - [simple_axisartist1](Python/matplotlab/gallery/axisartist/simple_axisartist1.md) + - [simple_axisline](Python/matplotlab/gallery/axisartist/simple_axisline.md) + - [simple_axisline2](Python/matplotlab/gallery/axisartist/simple_axisline2.md) + - [simple_axisline3](Python/matplotlab/gallery/axisartist/simple_axisline3.md) + - color + - [color_by_yvalue](Python/matplotlab/gallery/color/color_by_yvalue.md) + - [color_cycle_default](Python/matplotlab/gallery/color/color_cycle_default.md) + - [color_cycler](Python/matplotlab/gallery/color/color_cycler.md) + - [color_demo](Python/matplotlab/gallery/color/color_demo.md) + - [colorbar_basics](Python/matplotlab/gallery/color/colorbar_basics.md) + - [colormap_reference](Python/matplotlab/gallery/color/colormap_reference.md) + - [custom_cmap](Python/matplotlab/gallery/color/custom_cmap.md) + - [index](Python/matplotlab/gallery/color/index.md) + - [named_colors](Python/matplotlab/gallery/color/named_colors.md) + - [download](Python/matplotlab/gallery/download.md) + - event_handling + - [close_event](Python/matplotlab/gallery/event_handling/close_event.md) + - [coords_demo](Python/matplotlab/gallery/event_handling/coords_demo.md) + - [data_browser](Python/matplotlab/gallery/event_handling/data_browser.md) + - [figure_axes_enter_leave](Python/matplotlab/gallery/event_handling/figure_axes_enter_leave.md) + - [ginput_demo_sgskip](Python/matplotlab/gallery/event_handling/ginput_demo_sgskip.md) + - [ginput_manual_clabel_sgskip](Python/matplotlab/gallery/event_handling/ginput_manual_clabel_sgskip.md) + - [image_slices_viewer](Python/matplotlab/gallery/event_handling/image_slices_viewer.md) + - [index](Python/matplotlab/gallery/event_handling/index.md) + - [keypress_demo](Python/matplotlab/gallery/event_handling/keypress_demo.md) + - [lasso_demo](Python/matplotlab/gallery/event_handling/lasso_demo.md) + - [legend_picking](Python/matplotlab/gallery/event_handling/legend_picking.md) + - [looking_glass](Python/matplotlab/gallery/event_handling/looking_glass.md) + - [path_editor](Python/matplotlab/gallery/event_handling/path_editor.md) + - [pick_event_demo](Python/matplotlab/gallery/event_handling/pick_event_demo.md) + - [pick_event_demo2](Python/matplotlab/gallery/event_handling/pick_event_demo2.md) + - [pipong](Python/matplotlab/gallery/event_handling/pipong.md) + - [poly_editor](Python/matplotlab/gallery/event_handling/poly_editor.md) + - [pong_sgskip](Python/matplotlab/gallery/event_handling/pong_sgskip.md) + - [resample](Python/matplotlab/gallery/event_handling/resample.md) + - [timers](Python/matplotlab/gallery/event_handling/timers.md) + - [trifinder_event_demo](Python/matplotlab/gallery/event_handling/trifinder_event_demo.md) + - [viewlims](Python/matplotlab/gallery/event_handling/viewlims.md) + - [zoom_window](Python/matplotlab/gallery/event_handling/zoom_window.md) + - frontpage + - [3D](Python/matplotlab/gallery/frontpage/3D.md) + - [contour](Python/matplotlab/gallery/frontpage/contour.md) + - [histogram](Python/matplotlab/gallery/frontpage/histogram.md) + - [membrane](Python/matplotlab/gallery/frontpage/membrane.md) + - images_contours_and_fields + - [affine_image](Python/matplotlab/gallery/images_contours_and_fields/affine_image.md) + - [barb_demo](Python/matplotlab/gallery/images_contours_and_fields/barb_demo.md) + - [barcode_demo](Python/matplotlab/gallery/images_contours_and_fields/barcode_demo.md) + - [contour_corner_mask](Python/matplotlab/gallery/images_contours_and_fields/contour_corner_mask.md) + - [contour_demo](Python/matplotlab/gallery/images_contours_and_fields/contour_demo.md) + - [contour_image](Python/matplotlab/gallery/images_contours_and_fields/contour_image.md) + - [contour_label_demo](Python/matplotlab/gallery/images_contours_and_fields/contour_label_demo.md) + - [contourf_demo](Python/matplotlab/gallery/images_contours_and_fields/contourf_demo.md) + - [contourf_hatching](Python/matplotlab/gallery/images_contours_and_fields/contourf_hatching.md) + - [contourf_log](Python/matplotlab/gallery/images_contours_and_fields/contourf_log.md) + - [custom_cmap](Python/matplotlab/gallery/images_contours_and_fields/custom_cmap.md) + - [demo_bboximage](Python/matplotlab/gallery/images_contours_and_fields/demo_bboximage.md) + - [figimage_demo](Python/matplotlab/gallery/images_contours_and_fields/figimage_demo.md) + - [image_annotated_heatmap](Python/matplotlab/gallery/images_contours_and_fields/image_annotated_heatmap.md) + - [image_clip_path](Python/matplotlab/gallery/images_contours_and_fields/image_clip_path.md) + - [image_demo](Python/matplotlab/gallery/images_contours_and_fields/image_demo.md) + - [image_masked](Python/matplotlab/gallery/images_contours_and_fields/image_masked.md) + - [image_nonuniform](Python/matplotlab/gallery/images_contours_and_fields/image_nonuniform.md) + - [image_transparency_blend](Python/matplotlab/gallery/images_contours_and_fields/image_transparency_blend.md) + - [image_zcoord](Python/matplotlab/gallery/images_contours_and_fields/image_zcoord.md) + - [interpolation_methods](Python/matplotlab/gallery/images_contours_and_fields/interpolation_methods.md) + - [irregulardatagrid](Python/matplotlab/gallery/images_contours_and_fields/irregulardatagrid.md) + - [layer_images](Python/matplotlab/gallery/images_contours_and_fields/layer_images.md) + - [matshow](Python/matplotlab/gallery/images_contours_and_fields/matshow.md) + - [multi_image](Python/matplotlab/gallery/images_contours_and_fields/multi_image.md) + - [pcolor_demo](Python/matplotlab/gallery/images_contours_and_fields/pcolor_demo.md) + - [pcolormesh_levels](Python/matplotlab/gallery/images_contours_and_fields/pcolormesh_levels.md) + - [plot_streamplot](Python/matplotlab/gallery/images_contours_and_fields/plot_streamplot.md) + - [quadmesh_demo](Python/matplotlab/gallery/images_contours_and_fields/quadmesh_demo.md) + - [quiver_demo](Python/matplotlab/gallery/images_contours_and_fields/quiver_demo.md) + - [quiver_simple_demo](Python/matplotlab/gallery/images_contours_and_fields/quiver_simple_demo.md) + - [shading_example](Python/matplotlab/gallery/images_contours_and_fields/shading_example.md) + - [specgram_demo](Python/matplotlab/gallery/images_contours_and_fields/specgram_demo.md) + - [spy_demos](Python/matplotlab/gallery/images_contours_and_fields/spy_demos.md) + - [tricontour_demo](Python/matplotlab/gallery/images_contours_and_fields/tricontour_demo.md) + - [tricontour_smooth_delaunay](Python/matplotlab/gallery/images_contours_and_fields/tricontour_smooth_delaunay.md) + - [tricontour_smooth_user](Python/matplotlab/gallery/images_contours_and_fields/tricontour_smooth_user.md) + - [trigradient_demo](Python/matplotlab/gallery/images_contours_and_fields/trigradient_demo.md) + - [triinterp_demo](Python/matplotlab/gallery/images_contours_and_fields/triinterp_demo.md) + - [tripcolor_demo](Python/matplotlab/gallery/images_contours_and_fields/tripcolor_demo.md) + - [triplot_demo](Python/matplotlab/gallery/images_contours_and_fields/triplot_demo.md) + - [watermark_image](Python/matplotlab/gallery/images_contours_and_fields/watermark_image.md) + - lines_bars_and_markers + - [arctest](Python/matplotlab/gallery/lines_bars_and_markers/arctest.md) + - [bar_stacked](Python/matplotlab/gallery/lines_bars_and_markers/bar_stacked.md) + - [barchart](Python/matplotlab/gallery/lines_bars_and_markers/barchart.md) + - [broken_barh](Python/matplotlab/gallery/lines_bars_and_markers/broken_barh.md) + - [categorical_variables](Python/matplotlab/gallery/lines_bars_and_markers/categorical_variables.md) + - [cohere](Python/matplotlab/gallery/lines_bars_and_markers/cohere.md) + - [csd_demo](Python/matplotlab/gallery/lines_bars_and_markers/csd_demo.md) + - [errorbar_limits_simple](Python/matplotlab/gallery/lines_bars_and_markers/errorbar_limits_simple.md) + - [errorbar_subsample](Python/matplotlab/gallery/lines_bars_and_markers/errorbar_subsample.md) + - [eventcollection_demo](Python/matplotlab/gallery/lines_bars_and_markers/eventcollection_demo.md) + - [eventplot_demo](Python/matplotlab/gallery/lines_bars_and_markers/eventplot_demo.md) + - [fill](Python/matplotlab/gallery/lines_bars_and_markers/fill.md) + - [fill_between_demo](Python/matplotlab/gallery/lines_bars_and_markers/fill_between_demo.md) + - [fill_betweenx_demo](Python/matplotlab/gallery/lines_bars_and_markers/fill_betweenx_demo.md) + - [filled_step](Python/matplotlab/gallery/lines_bars_and_markers/filled_step.md) + - [gradient_bar](Python/matplotlab/gallery/lines_bars_and_markers/gradient_bar.md) + - [horizontal_bar_chart](Python/matplotlab/gallery/lines_bars_and_markers/horizontal_bar_chart.md) + - [interp_demo](Python/matplotlab/gallery/lines_bars_and_markers/interp_demo.md) + - [joinstyle](Python/matplotlab/gallery/lines_bars_and_markers/joinstyle.md) + - [line_demo_dash_control](Python/matplotlab/gallery/lines_bars_and_markers/line_demo_dash_control.md) + - [line_styles_reference](Python/matplotlab/gallery/lines_bars_and_markers/line_styles_reference.md) + - [linestyles](Python/matplotlab/gallery/lines_bars_and_markers/linestyles.md) + - [marker_fillstyle_reference](Python/matplotlab/gallery/lines_bars_and_markers/marker_fillstyle_reference.md) + - [marker_reference](Python/matplotlab/gallery/lines_bars_and_markers/marker_reference.md) + - [markevery_demo](Python/matplotlab/gallery/lines_bars_and_markers/markevery_demo.md) + - [markevery_prop_cycle](Python/matplotlab/gallery/lines_bars_and_markers/markevery_prop_cycle.md) + - [masked_demo](Python/matplotlab/gallery/lines_bars_and_markers/masked_demo.md) + - [multicolored_line](Python/matplotlab/gallery/lines_bars_and_markers/multicolored_line.md) + - [nan_test](Python/matplotlab/gallery/lines_bars_and_markers/nan_test.md) + - [psd_demo](Python/matplotlab/gallery/lines_bars_and_markers/psd_demo.md) + - [scatter_custom_symbol](Python/matplotlab/gallery/lines_bars_and_markers/scatter_custom_symbol.md) + - [scatter_demo2](Python/matplotlab/gallery/lines_bars_and_markers/scatter_demo2.md) + - [scatter_hist](Python/matplotlab/gallery/lines_bars_and_markers/scatter_hist.md) + - [scatter_masked](Python/matplotlab/gallery/lines_bars_and_markers/scatter_masked.md) + - [scatter_piecharts](Python/matplotlab/gallery/lines_bars_and_markers/scatter_piecharts.md) + - [scatter_star_poly](Python/matplotlab/gallery/lines_bars_and_markers/scatter_star_poly.md) + - [scatter_symbol](Python/matplotlab/gallery/lines_bars_and_markers/scatter_symbol.md) + - [scatter_with_legend](Python/matplotlab/gallery/lines_bars_and_markers/scatter_with_legend.md) + - [simple_plot](Python/matplotlab/gallery/lines_bars_and_markers/simple_plot.md) + - [span_regions](Python/matplotlab/gallery/lines_bars_and_markers/span_regions.md) + - [spectrum_demo](Python/matplotlab/gallery/lines_bars_and_markers/spectrum_demo.md) + - [stackplot_demo](Python/matplotlab/gallery/lines_bars_and_markers/stackplot_demo.md) + - [stem_plot](Python/matplotlab/gallery/lines_bars_and_markers/stem_plot.md) + - [step_demo](Python/matplotlab/gallery/lines_bars_and_markers/step_demo.md) + - [timeline](Python/matplotlab/gallery/lines_bars_and_markers/timeline.md) + - [vline_hline_demo](Python/matplotlab/gallery/lines_bars_and_markers/vline_hline_demo.md) + - [xcorr_acorr_demo](Python/matplotlab/gallery/lines_bars_and_markers/xcorr_acorr_demo.md) + - misc + - [agg_buffer](Python/matplotlab/gallery/misc/agg_buffer.md) + - [agg_buffer_to_array](Python/matplotlab/gallery/misc/agg_buffer_to_array.md) + - [anchored_artists](Python/matplotlab/gallery/misc/anchored_artists.md) + - [bbox_intersect](Python/matplotlab/gallery/misc/bbox_intersect.md) + - [contour_manual](Python/matplotlab/gallery/misc/contour_manual.md) + - [coords_report](Python/matplotlab/gallery/misc/coords_report.md) + - [cursor_demo_sgskip](Python/matplotlab/gallery/misc/cursor_demo_sgskip.md) + - [custom_projection](Python/matplotlab/gallery/misc/custom_projection.md) + - [customize_rc](Python/matplotlab/gallery/misc/customize_rc.md) + - [demo_agg_filter](Python/matplotlab/gallery/misc/demo_agg_filter.md) + - [demo_ribbon_box](Python/matplotlab/gallery/misc/demo_ribbon_box.md) + - [fill_spiral](Python/matplotlab/gallery/misc/fill_spiral.md) + - [findobj_demo](Python/matplotlab/gallery/misc/findobj_demo.md) + - [font_indexing](Python/matplotlab/gallery/misc/font_indexing.md) + - [ftface_props](Python/matplotlab/gallery/misc/ftface_props.md) + - [histogram_path](Python/matplotlab/gallery/misc/histogram_path.md) + - [hyperlinks_sgskip](Python/matplotlab/gallery/misc/hyperlinks_sgskip.md) + - [image_thumbnail_sgskip](Python/matplotlab/gallery/misc/image_thumbnail_sgskip.md) + - [keyword_plotting](Python/matplotlab/gallery/misc/keyword_plotting.md) + - [load_converter](Python/matplotlab/gallery/misc/load_converter.md) + - [logos2](Python/matplotlab/gallery/misc/logos2.md) + - [multipage_pdf](Python/matplotlab/gallery/misc/multipage_pdf.md) + - [multiprocess_sgskip](Python/matplotlab/gallery/misc/multiprocess_sgskip.md) + - [patheffect_demo](Python/matplotlab/gallery/misc/patheffect_demo.md) + - [plotfile_demo](Python/matplotlab/gallery/misc/plotfile_demo.md) + - [print_stdout_sgskip](Python/matplotlab/gallery/misc/print_stdout_sgskip.md) + - [pythonic_matplotlib](Python/matplotlab/gallery/misc/pythonic_matplotlib.md) + - [rasterization_demo](Python/matplotlab/gallery/misc/rasterization_demo.md) + - [set_and_get](Python/matplotlab/gallery/misc/set_and_get.md) + - [svg_filter_line](Python/matplotlab/gallery/misc/svg_filter_line.md) + - [svg_filter_pie](Python/matplotlab/gallery/misc/svg_filter_pie.md) + - [table_demo](Python/matplotlab/gallery/misc/table_demo.md) + - [tight_bbox_test](Python/matplotlab/gallery/misc/tight_bbox_test.md) + - [transoffset](Python/matplotlab/gallery/misc/transoffset.md) + - [zorder_demo](Python/matplotlab/gallery/misc/zorder_demo.md) + - mplot3d + - [2dcollections3d](Python/matplotlab/gallery/mplot3d/2dcollections3d.md) + - [3d_bars](Python/matplotlab/gallery/mplot3d/3d_bars.md) + - [bars3d](Python/matplotlab/gallery/mplot3d/bars3d.md) + - [contour3d](Python/matplotlab/gallery/mplot3d/contour3d.md) + - [contour3d_2](Python/matplotlab/gallery/mplot3d/contour3d_2.md) + - [contour3d_3](Python/matplotlab/gallery/mplot3d/contour3d_3.md) + - [contourf3d](Python/matplotlab/gallery/mplot3d/contourf3d.md) + - [contourf3d_2](Python/matplotlab/gallery/mplot3d/contourf3d_2.md) + - [custom_shaded_3d_surface](Python/matplotlab/gallery/mplot3d/custom_shaded_3d_surface.md) + - [hist3d](Python/matplotlab/gallery/mplot3d/hist3d.md) + - [lines3d](Python/matplotlab/gallery/mplot3d/lines3d.md) + - [lorenz_attractor](Python/matplotlab/gallery/mplot3d/lorenz_attractor.md) + - [mixed_subplots](Python/matplotlab/gallery/mplot3d/mixed_subplots.md) + - [offset](Python/matplotlab/gallery/mplot3d/offset.md) + - [pathpatch3d](Python/matplotlab/gallery/mplot3d/pathpatch3d.md) + - [polys3d](Python/matplotlab/gallery/mplot3d/polys3d.md) + - [quiver3d](Python/matplotlab/gallery/mplot3d/quiver3d.md) + - [rotate_axes3d_sgskip](Python/matplotlab/gallery/mplot3d/rotate_axes3d_sgskip.md) + - [scatter3d](Python/matplotlab/gallery/mplot3d/scatter3d.md) + - [subplot3d](Python/matplotlab/gallery/mplot3d/subplot3d.md) + - [surface3d](Python/matplotlab/gallery/mplot3d/surface3d.md) + - [surface3d_2](Python/matplotlab/gallery/mplot3d/surface3d_2.md) + - [surface3d_3](Python/matplotlab/gallery/mplot3d/surface3d_3.md) + - [surface3d_radial](Python/matplotlab/gallery/mplot3d/surface3d_radial.md) + - [text3d](Python/matplotlab/gallery/mplot3d/text3d.md) + - [tricontour3d](Python/matplotlab/gallery/mplot3d/tricontour3d.md) + - [tricontourf3d](Python/matplotlab/gallery/mplot3d/tricontourf3d.md) + - [trisurf3d](Python/matplotlab/gallery/mplot3d/trisurf3d.md) + - [trisurf3d_2](Python/matplotlab/gallery/mplot3d/trisurf3d_2.md) + - [voxels](Python/matplotlab/gallery/mplot3d/voxels.md) + - [voxels_numpy_logo](Python/matplotlab/gallery/mplot3d/voxels_numpy_logo.md) + - [voxels_rgb](Python/matplotlab/gallery/mplot3d/voxels_rgb.md) + - [voxels_torus](Python/matplotlab/gallery/mplot3d/voxels_torus.md) + - [wire3d](Python/matplotlab/gallery/mplot3d/wire3d.md) + - [wire3d_animation_sgskip](Python/matplotlab/gallery/mplot3d/wire3d_animation_sgskip.md) + - [wire3d_zero_stride](Python/matplotlab/gallery/mplot3d/wire3d_zero_stride.md) + - pie_and_polar_charts + - [nested_pie](Python/matplotlab/gallery/pie_and_polar_charts/nested_pie.md) + - [pie_and_donut_labels](Python/matplotlab/gallery/pie_and_polar_charts/pie_and_donut_labels.md) + - [pie_demo2](Python/matplotlab/gallery/pie_and_polar_charts/pie_demo2.md) + - [pie_features](Python/matplotlab/gallery/pie_and_polar_charts/pie_features.md) + - [polar_bar](Python/matplotlab/gallery/pie_and_polar_charts/polar_bar.md) + - [polar_demo](Python/matplotlab/gallery/pie_and_polar_charts/polar_demo.md) + - [polar_legend](Python/matplotlab/gallery/pie_and_polar_charts/polar_legend.md) + - [polar_scatter](Python/matplotlab/gallery/pie_and_polar_charts/polar_scatter.md) + - pyplots + - [align_ylabels](Python/matplotlab/gallery/pyplots/align_ylabels.md) + - [annotate_transform](Python/matplotlab/gallery/pyplots/annotate_transform.md) + - [annotation_basic](Python/matplotlab/gallery/pyplots/annotation_basic.md) + - [annotation_polar](Python/matplotlab/gallery/pyplots/annotation_polar.md) + - [auto_subplots_adjust](Python/matplotlab/gallery/pyplots/auto_subplots_adjust.md) + - [boxplot_demo_pyplot](Python/matplotlab/gallery/pyplots/boxplot_demo_pyplot.md) + - [dollar_ticks](Python/matplotlab/gallery/pyplots/dollar_ticks.md) + - [fig_axes_customize_simple](Python/matplotlab/gallery/pyplots/fig_axes_customize_simple.md) + - [fig_axes_labels_simple](Python/matplotlab/gallery/pyplots/fig_axes_labels_simple.md) + - [fig_x](Python/matplotlab/gallery/pyplots/fig_x.md) + - [pyplot_formatstr](Python/matplotlab/gallery/pyplots/pyplot_formatstr.md) + - [pyplot_mathtext](Python/matplotlab/gallery/pyplots/pyplot_mathtext.md) + - [pyplot_scales](Python/matplotlab/gallery/pyplots/pyplot_scales.md) + - [pyplot_simple](Python/matplotlab/gallery/pyplots/pyplot_simple.md) + - [pyplot_text](Python/matplotlab/gallery/pyplots/pyplot_text.md) + - [pyplot_three](Python/matplotlab/gallery/pyplots/pyplot_three.md) + - [pyplot_two_subplots](Python/matplotlab/gallery/pyplots/pyplot_two_subplots.md) + - [text_commands](Python/matplotlab/gallery/pyplots/text_commands.md) + - [text_layout](Python/matplotlab/gallery/pyplots/text_layout.md) + - [whats_new_1_subplot3d](Python/matplotlab/gallery/pyplots/whats_new_1_subplot3d.md) + - [whats_new_98_4_fancy](Python/matplotlab/gallery/pyplots/whats_new_98_4_fancy.md) + - [whats_new_98_4_fill_between](Python/matplotlab/gallery/pyplots/whats_new_98_4_fill_between.md) + - [whats_new_98_4_legend](Python/matplotlab/gallery/pyplots/whats_new_98_4_legend.md) + - [whats_new_99_axes_grid](Python/matplotlab/gallery/pyplots/whats_new_99_axes_grid.md) + - [whats_new_99_mplot3d](Python/matplotlab/gallery/pyplots/whats_new_99_mplot3d.md) + - [whats_new_99_spines](Python/matplotlab/gallery/pyplots/whats_new_99_spines.md) + - recipes + - [common_date_problems](Python/matplotlab/gallery/recipes/common_date_problems.md) + - [create_subplots](Python/matplotlab/gallery/recipes/create_subplots.md) + - [fill_between_alpha](Python/matplotlab/gallery/recipes/fill_between_alpha.md) + - [index](Python/matplotlab/gallery/recipes/index.md) + - [placing_text_boxes](Python/matplotlab/gallery/recipes/placing_text_boxes.md) + - [share_axis_lims_views](Python/matplotlab/gallery/recipes/share_axis_lims_views.md) + - [transparent_legends](Python/matplotlab/gallery/recipes/transparent_legends.md) + - scales + - [aspect_loglog](Python/matplotlab/gallery/scales/aspect_loglog.md) + - [custom_scale](Python/matplotlab/gallery/scales/custom_scale.md) + - [index](Python/matplotlab/gallery/scales/index.md) + - [log_bar](Python/matplotlab/gallery/scales/log_bar.md) + - [log_demo](Python/matplotlab/gallery/scales/log_demo.md) + - [log_test](Python/matplotlab/gallery/scales/log_test.md) + - [power_norm](Python/matplotlab/gallery/scales/power_norm.md) + - [scales](Python/matplotlab/gallery/scales/scales.md) + - [symlog_demo](Python/matplotlab/gallery/scales/symlog_demo.md) + - shapes_and_collections + - [arrow_guide](Python/matplotlab/gallery/shapes_and_collections/arrow_guide.md) + - [artist_reference](Python/matplotlab/gallery/shapes_and_collections/artist_reference.md) + - [collections](Python/matplotlab/gallery/shapes_and_collections/collections.md) + - [compound_path](Python/matplotlab/gallery/shapes_and_collections/compound_path.md) + - [dolphin](Python/matplotlab/gallery/shapes_and_collections/dolphin.md) + - [donut](Python/matplotlab/gallery/shapes_and_collections/donut.md) + - [ellipse_collection](Python/matplotlab/gallery/shapes_and_collections/ellipse_collection.md) + - [ellipse_demo](Python/matplotlab/gallery/shapes_and_collections/ellipse_demo.md) + - [fancybox_demo](Python/matplotlab/gallery/shapes_and_collections/fancybox_demo.md) + - [hatch_demo](Python/matplotlab/gallery/shapes_and_collections/hatch_demo.md) + - [line_collection](Python/matplotlab/gallery/shapes_and_collections/line_collection.md) + - [marker_path](Python/matplotlab/gallery/shapes_and_collections/marker_path.md) + - [patch_collection](Python/matplotlab/gallery/shapes_and_collections/patch_collection.md) + - [path_patch](Python/matplotlab/gallery/shapes_and_collections/path_patch.md) + - [quad_bezier](Python/matplotlab/gallery/shapes_and_collections/quad_bezier.md) + - [scatter](Python/matplotlab/gallery/shapes_and_collections/scatter.md) + - showcase + - [anatomy](Python/matplotlab/gallery/showcase/anatomy.md) + - [bachelors_degrees_by_gender](Python/matplotlab/gallery/showcase/bachelors_degrees_by_gender.md) + - [firefox](Python/matplotlab/gallery/showcase/firefox.md) + - [integral](Python/matplotlab/gallery/showcase/integral.md) + - [mandelbrot](Python/matplotlab/gallery/showcase/mandelbrot.md) + - [xkcd](Python/matplotlab/gallery/showcase/xkcd.md) + - specialty_plots + - [advanced_hillshading](Python/matplotlab/gallery/specialty_plots/advanced_hillshading.md) + - [anscombe](Python/matplotlab/gallery/specialty_plots/anscombe.md) + - [hinton_demo](Python/matplotlab/gallery/specialty_plots/hinton_demo.md) + - [leftventricle_bulleye](Python/matplotlab/gallery/specialty_plots/leftventricle_bulleye.md) + - [mri_demo](Python/matplotlab/gallery/specialty_plots/mri_demo.md) + - [mri_with_eeg](Python/matplotlab/gallery/specialty_plots/mri_with_eeg.md) + - [radar_chart](Python/matplotlab/gallery/specialty_plots/radar_chart.md) + - [sankey_basics](Python/matplotlab/gallery/specialty_plots/sankey_basics.md) + - [sankey_links](Python/matplotlab/gallery/specialty_plots/sankey_links.md) + - [sankey_rankine](Python/matplotlab/gallery/specialty_plots/sankey_rankine.md) + - [skewt](Python/matplotlab/gallery/specialty_plots/skewt.md) + - [system_monitor](Python/matplotlab/gallery/specialty_plots/system_monitor.md) + - [topographic_hillshading](Python/matplotlab/gallery/specialty_plots/topographic_hillshading.md) + - statistics + - [barchart_demo](Python/matplotlab/gallery/statistics/barchart_demo.md) + - [boxplot](Python/matplotlab/gallery/statistics/boxplot.md) + - [boxplot_color](Python/matplotlab/gallery/statistics/boxplot_color.md) + - [boxplot_demo](Python/matplotlab/gallery/statistics/boxplot_demo.md) + - [boxplot_vs_violin](Python/matplotlab/gallery/statistics/boxplot_vs_violin.md) + - [bxp](Python/matplotlab/gallery/statistics/bxp.md) + - [customized_violin](Python/matplotlab/gallery/statistics/customized_violin.md) + - [errorbar](Python/matplotlab/gallery/statistics/errorbar.md) + - [errorbar_features](Python/matplotlab/gallery/statistics/errorbar_features.md) + - [errorbar_limits](Python/matplotlab/gallery/statistics/errorbar_limits.md) + - [errorbars_and_boxes](Python/matplotlab/gallery/statistics/errorbars_and_boxes.md) + - [hexbin_demo](Python/matplotlab/gallery/statistics/hexbin_demo.md) + - [hist](Python/matplotlab/gallery/statistics/hist.md) + - [histogram_cumulative](Python/matplotlab/gallery/statistics/histogram_cumulative.md) + - [histogram_features](Python/matplotlab/gallery/statistics/histogram_features.md) + - [histogram_histtypes](Python/matplotlab/gallery/statistics/histogram_histtypes.md) + - [histogram_multihist](Python/matplotlab/gallery/statistics/histogram_multihist.md) + - [multiple_histograms_side_by_side](Python/matplotlab/gallery/statistics/multiple_histograms_side_by_side.md) + - [violinplot](Python/matplotlab/gallery/statistics/violinplot.md) + - style_sheets + - [bmh](Python/matplotlab/gallery/style_sheets/bmh.md) + - [dark_background](Python/matplotlab/gallery/style_sheets/dark_background.md) + - [fivethirtyeight](Python/matplotlab/gallery/style_sheets/fivethirtyeight.md) + - [ggplot](Python/matplotlab/gallery/style_sheets/ggplot.md) + - [grayscale](Python/matplotlab/gallery/style_sheets/grayscale.md) + - [plot_solarizedlight2](Python/matplotlab/gallery/style_sheets/plot_solarizedlight2.md) + - [style_sheets_reference](Python/matplotlab/gallery/style_sheets/style_sheets_reference.md) + - subplots_axes_and_figures + - [align_labels_demo](Python/matplotlab/gallery/subplots_axes_and_figures/align_labels_demo.md) + - [axes_demo](Python/matplotlab/gallery/subplots_axes_and_figures/axes_demo.md) + - [axes_margins](Python/matplotlab/gallery/subplots_axes_and_figures/axes_margins.md) + - [axes_props](Python/matplotlab/gallery/subplots_axes_and_figures/axes_props.md) + - [axes_zoom_effect](Python/matplotlab/gallery/subplots_axes_and_figures/axes_zoom_effect.md) + - [axhspan_demo](Python/matplotlab/gallery/subplots_axes_and_figures/axhspan_demo.md) + - [axis_equal_demo](Python/matplotlab/gallery/subplots_axes_and_figures/axis_equal_demo.md) + - [broken_axis](Python/matplotlab/gallery/subplots_axes_and_figures/broken_axis.md) + - [colorbar_placement](Python/matplotlab/gallery/subplots_axes_and_figures/colorbar_placement.md) + - [custom_figure_class](Python/matplotlab/gallery/subplots_axes_and_figures/custom_figure_class.md) + - [demo_constrained_layout](Python/matplotlab/gallery/subplots_axes_and_figures/demo_constrained_layout.md) + - [demo_tight_layout](Python/matplotlab/gallery/subplots_axes_and_figures/demo_tight_layout.md) + - [fahrenheit_celsius_scales](Python/matplotlab/gallery/subplots_axes_and_figures/fahrenheit_celsius_scales.md) + - [figure_title](Python/matplotlab/gallery/subplots_axes_and_figures/figure_title.md) + - [ganged_plots](Python/matplotlab/gallery/subplots_axes_and_figures/ganged_plots.md) + - [geo_demo](Python/matplotlab/gallery/subplots_axes_and_figures/geo_demo.md) + - [gridspec_and_subplots](Python/matplotlab/gallery/subplots_axes_and_figures/gridspec_and_subplots.md) + - [gridspec_multicolumn](Python/matplotlab/gallery/subplots_axes_and_figures/gridspec_multicolumn.md) + - [gridspec_nested](Python/matplotlab/gallery/subplots_axes_and_figures/gridspec_nested.md) + - [invert_axes](Python/matplotlab/gallery/subplots_axes_and_figures/invert_axes.md) + - [multiple_figs_demo](Python/matplotlab/gallery/subplots_axes_and_figures/multiple_figs_demo.md) + - [shared_axis_demo](Python/matplotlab/gallery/subplots_axes_and_figures/shared_axis_demo.md) + - [subplot](Python/matplotlab/gallery/subplots_axes_and_figures/subplot.md) + - [subplot_demo](Python/matplotlab/gallery/subplots_axes_and_figures/subplot_demo.md) + - [subplot_toolbar](Python/matplotlab/gallery/subplots_axes_and_figures/subplot_toolbar.md) + - [subplots_adjust](Python/matplotlab/gallery/subplots_axes_and_figures/subplots_adjust.md) + - [subplots_demo](Python/matplotlab/gallery/subplots_axes_and_figures/subplots_demo.md) + - [two_scales](Python/matplotlab/gallery/subplots_axes_and_figures/two_scales.md) + - [zoom_inset_axes](Python/matplotlab/gallery/subplots_axes_and_figures/zoom_inset_axes.md) + - text_labels_and_annotations + - [accented_text](Python/matplotlab/gallery/text_labels_and_annotations/accented_text.md) + - [annotation_demo](Python/matplotlab/gallery/text_labels_and_annotations/annotation_demo.md) + - [arrow_demo](Python/matplotlab/gallery/text_labels_and_annotations/arrow_demo.md) + - [arrow_simple_demo](Python/matplotlab/gallery/text_labels_and_annotations/arrow_simple_demo.md) + - [autowrap](Python/matplotlab/gallery/text_labels_and_annotations/autowrap.md) + - [custom_legends](Python/matplotlab/gallery/text_labels_and_annotations/custom_legends.md) + - [dashpointlabel](Python/matplotlab/gallery/text_labels_and_annotations/dashpointlabel.md) + - [date](Python/matplotlab/gallery/text_labels_and_annotations/date.md) + - [date_index_formatter](Python/matplotlab/gallery/text_labels_and_annotations/date_index_formatter.md) + - [demo_annotation_box](Python/matplotlab/gallery/text_labels_and_annotations/demo_annotation_box.md) + - [demo_text_path](Python/matplotlab/gallery/text_labels_and_annotations/demo_text_path.md) + - [demo_text_rotation_mode](Python/matplotlab/gallery/text_labels_and_annotations/demo_text_rotation_mode.md) + - [dfrac_demo](Python/matplotlab/gallery/text_labels_and_annotations/dfrac_demo.md) + - [engineering_formatter](Python/matplotlab/gallery/text_labels_and_annotations/engineering_formatter.md) + - [fancyarrow_demo](Python/matplotlab/gallery/text_labels_and_annotations/fancyarrow_demo.md) + - [fancytextbox_demo](Python/matplotlab/gallery/text_labels_and_annotations/fancytextbox_demo.md) + - [figlegend_demo](Python/matplotlab/gallery/text_labels_and_annotations/figlegend_demo.md) + - [font_family_rc_sgskip](Python/matplotlab/gallery/text_labels_and_annotations/font_family_rc_sgskip.md) + - [font_file](Python/matplotlab/gallery/text_labels_and_annotations/font_file.md) + - [font_table_ttf_sgskip](Python/matplotlab/gallery/text_labels_and_annotations/font_table_ttf_sgskip.md) + - [fonts_demo](Python/matplotlab/gallery/text_labels_and_annotations/fonts_demo.md) + - [fonts_demo_kw](Python/matplotlab/gallery/text_labels_and_annotations/fonts_demo_kw.md) + - [legend](Python/matplotlab/gallery/text_labels_and_annotations/legend.md) + - [legend_demo](Python/matplotlab/gallery/text_labels_and_annotations/legend_demo.md) + - [line_with_text](Python/matplotlab/gallery/text_labels_and_annotations/line_with_text.md) + - [mathtext_asarray](Python/matplotlab/gallery/text_labels_and_annotations/mathtext_asarray.md) + - [mathtext_demo](Python/matplotlab/gallery/text_labels_and_annotations/mathtext_demo.md) + - [mathtext_examples](Python/matplotlab/gallery/text_labels_and_annotations/mathtext_examples.md) + - [multiline](Python/matplotlab/gallery/text_labels_and_annotations/multiline.md) + - [rainbow_text](Python/matplotlab/gallery/text_labels_and_annotations/rainbow_text.md) + - [stix_fonts_demo](Python/matplotlab/gallery/text_labels_and_annotations/stix_fonts_demo.md) + - [tex_demo](Python/matplotlab/gallery/text_labels_and_annotations/tex_demo.md) + - [text_alignment](Python/matplotlab/gallery/text_labels_and_annotations/text_alignment.md) + - [text_fontdict](Python/matplotlab/gallery/text_labels_and_annotations/text_fontdict.md) + - [text_rotation](Python/matplotlab/gallery/text_labels_and_annotations/text_rotation.md) + - [text_rotation_relative_to_line](Python/matplotlab/gallery/text_labels_and_annotations/text_rotation_relative_to_line.md) + - [titles_demo](Python/matplotlab/gallery/text_labels_and_annotations/titles_demo.md) + - [unicode_minus](Python/matplotlab/gallery/text_labels_and_annotations/unicode_minus.md) + - [usetex_baseline_test](Python/matplotlab/gallery/text_labels_and_annotations/usetex_baseline_test.md) + - [usetex_demo](Python/matplotlab/gallery/text_labels_and_annotations/usetex_demo.md) + - [usetex_fonteffects](Python/matplotlab/gallery/text_labels_and_annotations/usetex_fonteffects.md) + - [watermark_text](Python/matplotlab/gallery/text_labels_and_annotations/watermark_text.md) + - ticks_and_spines + - [auto_ticks](Python/matplotlab/gallery/ticks_and_spines/auto_ticks.md) + - [centered_ticklabels](Python/matplotlab/gallery/ticks_and_spines/centered_ticklabels.md) + - [colorbar_tick_labelling_demo](Python/matplotlab/gallery/ticks_and_spines/colorbar_tick_labelling_demo.md) + - [custom_ticker1](Python/matplotlab/gallery/ticks_and_spines/custom_ticker1.md) + - [date_demo_convert](Python/matplotlab/gallery/ticks_and_spines/date_demo_convert.md) + - [date_demo_rrule](Python/matplotlab/gallery/ticks_and_spines/date_demo_rrule.md) + - [date_index_formatter2](Python/matplotlab/gallery/ticks_and_spines/date_index_formatter2.md) + - [major_minor_demo](Python/matplotlab/gallery/ticks_and_spines/major_minor_demo.md) + - [multiple_yaxis_with_spines](Python/matplotlab/gallery/ticks_and_spines/multiple_yaxis_with_spines.md) + - [scalarformatter](Python/matplotlab/gallery/ticks_and_spines/scalarformatter.md) + - [spine_placement_demo](Python/matplotlab/gallery/ticks_and_spines/spine_placement_demo.md) + - [spines](Python/matplotlab/gallery/ticks_and_spines/spines.md) + - [spines_bounds](Python/matplotlab/gallery/ticks_and_spines/spines_bounds.md) + - [spines_dropped](Python/matplotlab/gallery/ticks_and_spines/spines_dropped.md) + - [tick_formatters](Python/matplotlab/gallery/ticks_and_spines/tick_formatters.md) + - [tick_label_right](Python/matplotlab/gallery/ticks_and_spines/tick_label_right.md) + - [tick_labels_from_values](Python/matplotlab/gallery/ticks_and_spines/tick_labels_from_values.md) + - [tick_locators](Python/matplotlab/gallery/ticks_and_spines/tick_locators.md) + - [tick_xlabel_top](Python/matplotlab/gallery/ticks_and_spines/tick_xlabel_top.md) + - [ticklabels_rotation](Python/matplotlab/gallery/ticks_and_spines/ticklabels_rotation.md) + - units + - [annotate_with_units](Python/matplotlab/gallery/units/annotate_with_units.md) + - [artist_tests](Python/matplotlab/gallery/units/artist_tests.md) + - [bar_demo2](Python/matplotlab/gallery/units/bar_demo2.md) + - [bar_unit_demo](Python/matplotlab/gallery/units/bar_unit_demo.md) + - [basic_units](Python/matplotlab/gallery/units/basic_units.md) + - [ellipse_with_units](Python/matplotlab/gallery/units/ellipse_with_units.md) + - [evans_test](Python/matplotlab/gallery/units/evans_test.md) + - [index](Python/matplotlab/gallery/units/index.md) + - [radian_demo](Python/matplotlab/gallery/units/radian_demo.md) + - [units_sample](Python/matplotlab/gallery/units/units_sample.md) + - [units_scatter](Python/matplotlab/gallery/units/units_scatter.md) + - user_interfaces + - [canvasagg](Python/matplotlab/gallery/user_interfaces/canvasagg.md) + - [embedding_in_gtk3_panzoom_sgskip](Python/matplotlab/gallery/user_interfaces/embedding_in_gtk3_panzoom_sgskip.md) + - [embedding_in_gtk3_sgskip](Python/matplotlab/gallery/user_interfaces/embedding_in_gtk3_sgskip.md) + - [embedding_in_qt_sgskip](Python/matplotlab/gallery/user_interfaces/embedding_in_qt_sgskip.md) + - [embedding_in_tk_sgskip](Python/matplotlab/gallery/user_interfaces/embedding_in_tk_sgskip.md) + - [embedding_in_wx2_sgskip](Python/matplotlab/gallery/user_interfaces/embedding_in_wx2_sgskip.md) + - [embedding_in_wx3_sgskip](Python/matplotlab/gallery/user_interfaces/embedding_in_wx3_sgskip.md) + - [embedding_in_wx4_sgskip](Python/matplotlab/gallery/user_interfaces/embedding_in_wx4_sgskip.md) + - [embedding_in_wx5_sgskip](Python/matplotlab/gallery/user_interfaces/embedding_in_wx5_sgskip.md) + - [embedding_webagg_sgskip](Python/matplotlab/gallery/user_interfaces/embedding_webagg_sgskip.md) + - [fourier_demo_wx_sgskip](Python/matplotlab/gallery/user_interfaces/fourier_demo_wx_sgskip.md) + - [gtk_spreadsheet_sgskip](Python/matplotlab/gallery/user_interfaces/gtk_spreadsheet_sgskip.md) + - [index](Python/matplotlab/gallery/user_interfaces/index.md) + - [mathtext_wx_sgskip](Python/matplotlab/gallery/user_interfaces/mathtext_wx_sgskip.md) + - [mpl_with_glade3_sgskip](Python/matplotlab/gallery/user_interfaces/mpl_with_glade3_sgskip.md) + - [pylab_with_gtk_sgskip](Python/matplotlab/gallery/user_interfaces/pylab_with_gtk_sgskip.md) + - [svg_histogram_sgskip](Python/matplotlab/gallery/user_interfaces/svg_histogram_sgskip.md) + - [svg_tooltip_sgskip](Python/matplotlab/gallery/user_interfaces/svg_tooltip_sgskip.md) + - [toolmanager_sgskip](Python/matplotlab/gallery/user_interfaces/toolmanager_sgskip.md) + - [wxcursor_demo_sgskip](Python/matplotlab/gallery/user_interfaces/wxcursor_demo_sgskip.md) + - userdemo + - [anchored_box01](Python/matplotlab/gallery/userdemo/anchored_box01.md) + - [anchored_box02](Python/matplotlab/gallery/userdemo/anchored_box02.md) + - [anchored_box03](Python/matplotlab/gallery/userdemo/anchored_box03.md) + - [anchored_box04](Python/matplotlab/gallery/userdemo/anchored_box04.md) + - [annotate_explain](Python/matplotlab/gallery/userdemo/annotate_explain.md) + - [annotate_simple01](Python/matplotlab/gallery/userdemo/annotate_simple01.md) + - [annotate_simple02](Python/matplotlab/gallery/userdemo/annotate_simple02.md) + - [annotate_simple03](Python/matplotlab/gallery/userdemo/annotate_simple03.md) + - [annotate_simple04](Python/matplotlab/gallery/userdemo/annotate_simple04.md) + - [annotate_simple_coord01](Python/matplotlab/gallery/userdemo/annotate_simple_coord01.md) + - [annotate_simple_coord02](Python/matplotlab/gallery/userdemo/annotate_simple_coord02.md) + - [annotate_simple_coord03](Python/matplotlab/gallery/userdemo/annotate_simple_coord03.md) + - [annotate_text_arrow](Python/matplotlab/gallery/userdemo/annotate_text_arrow.md) + - [colormap_normalizations](Python/matplotlab/gallery/userdemo/colormap_normalizations.md) + - [colormap_normalizations_bounds](Python/matplotlab/gallery/userdemo/colormap_normalizations_bounds.md) + - [colormap_normalizations_custom](Python/matplotlab/gallery/userdemo/colormap_normalizations_custom.md) + - [colormap_normalizations_lognorm](Python/matplotlab/gallery/userdemo/colormap_normalizations_lognorm.md) + - [colormap_normalizations_power](Python/matplotlab/gallery/userdemo/colormap_normalizations_power.md) + - [colormap_normalizations_symlognorm](Python/matplotlab/gallery/userdemo/colormap_normalizations_symlognorm.md) + - [connect_simple01](Python/matplotlab/gallery/userdemo/connect_simple01.md) + - [connectionstyle_demo](Python/matplotlab/gallery/userdemo/connectionstyle_demo.md) + - [custom_boxstyle01](Python/matplotlab/gallery/userdemo/custom_boxstyle01.md) + - [custom_boxstyle02](Python/matplotlab/gallery/userdemo/custom_boxstyle02.md) + - [demo_gridspec01](Python/matplotlab/gallery/userdemo/demo_gridspec01.md) + - [demo_gridspec03](Python/matplotlab/gallery/userdemo/demo_gridspec03.md) + - [demo_gridspec05](Python/matplotlab/gallery/userdemo/demo_gridspec05.md) + - [demo_gridspec06](Python/matplotlab/gallery/userdemo/demo_gridspec06.md) + - [pgf_fonts](Python/matplotlab/gallery/userdemo/pgf_fonts.md) + - [pgf_preamble_sgskip](Python/matplotlab/gallery/userdemo/pgf_preamble_sgskip.md) + - [pgf_texsystem](Python/matplotlab/gallery/userdemo/pgf_texsystem.md) + - [simple_annotate01](Python/matplotlab/gallery/userdemo/simple_annotate01.md) + - [simple_legend01](Python/matplotlab/gallery/userdemo/simple_legend01.md) + - [simple_legend02](Python/matplotlab/gallery/userdemo/simple_legend02.md) + - widgets + - [buttons](Python/matplotlab/gallery/widgets/buttons.md) + - [check_buttons](Python/matplotlab/gallery/widgets/check_buttons.md) + - [cursor](Python/matplotlab/gallery/widgets/cursor.md) + - [index](Python/matplotlab/gallery/widgets/index.md) + - [lasso_selector_demo_sgskip](Python/matplotlab/gallery/widgets/lasso_selector_demo_sgskip.md) + - [menu](Python/matplotlab/gallery/widgets/menu.md) + - [multicursor](Python/matplotlab/gallery/widgets/multicursor.md) + - [polygon_selector_demo](Python/matplotlab/gallery/widgets/polygon_selector_demo.md) + - [radio_buttons](Python/matplotlab/gallery/widgets/radio_buttons.md) + - [rectangle_selector](Python/matplotlab/gallery/widgets/rectangle_selector.md) + - [slider_demo](Python/matplotlab/gallery/widgets/slider_demo.md) + - [span_selector](Python/matplotlab/gallery/widgets/span_selector.md) + - [textbox](Python/matplotlab/gallery/widgets/textbox.md) + - intermediate + - [artists](Python/matplotlab/intermediate/artists.md) + - [color_cycle](Python/matplotlab/intermediate/color_cycle.md) + - [constrainedlayout_guide](Python/matplotlab/intermediate/constrainedlayout_guide.md) + - [gridspec](Python/matplotlab/intermediate/gridspec.md) + - [imshow_extent](Python/matplotlab/intermediate/imshow_extent.md) + - [legend_guide](Python/matplotlab/intermediate/legend_guide.md) + - [tight_layout_guide](Python/matplotlab/intermediate/tight_layout_guide.md) + - introductory + - [customizing](Python/matplotlab/introductory/customizing.md) + - [images](Python/matplotlab/introductory/images.md) + - [lifecycle](Python/matplotlab/introductory/lifecycle.md) + - [pyplot](Python/matplotlab/introductory/pyplot.md) + - [sample_plots](Python/matplotlab/introductory/sample_plots.md) + - [usage](Python/matplotlab/introductory/usage.md) + - text + - [annotations](Python/matplotlab/text/annotations.md) + - [mathtext](Python/matplotlab/text/mathtext.md) + - [pgf](Python/matplotlab/text/pgf.md) + - [text_intro](Python/matplotlab/text/text_intro.md) + - [text_props](Python/matplotlab/text/text_props.md) + - [usetex](Python/matplotlab/text/usetex.md) + - toolkits + - [axes_grid](Python/matplotlab/toolkits/axes_grid.md) + - [axisartist](Python/matplotlab/toolkits/axisartist.md) + - [mplot3d](Python/matplotlab/toolkits/mplot3d.md) + - 学习教程 + - [01pyplot方法列表](Python/matplotlab/学习教程/01pyplot方法列表.md) + - [02配置属性列表](Python/matplotlab/学习教程/02配置属性列表.md) + - [03面向对象绘图方法](Python/matplotlab/学习教程/03面向对象绘图方法.md) + - [04交互命令绘图方法](Python/matplotlab/学习教程/04交互命令绘图方法.md) + - [05图例和标注](Python/matplotlab/学习教程/05图例和标注.md) + - [06各类图形](Python/matplotlab/学习教程/06各类图形.md) + - [07子图绘制](Python/matplotlab/学习教程/07子图绘制.md) + - [083D与动画](Python/matplotlab/学习教程/083D与动画.md) + - networkx + - [0 基础使用](Python/networkx/0%20基础使用.md) + - [1 图的视图](Python/networkx/1%20图的视图.md) + - [2 图生成器](Python/networkx/2%20图生成器.md) + - [3 分析图形](Python/networkx/3%20分析图形.md) + - [4 绘制图形](Python/networkx/4%20绘制图形.md) + - [5 导入导出](Python/networkx/5%20导入导出.md) + - numpy + - [10运算复写](Python/numpy/10运算复写.md) + - [11数学运算](Python/numpy/11数学运算.md) + - [12统计运算](Python/numpy/12统计运算.md) + - [13排序搜索](Python/numpy/13排序搜索.md) + - [14字节交换](Python/numpy/14字节交换.md) + - [15线性代数](Python/numpy/15线性代数.md) + - [16IO](Python/numpy/16IO.md) + - [17逻辑运算](Python/numpy/17逻辑运算.md) + - [18矩阵库](Python/numpy/18矩阵库.md) + - [19多项式](Python/numpy/19多项式.md) + - [1概述](Python/numpy/1概述.md) + - [20随机数](Python/numpy/20随机数.md) + - [2数据类型](Python/numpy/2数据类型.md) + - [3数组属性](Python/numpy/3数组属性.md) + - [4创建数组](Python/numpy/4创建数组.md) + - [5索引迭代](Python/numpy/5索引迭代.md) + - [6广播机制](Python/numpy/6广播机制.md) + - [7数组操作](Python/numpy/7数组操作.md) + - [8位运算](Python/numpy/8位运算.md) + - [9字符串运算](Python/numpy/9字符串运算.md) + - pandas + - getting_started + - [10min](Python/pandas/getting_started/10min.md) + - [basics](Python/pandas/getting_started/basics.md) + - [comparison](Python/pandas/getting_started/comparison.md) + - [dsintro](Python/pandas/getting_started/dsintro.md) + - [overview](Python/pandas/getting_started/overview.md) + - [tutorials](Python/pandas/getting_started/tutorials.md) + - user_guide + - [advanced](Python/pandas/user_guide/advanced.md) + - [categorical](Python/pandas/user_guide/categorical.md) + - [computation](Python/pandas/user_guide/computation.md) + - [cookbook](Python/pandas/user_guide/cookbook.md) + - [enhancingperf](Python/pandas/user_guide/enhancingperf.md) + - [gotchas](Python/pandas/user_guide/gotchas.md) + - [groupby](Python/pandas/user_guide/groupby.md) + - [indexing](Python/pandas/user_guide/indexing.md) + - [integer_na](Python/pandas/user_guide/integer_na.md) + - [io](Python/pandas/user_guide/io.md) + - [merging](Python/pandas/user_guide/merging.md) + - [missing_data](Python/pandas/user_guide/missing_data.md) + - [options](Python/pandas/user_guide/options.md) + - [reshaping](Python/pandas/user_guide/reshaping.md) + - [sparse](Python/pandas/user_guide/sparse.md) + - [style](Python/pandas/user_guide/style.md) + - [text](Python/pandas/user_guide/text.md) + - [timedeltas](Python/pandas/user_guide/timedeltas.md) + - [timeseries](Python/pandas/user_guide/timeseries.md) + - [visualization](Python/pandas/user_guide/visualization.md) + - python2 + - [1 基础知识](Python/python2/1%20基础知识.md) + - [2 基本的命令及操作](Python/python2/2%20基本的命令及操作.md) + - [3 程序的控制结构](Python/python2/3%20程序的控制结构.md) + - [4 函数](Python/python2/4%20函数.md) + - [5 列表与元组](Python/python2/5%20列表与元组.md) + - [6 字典和集合](Python/python2/6%20字典和集合.md) + - [7 字符串](Python/python2/7%20字符串.md) + - [8 正则表达式详解](Python/python2/8%20正则表达式详解.md) + - [9 yield详解](Python/python2/9%20yield详解.md) + - python3 + - [10虚拟环境和包](Python/python3/10虚拟环境和包.md) + - [1python解释器](Python/python3/1python解释器.md) + - [2.1数字和运算](Python/python3/2.1数字和运算.md) + - [2.2字符串](Python/python3/2.2字符串.md) + - [2.3列表](Python/python3/2.3列表.md) + - [2.4字典](Python/python3/2.4字典.md) + - [2.5元组](Python/python3/2.5元组.md) + - [2.6数据类型转换](Python/python3/2.6数据类型转换.md) + - [2.7集合](Python/python3/2.7集合.md) + - [2数据类型和变量赋值](Python/python3/2数据类型和变量赋值.md) + - [3控制流](Python/python3/3控制流.md) + - [4函数](Python/python3/4函数.md) + - [5数据结构](Python/python3/5数据结构.md) + - [6模块](Python/python3/6模块.md) + - [7输入输出](Python/python3/7输入输出.md) + - [8错误和异常](Python/python3/8错误和异常.md) + - [9类](Python/python3/9类.md) + - python内建模块 + - [csv模块](Python/python内建模块/csv模块.md) + - [logging模块](Python/python内建模块/logging模块.md) + - [os模块](Python/python内建模块/os模块.md) + - [pickle模块](Python/python内建模块/pickle模块.md) + - [random模块](Python/python内建模块/random模块.md) + - [sys模块](Python/python内建模块/sys模块.md) + - python标准库1 + - [10函数式编程](Python/python标准库1/10函数式编程.md) + - [1概述](Python/python标准库1/1概述.md) + - [2内置函数](Python/python标准库1/2内置函数.md) + - [3内置常量](Python/python标准库1/3内置常量.md) + - [4内置类型](Python/python标准库1/4内置类型.md) + - [5内置异常](Python/python标准库1/5内置异常.md) + - [6文本处理](Python/python标准库1/6文本处理.md) + - [7二进制数据处理](Python/python标准库1/7二进制数据处理.md) + - [8数据类型](Python/python标准库1/8数据类型.md) + - [9数学模块](Python/python标准库1/9数学模块.md) + - python标准库2 + - [10互联网数据处理](Python/python标准库2/10互联网数据处理.md) + - [11结构化标记处理](Python/python标准库2/11结构化标记处理.md) + - [12互联网协议支持](Python/python标准库2/12互联网协议支持.md) + - [13多媒体服务](Python/python标准库2/13多媒体服务.md) + - [14国际化](Python/python标准库2/14国际化.md) + - [15程序框架](Python/python标准库2/15程序框架.md) + - [16TK图形界面](Python/python标准库2/16TK图形界面.md) + - [17开发工具](Python/python标准库2/17开发工具.md) + - [18调试和分析](Python/python标准库2/18调试和分析.md) + - [19软件打包和分发](Python/python标准库2/19软件打包和分发.md) + - [1文件和目录访问](Python/python标准库2/1文件和目录访问.md) + - [20Python运行时服务](Python/python标准库2/20Python运行时服务.md) + - [2数据持久化](Python/python标准库2/2数据持久化.md) + - [3数据压缩和存档](Python/python标准库2/3数据压缩和存档.md) + - [4文件格式](Python/python标准库2/4文件格式.md) + - [5加密服务](Python/python标准库2/5加密服务.md) + - [6通用操作系统服务](Python/python标准库2/6通用操作系统服务.md) + - [7并发执行](Python/python标准库2/7并发执行.md) + - [8contextvars 上下文变量](Python/python标准库2/8contextvars%20上下文变量.md) + - [9网络和进程通信](Python/python标准库2/9网络和进程通信.md) + - python标准库3 + - [1自定义python解释器](Python/python标准库3/1自定义python解释器.md) + - [2导入模块](Python/python标准库3/2导入模块.md) + - [3python语言服务](Python/python标准库3/3python语言服务.md) + - [4杂项服务](Python/python标准库3/4杂项服务.md) + - [5windows相关服务](Python/python标准库3/5windows相关服务.md) + - [6unix相关服务](Python/python标准库3/6unix相关服务.md) + - scipy + - [10spatial](Python/scipy/10spatial.md) + - [11stats](Python/scipy/11stats.md) + - [12ndimage](Python/scipy/12ndimage.md) + - [13io](Python/scipy/13io.md) + - [14cluster](Python/scipy/14cluster.md) + - [15misc](Python/scipy/15misc.md) + - [16odr](Python/scipy/16odr.md) + - [17polynomials](Python/scipy/17polynomials.md) + - [18constant](Python/scipy/18constant.md) + - [1introduction](Python/scipy/1introduction.md) + - [2special](Python/scipy/2special.md) + - [3integrate](Python/scipy/3integrate.md) + - [4optimize](Python/scipy/4optimize.md) + - [5interpolate](Python/scipy/5interpolate.md) + - [6fft](Python/scipy/6fft.md) + - [7signal](Python/scipy/7signal.md) + - [8linalg](Python/scipy/8linalg.md) + - [9sparse](Python/scipy/9sparse.md) + - 并发编程 + - [并发控制](Python/并发编程/并发控制.md) + - [并发机制](Python/并发编程/并发机制.md) + - [并发通信](Python/并发编程/并发通信.md) + - 网络编程 + - [Select socket](Python/网络编程/Select%20socket.md) + - [非阻塞socket](Python/网络编程/非阻塞socket.md) diff --git a/Quartz/README.md b/Quartz/README.md new file mode 100644 index 00000000..a6e565e7 --- /dev/null +++ b/Quartz/README.md @@ -0,0 +1,9 @@ +## Quartz + +- [1 概述](Quartz/1%20概述.md) +- [2 CronTrigger](Quartz/2%20CronTrigger.md) +- [3 配置文件](Quartz/3%20配置文件.md) +- [4 JobStore](Quartz/4%20JobStore.md) +- [5 JobDataMap](Quartz/5%20JobDataMap.md) +- [6 JobListener](Quartz/6%20JobListener.md) +- [8 SpringQuartz](Quartz/8%20SpringQuartz.md) diff --git a/Quartz/_sidebar.md b/Quartz/_sidebar.md new file mode 100644 index 00000000..b0c51b55 --- /dev/null +++ b/Quartz/_sidebar.md @@ -0,0 +1,9 @@ +## Quartz +- Quartz + - [1 概述](Quartz/1%20概述.md) + - [2 CronTrigger](Quartz/2%20CronTrigger.md) + - [3 配置文件](Quartz/3%20配置文件.md) + - [4 JobStore](Quartz/4%20JobStore.md) + - [5 JobDataMap](Quartz/5%20JobDataMap.md) + - [6 JobListener](Quartz/6%20JobListener.md) + - [8 SpringQuartz](Quartz/8%20SpringQuartz.md) diff --git a/Redis/README.md b/Redis/README.md new file mode 100644 index 00000000..b60b488d --- /dev/null +++ b/Redis/README.md @@ -0,0 +1,24 @@ +## Redis + +- [01 Redis概述](Redis/01%20Redis概述.md) +- [02 对象类型](Redis/02%20对象类型.md) +- [03 数据结构](Redis/03%20数据结构.md) +- [04 数据库](Redis/04%20数据库.md) +- [05 生命周期](Redis/05%20生命周期.md) +- [06 RDB持久化](Redis/06%20RDB持久化.md) +- [07 AOF持久化](Redis/07%20AOF持久化.md) +- [08 事务](Redis/08%20事务.md) +- [09 事件与并发](Redis/09%20事件与并发.md) +- [10 复制](Redis/10%20复制.md) +- [11 Sentinel](Redis/11%20Sentinel.md) +- [12 集群与分片](Redis/12%20集群与分片.md) +- [13 发布与订阅](Redis/13%20发布与订阅.md) +- [14 Redis使用场景](Redis/14%20Redis使用场景.md) +- [15 Redis缓存](Redis/15%20Redis缓存.md) +- [16 Redis消息队列](Redis/16%20Redis消息队列.md) +- [20 Lua脚本](Redis/20%20Lua脚本.md) +- [21 排序](Redis/21%20排序.md) +- [22 二进制数组](Redis/22%20二进制数组.md) +- [23 慢查询日志](Redis/23%20慢查询日志.md) +- [24 监视器](Redis/24%20监视器.md) +- [附录1 面试问题](Redis/附录1%20面试问题.md) diff --git a/Redis/_sidebar.md b/Redis/_sidebar.md new file mode 100644 index 00000000..b2040e32 --- /dev/null +++ b/Redis/_sidebar.md @@ -0,0 +1,37 @@ +## Redis +- Redis + - [01 Redis概述](Redis/01%20Redis概述.md) + - [02 对象类型](Redis/02%20对象类型.md) + - [03 数据结构](Redis/03%20数据结构.md) + - [04 数据库](Redis/04%20数据库.md) + - [05 生命周期](Redis/05%20生命周期.md) + - [06 RDB持久化](Redis/06%20RDB持久化.md) + - [07 AOF持久化](Redis/07%20AOF持久化.md) + - [08 事务](Redis/08%20事务.md) + - [09 事件与并发](Redis/09%20事件与并发.md) + - [10 复制](Redis/10%20复制.md) + - [11 Sentinel](Redis/11%20Sentinel.md) + - [12 集群与分片](Redis/12%20集群与分片.md) + - [13 发布与订阅](Redis/13%20发布与订阅.md) + - [14 Redis使用场景](Redis/14%20Redis使用场景.md) + - [15 Redis缓存](Redis/15%20Redis缓存.md) + - [16 Redis消息队列](Redis/16%20Redis消息队列.md) + - [20 Lua脚本](Redis/20%20Lua脚本.md) + - [21 排序](Redis/21%20排序.md) + - [22 二进制数组](Redis/22%20二进制数组.md) + - [23 慢查询日志](Redis/23%20慢查询日志.md) + - [24 监视器](Redis/24%20监视器.md) + - Redis命令总结 + - [01.redis安装](Redis/Redis命令总结/01.redis安装.md) + - [02.库和key操作命令](Redis/Redis命令总结/02.库和key操作命令.md) + - [03.字符串类型操作](Redis/Redis命令总结/03.字符串类型操作.md) + - [04.链表类型操作](Redis/Redis命令总结/04.链表类型操作.md) + - [05.无序集合操作](Redis/Redis命令总结/05.无序集合操作.md) + - [06.有序集合操作](Redis/Redis命令总结/06.有序集合操作.md) + - [07.哈希数据类操作](Redis/Redis命令总结/07.哈希数据类操作.md) + - [08.经纬度数据操作](Redis/Redis命令总结/08.经纬度数据操作.md) + - [09.事务](Redis/Redis命令总结/09.事务.md) + - [10.频道发布与订阅](Redis/Redis命令总结/10.频道发布与订阅.md) + - [11.redis持久化和导入导出数据库](Redis/Redis命令总结/11.redis持久化和导入导出数据库.md) + - [12.redis应用示例](Redis/Redis命令总结/12.redis应用示例.md) + - [附录1 面试问题](Redis/附录1%20面试问题.md) diff --git a/SVN/README.md b/SVN/README.md new file mode 100644 index 00000000..2d819e5a --- /dev/null +++ b/SVN/README.md @@ -0,0 +1,12 @@ +## SVN + +- [10 SVN标签管理](SVN/10%20SVN标签管理.md) +- [1简介](SVN/1简介.md) +- [2SVN生命周期](SVN/2SVN生命周期.md) +- [3SVN服务端](SVN/3SVN服务端.md) +- [4SVN检出操作](SVN/4SVN检出操作.md) +- [5SVN冲突解决](SVN/5SVN冲突解决.md) +- [6SVN暂存提交](SVN/6SVN暂存提交.md) +- [7SVN版本回退](SVN/7SVN版本回退.md) +- [8SVN查看历史信息](SVN/8SVN查看历史信息.md) +- [9SVN分支管理](SVN/9SVN分支管理.md) diff --git a/SVN/_sidebar.md b/SVN/_sidebar.md new file mode 100644 index 00000000..bf4338b9 --- /dev/null +++ b/SVN/_sidebar.md @@ -0,0 +1,12 @@ +## SVN +- SVN + - [10 SVN标签管理](SVN/10%20SVN标签管理.md) + - [1简介](SVN/1简介.md) + - [2SVN生命周期](SVN/2SVN生命周期.md) + - [3SVN服务端](SVN/3SVN服务端.md) + - [4SVN检出操作](SVN/4SVN检出操作.md) + - [5SVN冲突解决](SVN/5SVN冲突解决.md) + - [6SVN暂存提交](SVN/6SVN暂存提交.md) + - [7SVN版本回退](SVN/7SVN版本回退.md) + - [8SVN查看历史信息](SVN/8SVN查看历史信息.md) + - [9SVN分支管理](SVN/9SVN分支管理.md) diff --git a/Scala/README.md b/Scala/README.md new file mode 100644 index 00000000..34ea9508 --- /dev/null +++ b/Scala/README.md @@ -0,0 +1,16 @@ +## Scala + +- [1 基本语法](Scala/1%20基本语法.md) +- [10 数组](Scala/10%20数组.md) +- [11 容器](Scala/11%20容器.md) +- [12 类和对象](Scala/12%20类和对象.md) +- [13 Trait](Scala/13%20Trait.md) +- [2 数据类型](Scala/2%20数据类型.md) +- [3 变量常量](Scala/3%20变量常量.md) +- [4 访问修饰符](Scala/4%20访问修饰符.md) +- [5 运算符](Scala/5%20运算符.md) +- [6 控制结构](Scala/6%20控制结构.md) +- [7 函数](Scala/7%20函数.md) +- [8 闭包](Scala/8%20闭包.md) +- [9 字符串](Scala/9%20字符串.md) +- [参考文献](Scala/参考文献.md) diff --git a/Scala/_sidebar.md b/Scala/_sidebar.md new file mode 100644 index 00000000..8f4b5f3c --- /dev/null +++ b/Scala/_sidebar.md @@ -0,0 +1,16 @@ +## Scala +- Scala + - [1 基本语法](Scala/1%20基本语法.md) + - [10 数组](Scala/10%20数组.md) + - [11 容器](Scala/11%20容器.md) + - [12 类和对象](Scala/12%20类和对象.md) + - [13 Trait](Scala/13%20Trait.md) + - [2 数据类型](Scala/2%20数据类型.md) + - [3 变量常量](Scala/3%20变量常量.md) + - [4 访问修饰符](Scala/4%20访问修饰符.md) + - [5 运算符](Scala/5%20运算符.md) + - [6 控制结构](Scala/6%20控制结构.md) + - [7 函数](Scala/7%20函数.md) + - [8 闭包](Scala/8%20闭包.md) + - [9 字符串](Scala/9%20字符串.md) + - [参考文献](Scala/参考文献.md) diff --git a/Sklearn/README.md b/Sklearn/README.md new file mode 100644 index 00000000..bee74761 --- /dev/null +++ b/Sklearn/README.md @@ -0,0 +1,3 @@ +## Sklearn + +- [说明](Sklearn/说明.md) diff --git a/Sklearn/_sidebar.md b/Sklearn/_sidebar.md new file mode 100644 index 00000000..e0e7160a --- /dev/null +++ b/Sklearn/_sidebar.md @@ -0,0 +1,93 @@ +## Sklearn +- Sklearn + - sklearn-cookbook-zh + - [0 概述](Sklearn/sklearn-cookbook-zh/0%20概述.md) + - [0.1 fit&transform](Sklearn/sklearn-cookbook-zh/0.1%20fit&transform.md) + - [1 模型预处理](Sklearn/sklearn-cookbook-zh/1%20模型预处理.md) + - [2 处理线性模型](Sklearn/sklearn-cookbook-zh/2%20处理线性模型.md) + - [3 使用距离向量构建模型](Sklearn/sklearn-cookbook-zh/3%20使用距离向量构建模型.md) + - [4 使用 scikit-learn 对数据分类](Sklearn/sklearn-cookbook-zh/4%20使用%20scikit-learn%20对数据分类.md) + - [5 模型后处理](Sklearn/sklearn-cookbook-zh/5%20模型后处理.md) + - [SUMMARY](Sklearn/sklearn-cookbook-zh/SUMMARY.md) + - sklearn-doc-zh + - examples + - Biclustering + - [a_demo_of_the_spectral_clustering_algorithm](Sklearn/sklearn-doc-zh/examples/Biclustering/a_demo_of_the_spectral_clustering_algorithm.md) + - [a_demo_of_the_spectral_co-clustering_algorithm](Sklearn/sklearn-doc-zh/examples/Biclustering/a_demo_of_the_spectral_co-clustering_algorithm.md) + - [biclustering_documents_with_the_spectral_co-clustering_algorithm](Sklearn/sklearn-doc-zh/examples/Biclustering/biclustering_documents_with_the_spectral_co-clustering_algorithm.md) + - Generalized_Linear_Models + - [plot_document_classification_20newsgroups](Sklearn/sklearn-doc-zh/examples/Generalized_Linear_Models/plot_document_classification_20newsgroups.md) + - [plot_lasso_and_elasticnet](Sklearn/sklearn-doc-zh/examples/Generalized_Linear_Models/plot_lasso_and_elasticnet.md) + - [plot_lasso_coordinate_descent_path](Sklearn/sklearn-doc-zh/examples/Generalized_Linear_Models/plot_lasso_coordinate_descent_path.md) + - [plot_lasso_model_selection](Sklearn/sklearn-doc-zh/examples/Generalized_Linear_Models/plot_lasso_model_selection.md) + - [plot_multi_task_lasso_support](Sklearn/sklearn-doc-zh/examples/Generalized_Linear_Models/plot_multi_task_lasso_support.md) + - [plot_ols](Sklearn/sklearn-doc-zh/examples/Generalized_Linear_Models/plot_ols.md) + - [plot_ridge_path](Sklearn/sklearn-doc-zh/examples/Generalized_Linear_Models/plot_ridge_path.md) + - [plot_tomography_l1_reconstruction](Sklearn/sklearn-doc-zh/examples/Generalized_Linear_Models/plot_tomography_l1_reconstruction.md) + - [SUMMARY](Sklearn/sklearn-doc-zh/examples/SUMMARY.md) + - master + - [0SUMMARY](Sklearn/sklearn-doc-zh/master/0SUMMARY.md) + - [1](Sklearn/sklearn-doc-zh/master/1.md) + - [10](Sklearn/sklearn-doc-zh/master/10.md) + - [11](Sklearn/sklearn-doc-zh/master/11.md) + - [12](Sklearn/sklearn-doc-zh/master/12.md) + - [13](Sklearn/sklearn-doc-zh/master/13.md) + - [14](Sklearn/sklearn-doc-zh/master/14.md) + - [15](Sklearn/sklearn-doc-zh/master/15.md) + - [16](Sklearn/sklearn-doc-zh/master/16.md) + - [17](Sklearn/sklearn-doc-zh/master/17.md) + - [18](Sklearn/sklearn-doc-zh/master/18.md) + - [19](Sklearn/sklearn-doc-zh/master/19.md) + - [2](Sklearn/sklearn-doc-zh/master/2.md) + - [20](Sklearn/sklearn-doc-zh/master/20.md) + - [21](Sklearn/sklearn-doc-zh/master/21.md) + - [22](Sklearn/sklearn-doc-zh/master/22.md) + - [23](Sklearn/sklearn-doc-zh/master/23.md) + - [24](Sklearn/sklearn-doc-zh/master/24.md) + - [25](Sklearn/sklearn-doc-zh/master/25.md) + - [26](Sklearn/sklearn-doc-zh/master/26.md) + - [27](Sklearn/sklearn-doc-zh/master/27.md) + - [28](Sklearn/sklearn-doc-zh/master/28.md) + - [29](Sklearn/sklearn-doc-zh/master/29.md) + - [3](Sklearn/sklearn-doc-zh/master/3.md) + - [30](Sklearn/sklearn-doc-zh/master/30.md) + - [31](Sklearn/sklearn-doc-zh/master/31.md) + - [32](Sklearn/sklearn-doc-zh/master/32.md) + - [33](Sklearn/sklearn-doc-zh/master/33.md) + - [34](Sklearn/sklearn-doc-zh/master/34.md) + - [35](Sklearn/sklearn-doc-zh/master/35.md) + - [36](Sklearn/sklearn-doc-zh/master/36.md) + - [37](Sklearn/sklearn-doc-zh/master/37.md) + - [38](Sklearn/sklearn-doc-zh/master/38.md) + - [39](Sklearn/sklearn-doc-zh/master/39.md) + - [4](Sklearn/sklearn-doc-zh/master/4.md) + - [40](Sklearn/sklearn-doc-zh/master/40.md) + - [41](Sklearn/sklearn-doc-zh/master/41.md) + - [42](Sklearn/sklearn-doc-zh/master/42.md) + - [43](Sklearn/sklearn-doc-zh/master/43.md) + - [44](Sklearn/sklearn-doc-zh/master/44.md) + - [45](Sklearn/sklearn-doc-zh/master/45.md) + - [46](Sklearn/sklearn-doc-zh/master/46.md) + - [47](Sklearn/sklearn-doc-zh/master/47.md) + - [48](Sklearn/sklearn-doc-zh/master/48.md) + - [5](Sklearn/sklearn-doc-zh/master/5.md) + - [50](Sklearn/sklearn-doc-zh/master/50.md) + - [51](Sklearn/sklearn-doc-zh/master/51.md) + - [52](Sklearn/sklearn-doc-zh/master/52.md) + - [53](Sklearn/sklearn-doc-zh/master/53.md) + - [54](Sklearn/sklearn-doc-zh/master/54.md) + - [55](Sklearn/sklearn-doc-zh/master/55.md) + - [56](Sklearn/sklearn-doc-zh/master/56.md) + - [57](Sklearn/sklearn-doc-zh/master/57.md) + - [58](Sklearn/sklearn-doc-zh/master/58.md) + - [59](Sklearn/sklearn-doc-zh/master/59.md) + - [6](Sklearn/sklearn-doc-zh/master/6.md) + - [60](Sklearn/sklearn-doc-zh/master/60.md) + - [61](Sklearn/sklearn-doc-zh/master/61.md) + - [62](Sklearn/sklearn-doc-zh/master/62.md) + - [63](Sklearn/sklearn-doc-zh/master/63.md) + - [64](Sklearn/sklearn-doc-zh/master/64.md) + - [7](Sklearn/sklearn-doc-zh/master/7.md) + - [8](Sklearn/sklearn-doc-zh/master/8.md) + - [9](Sklearn/sklearn-doc-zh/master/9.md) + - [说明](Sklearn/说明.md) diff --git a/Spark/README.md b/Spark/README.md new file mode 100644 index 00000000..63daf386 --- /dev/null +++ b/Spark/README.md @@ -0,0 +1,3 @@ +## Spark + +- [Spark原理](Spark/Spark原理.md) diff --git a/Spark/_sidebar.md b/Spark/_sidebar.md new file mode 100644 index 00000000..40eafb4a --- /dev/null +++ b/Spark/_sidebar.md @@ -0,0 +1,3 @@ +## Spark +- Spark + - [Spark原理](Spark/Spark原理.md) diff --git a/Spring/README.md b/Spring/README.md new file mode 100644 index 00000000..085fc4aa --- /dev/null +++ b/Spring/README.md @@ -0,0 +1,7 @@ +## Spring + +- [Spring介绍](Spring/Spring介绍.md) +- [注解编程01-spring](Spring/注解编程01-spring.md) +- [注解编程02-rest](Spring/注解编程02-rest.md) +- [注解编程03-jpa](Spring/注解编程03-jpa.md) +- [注解编程04-lombok](Spring/注解编程04-lombok.md) diff --git a/Spring/_sidebar.md b/Spring/_sidebar.md new file mode 100644 index 00000000..1891b960 --- /dev/null +++ b/Spring/_sidebar.md @@ -0,0 +1,54 @@ +## Spring +- Spring + - Spring5 + - [00 概述](Spring/Spring5/00%20概述.md) + - [01 1IOC容器原理](Spring/Spring5/01%201IOC容器原理.md) + - [01 2IOC基于XML容器管理](Spring/Spring5/01%202IOC基于XML容器管理.md) + - [01 3IOC基于注解容器管理](Spring/Spring5/01%203IOC基于注解容器管理.md) + - [02 AOP](Spring/Spring5/02%20AOP.md) + - [02 AOP详解](Spring/Spring5/02%20AOP详解.md) + - [03 JDBCTemplate](Spring/Spring5/03%20JDBCTemplate.md) + - [04 事务](Spring/Spring5/04%20事务.md) + - [05 Spring5日志&测试](Spring/Spring5/05%20Spring5日志&测试.md) + - [06 WebFlux01Flux&Mono](Spring/Spring5/06%20WebFlux01Flux&Mono.md) + - [06 WebFlux02对象分析](Spring/Spring5/06%20WebFlux02对象分析.md) + - [06 WebFlux03Server](Spring/Spring5/06%20WebFlux03Server.md) + - [06 WebFlux04WebClient](Spring/Spring5/06%20WebFlux04WebClient.md) + - code + - shangguigu08 + - [HELP](Spring/Spring5/code/shangguigu08/HELP.md) + - shangguigu09 + - [HELP](Spring/Spring5/code/shangguigu09/HELP.md) + - shangguigu10 + - [HELP](Spring/Spring5/code/shangguigu10/HELP.md) + - [总结](Spring/Spring5/总结.md) + - SpringMVC + - [SpringMVC简介](Spring/SpringMVC/SpringMVC简介.md) + - [简介](Spring/SpringMVC/简介.md) + - Springboot + - [01 内容简介](Spring/Springboot/01%20内容简介.md) + - [02 创建项目](Spring/Springboot/02%20创建项目.md) + - [03 Bean配置文件](Spring/Springboot/03%20Bean配置文件.md) + - [04 属性配置文件](Spring/Springboot/04%20属性配置文件.md) + - [05 自动配置原理](Spring/Springboot/05%20自动配置原理.md) + - [06 Web开发5-原生组件](Spring/Springboot/06%20Web开发5-原生组件.md) + - [06 web开发1-请求映射](Spring/Springboot/06%20web开发1-请求映射.md) + - [06 web开发2-拦截器](Spring/Springboot/06%20web开发2-拦截器.md) + - [06 web开发3-文件上传](Spring/Springboot/06%20web开发3-文件上传.md) + - [06 web开发4-异常处理](Spring/Springboot/06%20web开发4-异常处理.md) + - [07 数据访问-1jdbc](Spring/Springboot/07%20数据访问-1jdbc.md) + - [07 数据访问-2数据源](Spring/Springboot/07%20数据访问-2数据源.md) + - [07 数据访问-3MyBatis](Spring/Springboot/07%20数据访问-3MyBatis.md) + - [07 数据访问-4Redis](Spring/Springboot/07%20数据访问-4Redis.md) + - [08 单元测试](Spring/Springboot/08%20单元测试.md) + - [09 指标监控](Spring/Springboot/09%20指标监控.md) + - [10 高级特性](Spring/Springboot/10%20高级特性.md) + - [11 启动过程](Spring/Springboot/11%20启动过程.md) + - [12 Bean生命周期](Spring/Springboot/12%20Bean生命周期.md) + - [spring创建的方式](Spring/Springboot/spring创建的方式.md) + - [生命周期回调方法](Spring/Springboot/生命周期回调方法.md) + - [Spring介绍](Spring/Spring介绍.md) + - [注解编程01-spring](Spring/注解编程01-spring.md) + - [注解编程02-rest](Spring/注解编程02-rest.md) + - [注解编程03-jpa](Spring/注解编程03-jpa.md) + - [注解编程04-lombok](Spring/注解编程04-lombok.md) diff --git a/SpringCloud/README.md b/SpringCloud/README.md new file mode 100644 index 00000000..c16381f9 --- /dev/null +++ b/SpringCloud/README.md @@ -0,0 +1,3 @@ +## SpringCloud + +- [SpringCloud简介](SpringCloud/SpringCloud简介.md) diff --git a/SpringCloud/_sidebar.md b/SpringCloud/_sidebar.md new file mode 100644 index 00000000..a6a965b8 --- /dev/null +++ b/SpringCloud/_sidebar.md @@ -0,0 +1,3 @@ +## SpringCloud +- SpringCloud + - [SpringCloud简介](SpringCloud/SpringCloud简介.md) diff --git a/SpringCloudAlibaba/README.md b/SpringCloudAlibaba/README.md new file mode 100644 index 00000000..7531e743 --- /dev/null +++ b/SpringCloudAlibaba/README.md @@ -0,0 +1,3 @@ +## SpringCloudAlibaba + +- [SpringCloud简介](SpringCloudAlibaba/SpringCloud简介.md) diff --git a/SpringCloudAlibaba/_sidebar.md b/SpringCloudAlibaba/_sidebar.md new file mode 100644 index 00000000..897a8c27 --- /dev/null +++ b/SpringCloudAlibaba/_sidebar.md @@ -0,0 +1,3 @@ +## SpringCloudAlibaba +- SpringCloudAlibaba + - [SpringCloud简介](SpringCloudAlibaba/SpringCloud简介.md) diff --git a/SwarmIntelligence/README.md b/SwarmIntelligence/README.md new file mode 100644 index 00000000..c5ae0722 --- /dev/null +++ b/SwarmIntelligence/README.md @@ -0,0 +1,10 @@ +## SwarmIntelligence + +- [1 群体智能概述](SwarmIntelligence/1%20群体智能概述.md) +- [2 粒子群算法PSO](SwarmIntelligence/2%20粒子群算法PSO.md) +- [3 人工蜂群算法ABC](SwarmIntelligence/3%20人工蜂群算法ABC.md) +- [4 蚁群算法ACO](SwarmIntelligence/4%20蚁群算法ACO.md) +- [5 布谷鸟算法CS](SwarmIntelligence/5%20布谷鸟算法CS.md) +- [6 萤火虫算法GSO](SwarmIntelligence/6%20萤火虫算法GSO.md) +- [7 灰狼算法GWO](SwarmIntelligence/7%20灰狼算法GWO.md) +- [8 蝙蝠算法](SwarmIntelligence/8%20蝙蝠算法.md) diff --git a/SwarmIntelligence/_sidebar.md b/SwarmIntelligence/_sidebar.md new file mode 100644 index 00000000..256f467a --- /dev/null +++ b/SwarmIntelligence/_sidebar.md @@ -0,0 +1,10 @@ +## SwarmIntelligence +- SwarmIntelligence + - [1 群体智能概述](SwarmIntelligence/1%20群体智能概述.md) + - [2 粒子群算法PSO](SwarmIntelligence/2%20粒子群算法PSO.md) + - [3 人工蜂群算法ABC](SwarmIntelligence/3%20人工蜂群算法ABC.md) + - [4 蚁群算法ACO](SwarmIntelligence/4%20蚁群算法ACO.md) + - [5 布谷鸟算法CS](SwarmIntelligence/5%20布谷鸟算法CS.md) + - [6 萤火虫算法GSO](SwarmIntelligence/6%20萤火虫算法GSO.md) + - [7 灰狼算法GWO](SwarmIntelligence/7%20灰狼算法GWO.md) + - [8 蝙蝠算法](SwarmIntelligence/8%20蝙蝠算法.md) diff --git a/TOOL/README.md b/TOOL/README.md new file mode 100644 index 00000000..20ede17a --- /dev/null +++ b/TOOL/README.md @@ -0,0 +1,8 @@ +## TOOL + +- [AndroidStudio](TOOL/AndroidStudio.md) +- [Citavi](TOOL/Citavi.md) +- [Intellij IDEA](TOOL/Intellij%20IDEA.md) +- [VS](TOOL/VS.md) +- [VSCode](TOOL/VSCode.md) +- [工具说明](TOOL/工具说明.md) diff --git a/TOOL/_sidebar.md b/TOOL/_sidebar.md new file mode 100644 index 00000000..c5d39d1a --- /dev/null +++ b/TOOL/_sidebar.md @@ -0,0 +1,8 @@ +## TOOL +- TOOL + - [AndroidStudio](TOOL/AndroidStudio.md) + - [Citavi](TOOL/Citavi.md) + - [Intellij IDEA](TOOL/Intellij%20IDEA.md) + - [VS](TOOL/VS.md) + - [VSCode](TOOL/VSCode.md) + - [工具说明](TOOL/工具说明.md) diff --git a/Tensorflow/README.md b/Tensorflow/README.md new file mode 100644 index 00000000..b09397e6 --- /dev/null +++ b/Tensorflow/README.md @@ -0,0 +1,2 @@ +## Tensorflow + diff --git a/Tensorflow/_sidebar.md b/Tensorflow/_sidebar.md new file mode 100644 index 00000000..5c8deb28 --- /dev/null +++ b/Tensorflow/_sidebar.md @@ -0,0 +1,23 @@ +## Tensorflow +- Tensorflow + - TensorFlow1.0 + - [1 TensorFlow概述](Tensorflow/TensorFlow1.0/1%20TensorFlow概述.md) + - [TensorFlow-Code Framework](Tensorflow/TensorFlow1.0/TensorFlow-Code%20Framework.md) + - [TensorFlow-Dateset](Tensorflow/TensorFlow1.0/TensorFlow-Dateset.md) + - [TensorFlow-IO](Tensorflow/TensorFlow1.0/TensorFlow-IO.md) + - [TensorFlow-OP(控制)](Tensorflow/TensorFlow1.0/TensorFlow-OP(控制).md) + - [TensorFlow-OP(计算)](Tensorflow/TensorFlow1.0/TensorFlow-OP(计算).md) + - [TensorFlow-Optimizer](Tensorflow/TensorFlow1.0/TensorFlow-Optimizer.md) + - [TensorFlow-Queue & Thread](Tensorflow/TensorFlow1.0/TensorFlow-Queue%20&%20Thread.md) + - [TensorFlow-Summary&Tensorboard](Tensorflow/TensorFlow1.0/TensorFlow-Summary&Tensorboard.md) + - [TensorFlow-Variable &Constant & Random](Tensorflow/TensorFlow1.0/TensorFlow-Variable%20&Constant%20&%20Random.md) + - [TensorFlow-code Bazel](Tensorflow/TensorFlow1.0/TensorFlow-code%20Bazel.md) + - [TensorFlow-code IO](Tensorflow/TensorFlow1.0/TensorFlow-code%20IO.md) + - [TensorFlow-code Swig](Tensorflow/TensorFlow1.0/TensorFlow-code%20Swig.md) + - [TensorFlow-code architecture](Tensorflow/TensorFlow1.0/TensorFlow-code%20architecture.md) + - [TensorFlow-code kernels](Tensorflow/TensorFlow1.0/TensorFlow-code%20kernels.md) + - [TensorFlow-自定义IO](Tensorflow/TensorFlow1.0/TensorFlow-自定义IO.md) + - [tensorflow安装常见问题](Tensorflow/TensorFlow1.0/tensorflow安装常见问题.md) + - [附录1 编译失败记录](Tensorflow/TensorFlow1.0/附录1%20编译失败记录.md) + - TensorFlow2.0 + - [0 概述](Tensorflow/TensorFlow2.0/0%20概述.md) diff --git a/UML建模/README.md b/UML建模/README.md new file mode 100644 index 00000000..cb976725 --- /dev/null +++ b/UML建模/README.md @@ -0,0 +1,20 @@ +## UML建模 + +- [1 UML笔记之模型和视图](UML建模/1%20UML笔记之模型和视图.md) +- [10 UML笔记之协作图](UML建模/10%20UML笔记之协作图.md) +- [11 UML笔记之活动图](UML建模/11%20UML笔记之活动图.md) +- [12 UML笔记之状态图](UML建模/12%20UML笔记之状态图.md) +- [13 UML笔记之构件图和部署图](UML建模/13%20UML笔记之构件图和部署图.md) +- [14 UML笔记之用例图](UML建模/14%20UML笔记之用例图.md) +- [2 UML笔记之语言体系](UML建模/2%20UML笔记之语言体系.md) +- [3 UML笔记之图和视图](UML建模/3%20UML笔记之图和视图.md) +- [4 UML笔记之规则和公共机制](UML建模/4%20UML笔记之规则和公共机制.md) +- [5 UML笔记之类图关系](UML建模/5%20UML笔记之类图关系.md) +- [6 UML笔记之类图](UML建模/6%20UML笔记之类图.md) +- [7 UML笔记之对象图](UML建模/7%20UML笔记之对象图.md) +- [8 UML笔记之包图](UML建模/8%20UML笔记之包图.md) +- [9 UML笔记之序列图](UML建模/9%20UML笔记之序列图.md) +- [交互概览图](UML建模/交互概览图.md) +- [现代软件工程——OO面向对象概述](UML建模/现代软件工程——OO面向对象概述.md) +- [现代软件工程——UML概述](UML建模/现代软件工程——UML概述.md) +- [现代软件工程——辅助内容](UML建模/现代软件工程——辅助内容.md) diff --git a/UML建模/_sidebar.md b/UML建模/_sidebar.md new file mode 100644 index 00000000..394e655e --- /dev/null +++ b/UML建模/_sidebar.md @@ -0,0 +1,20 @@ +## UML建模 +- UML建模 + - [1 UML笔记之模型和视图](UML建模/1%20UML笔记之模型和视图.md) + - [10 UML笔记之协作图](UML建模/10%20UML笔记之协作图.md) + - [11 UML笔记之活动图](UML建模/11%20UML笔记之活动图.md) + - [12 UML笔记之状态图](UML建模/12%20UML笔记之状态图.md) + - [13 UML笔记之构件图和部署图](UML建模/13%20UML笔记之构件图和部署图.md) + - [14 UML笔记之用例图](UML建模/14%20UML笔记之用例图.md) + - [2 UML笔记之语言体系](UML建模/2%20UML笔记之语言体系.md) + - [3 UML笔记之图和视图](UML建模/3%20UML笔记之图和视图.md) + - [4 UML笔记之规则和公共机制](UML建模/4%20UML笔记之规则和公共机制.md) + - [5 UML笔记之类图关系](UML建模/5%20UML笔记之类图关系.md) + - [6 UML笔记之类图](UML建模/6%20UML笔记之类图.md) + - [7 UML笔记之对象图](UML建模/7%20UML笔记之对象图.md) + - [8 UML笔记之包图](UML建模/8%20UML笔记之包图.md) + - [9 UML笔记之序列图](UML建模/9%20UML笔记之序列图.md) + - [交互概览图](UML建模/交互概览图.md) + - [现代软件工程——OO面向对象概述](UML建模/现代软件工程——OO面向对象概述.md) + - [现代软件工程——UML概述](UML建模/现代软件工程——UML概述.md) + - [现代软件工程——辅助内容](UML建模/现代软件工程——辅助内容.md) diff --git a/Vscode/README.md b/Vscode/README.md new file mode 100644 index 00000000..54a4c750 --- /dev/null +++ b/Vscode/README.md @@ -0,0 +1,6 @@ +## Vscode + +- [1 用户界面](Vscode/1%20用户界面.md) +- [2 代码片段](Vscode/2%20代码片段.md) +- [3 运行调试](Vscode/3%20运行调试.md) +- [4 快捷键和命令](Vscode/4%20快捷键和命令.md) diff --git a/Vscode/_sidebar.md b/Vscode/_sidebar.md new file mode 100644 index 00000000..ebc28f13 --- /dev/null +++ b/Vscode/_sidebar.md @@ -0,0 +1,10 @@ +## Vscode +- Vscode + - [1 用户界面](Vscode/1%20用户界面.md) + - [2 代码片段](Vscode/2%20代码片段.md) + - [3 运行调试](Vscode/3%20运行调试.md) + - [4 快捷键和命令](Vscode/4%20快捷键和命令.md) + - C + - [1 gcc](Vscode/C/1%20gcc.md) + - [2 cmake](Vscode/C/2%20cmake.md) + - [3 msvc](Vscode/C/3%20msvc.md) diff --git a/Vue/README.md b/Vue/README.md new file mode 100644 index 00000000..a4a08c84 --- /dev/null +++ b/Vue/README.md @@ -0,0 +1,2 @@ +## Vue + diff --git a/Vue/_sidebar.md b/Vue/_sidebar.md new file mode 100644 index 00000000..e8d2b061 --- /dev/null +++ b/Vue/_sidebar.md @@ -0,0 +1,26 @@ +## Vue +- Vue + - vue2 + - [01-ES6补充](Vue/vue2/01-ES6补充.md) + - [02-HelloVue](Vue/vue2/02-HelloVue.md) + - [03-插值操作](Vue/vue2/03-插值操作.md) + - [04-动态绑定属性](Vue/vue2/04-动态绑定属性.md) + - [05-计算属性与侦听器](Vue/vue2/05-计算属性与侦听器.md) + - [06-事件监听](Vue/vue2/06-事件监听.md) + - [07-条件判断](Vue/vue2/07-条件判断.md) + - [08-循环遍历](Vue/vue2/08-循环遍历.md) + - [09-综合练习](Vue/vue2/09-综合练习.md) + - [10-v-model](Vue/vue2/10-v-model.md) + - [11-组件化开发](Vue/vue2/11-组件化开发.md) + - [12-组件化高级](Vue/vue2/12-组件化高级.md) + - [13-Vue实例的生命周期](Vue/vue2/13-Vue实例的生命周期.md) + - [14-前端模块化](Vue/vue2/14-前端模块化.md) + - [15-webpack](Vue/vue2/15-webpack.md) + - [16-VueCLI](Vue/vue2/16-VueCLI.md) + - [17-Vue-Router](Vue/vue2/17-Vue-Router.md) + - [18-Promise](Vue/vue2/18-Promise.md) + - [19-Vuex](Vue/vue2/19-Vuex.md) + - [20-Axios的封装](Vue/vue2/20-Axios的封装.md) + - [综合练习-实现Tab-Bar](Vue/vue2/综合练习-实现Tab-Bar.md) + - vue3 + - [vue3快速上手](Vue/vue3/vue3快速上手.md) diff --git a/_sidebar.md b/_sidebar.md index cabf5aad..1c83c273 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -1 +1,71 @@ -- [首页](.) +## notes + +- [Android](Android/README.md) +- [Bootstrap](Bootstrap/README.md) +- [C++](C++/README.md) +- [CSS](CSS/README.md) +- [Git](Git/README.md) +- [Go](Go/README.md) +- [HTML](HTML/README.md) +- [Idea](Idea/README.md) +- [JBoss](JBoss/README.md) +- [JDBC](JDBC/README.md) +- [Java](Java/README.md) +- [JavaScript](JavaScript/README.md) +- [Latex](Latex/README.md) +- [Linux](Linux/README.md) +- [Matlab](Matlab/README.md) +- [MyBatis](MyBatis/README.md) +- [MySQL](MySQL/README.md) +- [Netty](Netty/README.md) +- [NodeJS](NodeJS/README.md) +- [Office](Office/README.md) +- [PHP](PHP/README.md) +- [PlantUML](PlantUML/README.md) +- [Postman](Postman/README.md) +- [Python](Python/README.md) +- [Quartz](Quartz/README.md) +- [Redis](Redis/README.md) +- [SVN](SVN/README.md) +- [Scala](Scala/README.md) +- [Sklearn](Sklearn/README.md) +- [Spark](Spark/README.md) +- [Spring](Spring/README.md) +- [SpringCloud](SpringCloud/README.md) +- [SpringCloudAlibaba](SpringCloudAlibaba/README.md) +- [SwarmIntelligence](SwarmIntelligence/README.md) +- [TOOL](TOOL/README.md) +- [Tensorflow](Tensorflow/README.md) +- [UML建模](UML建模/README.md) +- [Vscode](Vscode/README.md) +- [Vue](Vue/README.md) +- [blog](blog/README.md) +- [code_segment](code_segment/README.md) +- [docker](docker/README.md) +- [grpc](grpc/README.md) +- [kubenets](kubenets/README.md) +- [mac使用教程](mac使用教程/README.md) +- [maven](maven/README.md) +- [pytorch](pytorch/README.md) +- [windows程序设计](windows程序设计/README.md) +- [加密](加密/README.md) +- [单片机](单片机/README.md) +- [多活两年](多活两年/README.md) +- [微服务](微服务/README.md) +- [微积分](微积分/README.md) +- [操作系统](操作系统/README.md) +- [数据库](数据库/README.md) +- [数据结构](数据结构/README.md) +- [文献阅读](文献阅读/README.md) +- [机器学习](机器学习/README.md) +- [架构模式](架构模式/README.md) +- [概率论与数理统计](概率论与数理统计/README.md) +- [算法](算法/README.md) +- [线性代数](线性代数/README.md) +- [编译原理](编译原理/README.md) +- [计算机网络](计算机网络/README.md) +- [计算机网络实验](计算机网络实验/README.md) +- [设计模式](设计模式/README.md) +- [读书思考](读书思考/README.md) +- [软件文档写作](软件文档写作/README.md) +- [酒](酒/README.md) diff --git a/blog/README.md b/blog/README.md new file mode 100644 index 00000000..55dc1b03 --- /dev/null +++ b/blog/README.md @@ -0,0 +1,2 @@ +## blog + diff --git a/blog/_sidebar.md b/blog/_sidebar.md new file mode 100644 index 00000000..37c0cf36 --- /dev/null +++ b/blog/_sidebar.md @@ -0,0 +1,11 @@ +## blog +- blog + - hexo + - [创建博客](blog/hexo/创建博客.md) + - [部署博客](blog/hexo/部署博客.md) + - [配置博客](blog/hexo/配置博客.md) + - 博客 + - [01 博客系统需求文档](blog/博客/01%20博客系统需求文档.md) + - [02 博客系统设计文档](blog/博客/02%20博客系统设计文档.md) + - [03 博客系统详细设计](blog/博客/03%20博客系统详细设计.md) + - [04 博客内容指南](blog/博客/04%20博客内容指南.md) diff --git a/code_segment/README.md b/code_segment/README.md new file mode 100644 index 00000000..9bb75b13 --- /dev/null +++ b/code_segment/README.md @@ -0,0 +1,4 @@ +## code_segment + +- [huawei](code_segment/huawei.md) +- [huawei2](code_segment/huawei2.md) diff --git a/code_segment/_sidebar.md b/code_segment/_sidebar.md new file mode 100644 index 00000000..e7c7449d --- /dev/null +++ b/code_segment/_sidebar.md @@ -0,0 +1,4 @@ +## code_segment +- code_segment + - [huawei](code_segment/huawei.md) + - [huawei2](code_segment/huawei2.md) diff --git a/docker/README.md b/docker/README.md new file mode 100644 index 00000000..025677f1 --- /dev/null +++ b/docker/README.md @@ -0,0 +1,15 @@ +## docker + +- [1 简介安装](docker/1%20简介安装.md) +- [10 Swarm](docker/10%20Swarm.md) +- [11 CICD](docker/11%20CICD.md) +- [2 概念构成](docker/2%20概念构成.md) +- [3 常用命令](docker/3%20常用命令.md) +- [4 分层文件](docker/4%20分层文件.md) +- [5 容器数据卷](docker/5%20容器数据卷.md) +- [6 DockerFile](docker/6%20DockerFile.md) +- [7 Docker网络](docker/7%20Docker网络.md) +- [8 IDEA整合](docker/8%20IDEA整合.md) +- [9 Composed](docker/9%20Composed.md) +- [Docker](docker/Docker.md) +- [总结](docker/总结.md) diff --git a/docker/_sidebar.md b/docker/_sidebar.md new file mode 100644 index 00000000..137fe685 --- /dev/null +++ b/docker/_sidebar.md @@ -0,0 +1,15 @@ +## docker +- docker + - [1 简介安装](docker/1%20简介安装.md) + - [10 Swarm](docker/10%20Swarm.md) + - [11 CICD](docker/11%20CICD.md) + - [2 概念构成](docker/2%20概念构成.md) + - [3 常用命令](docker/3%20常用命令.md) + - [4 分层文件](docker/4%20分层文件.md) + - [5 容器数据卷](docker/5%20容器数据卷.md) + - [6 DockerFile](docker/6%20DockerFile.md) + - [7 Docker网络](docker/7%20Docker网络.md) + - [8 IDEA整合](docker/8%20IDEA整合.md) + - [9 Composed](docker/9%20Composed.md) + - [Docker](docker/Docker.md) + - [总结](docker/总结.md) diff --git a/grpc/README.md b/grpc/README.md new file mode 100644 index 00000000..a68777a2 --- /dev/null +++ b/grpc/README.md @@ -0,0 +1,3 @@ +## grpc + +- [protos](grpc/protos.md) diff --git a/grpc/_sidebar.md b/grpc/_sidebar.md new file mode 100644 index 00000000..11825886 --- /dev/null +++ b/grpc/_sidebar.md @@ -0,0 +1,3 @@ +## grpc +- grpc + - [protos](grpc/protos.md) diff --git a/kubenets/README.md b/kubenets/README.md new file mode 100644 index 00000000..7446f6e4 --- /dev/null +++ b/kubenets/README.md @@ -0,0 +1,20 @@ +## kubenets + +- [01.简介](kubenets/01.简介.md) +- [02.安装](kubenets/02.安装.md) +- [03.入门](kubenets/03.入门.md) +- [04-1.POD](kubenets/04-1.POD.md) +- [04-10 Probe](kubenets/04-10%20Probe.md) +- [04-2.Service](kubenets/04-2.Service.md) +- [04-3.Deployment](kubenets/04-3.Deployment.md) +- [04-4.StatefulSet](kubenets/04-4.StatefulSet.md) +- [04-5.ReplicaSet](kubenets/04-5.ReplicaSet.md) +- [04-6.Ingress](kubenets/04-6.Ingress.md) +- [04-7.job](kubenets/04-7.job.md) +- [04-8.Configmap](kubenets/04-8.Configmap.md) +- [04-9 PersistVolume](kubenets/04-9%20PersistVolume.md) +- [06.容器设计模式](kubenets/06.容器设计模式.md) +- [07 有无状态服务](kubenets/07%20有无状态服务.md) +- [08 Pod网络](kubenets/08%20Pod网络.md) +- [09.kubectl命令行](kubenets/09.kubectl命令行.md) +- [11.优雅下线](kubenets/11.优雅下线.md) diff --git a/kubenets/_sidebar.md b/kubenets/_sidebar.md new file mode 100644 index 00000000..5edff1ea --- /dev/null +++ b/kubenets/_sidebar.md @@ -0,0 +1,32 @@ +## kubenets +- kubenets + - [01.简介](kubenets/01.简介.md) + - [02.安装](kubenets/02.安装.md) + - [03.入门](kubenets/03.入门.md) + - [04-1.POD](kubenets/04-1.POD.md) + - [04-10 Probe](kubenets/04-10%20Probe.md) + - [04-2.Service](kubenets/04-2.Service.md) + - [04-3.Deployment](kubenets/04-3.Deployment.md) + - [04-4.StatefulSet](kubenets/04-4.StatefulSet.md) + - [04-5.ReplicaSet](kubenets/04-5.ReplicaSet.md) + - [04-6.Ingress](kubenets/04-6.Ingress.md) + - [04-7.job](kubenets/04-7.job.md) + - [04-8.Configmap](kubenets/04-8.Configmap.md) + - [04-9 PersistVolume](kubenets/04-9%20PersistVolume.md) + - [06.容器设计模式](kubenets/06.容器设计模式.md) + - [07 有无状态服务](kubenets/07%20有无状态服务.md) + - [08 Pod网络](kubenets/08%20Pod网络.md) + - [09.kubectl命令行](kubenets/09.kubectl命令行.md) + - [11.优雅下线](kubenets/11.优雅下线.md) + - ambassador + - [01 简介](kubenets/ambassador/01%20简介.md) + - [02 mapping](kubenets/ambassador/02%20mapping.md) + - helm + - [简介](kubenets/helm/简介.md) + - operator + - [01 简介](kubenets/operator/01%20简介.md) + - [02 Operator-sdk](kubenets/operator/02%20Operator-sdk.md) + - [03 Kubebuilder](kubenets/operator/03%20Kubebuilder.md) + - [04 原理](kubenets/operator/04%20原理.md) + - [05 client-go](kubenets/operator/05%20client-go.md) + - [06 client-go创建资源](kubenets/operator/06%20client-go创建资源.md) diff --git a/mac使用教程/README.md b/mac使用教程/README.md new file mode 100644 index 00000000..69306cf3 --- /dev/null +++ b/mac使用教程/README.md @@ -0,0 +1,5 @@ +## mac使用教程 + +- [alfread](mac使用教程/alfread.md) +- [item2](mac使用教程/item2.md) +- [mac使用教程](mac使用教程/mac使用教程.md) diff --git a/mac使用教程/_sidebar.md b/mac使用教程/_sidebar.md new file mode 100644 index 00000000..58d68e64 --- /dev/null +++ b/mac使用教程/_sidebar.md @@ -0,0 +1,5 @@ +## mac使用教程 +- mac使用教程 + - [alfread](mac使用教程/alfread.md) + - [item2](mac使用教程/item2.md) + - [mac使用教程](mac使用教程/mac使用教程.md) diff --git a/maven/README.md b/maven/README.md new file mode 100644 index 00000000..ebd411d8 --- /dev/null +++ b/maven/README.md @@ -0,0 +1,17 @@ +## maven + +- [01 maven概述](maven/01%20maven概述.md) +- [02 mavenPOM](maven/02%20mavenPOM.md) +- [02 mavenSetting](maven/02%20mavenSetting.md) +- [03 maven与Idea](maven/03%20maven与Idea.md) +- [04 maven生命周期](maven/04%20maven生命周期.md) +- [05 maven仓库](maven/05%20maven仓库.md) +- [06 maven命令插件Plugins](maven/06%20maven命令插件Plugins.md) +- [07 maven项目实战](maven/07%20maven项目实战.md) +- [08 maven属性标签Properties](maven/08%20maven属性标签Properties.md) +- [09 maven构建标签Build](maven/09%20maven构建标签Build.md) +- [10 maven配置文件Profile](maven/10%20maven配置文件Profile.md) +- [11 maven私服Nexus](maven/11%20maven私服Nexus.md) +- [12 maven依赖冲突](maven/12%20maven依赖冲突.md) +- [13 maven导入普通jar](maven/13%20maven导入普通jar.md) +- [maven继承关系](maven/maven继承关系.md) diff --git a/maven/_sidebar.md b/maven/_sidebar.md new file mode 100644 index 00000000..aecf37a8 --- /dev/null +++ b/maven/_sidebar.md @@ -0,0 +1,17 @@ +## maven +- maven + - [01 maven概述](maven/01%20maven概述.md) + - [02 mavenPOM](maven/02%20mavenPOM.md) + - [02 mavenSetting](maven/02%20mavenSetting.md) + - [03 maven与Idea](maven/03%20maven与Idea.md) + - [04 maven生命周期](maven/04%20maven生命周期.md) + - [05 maven仓库](maven/05%20maven仓库.md) + - [06 maven命令插件Plugins](maven/06%20maven命令插件Plugins.md) + - [07 maven项目实战](maven/07%20maven项目实战.md) + - [08 maven属性标签Properties](maven/08%20maven属性标签Properties.md) + - [09 maven构建标签Build](maven/09%20maven构建标签Build.md) + - [10 maven配置文件Profile](maven/10%20maven配置文件Profile.md) + - [11 maven私服Nexus](maven/11%20maven私服Nexus.md) + - [12 maven依赖冲突](maven/12%20maven依赖冲突.md) + - [13 maven导入普通jar](maven/13%20maven导入普通jar.md) + - [maven继承关系](maven/maven继承关系.md) diff --git a/pytorch/README.md b/pytorch/README.md new file mode 100644 index 00000000..58750fd2 --- /dev/null +++ b/pytorch/README.md @@ -0,0 +1,2 @@ +## pytorch + diff --git a/pytorch/_sidebar.md b/pytorch/_sidebar.md new file mode 100644 index 00000000..c25c3bd4 --- /dev/null +++ b/pytorch/_sidebar.md @@ -0,0 +1,71 @@ +## pytorch +- pytorch + - PyG + - [1 数据](pytorch/PyG/1%20数据.md) + - [2 模型](pytorch/PyG/2%20模型.md) + - [3 训练](pytorch/PyG/3%20训练.md) + - 其他教程 + - [00SUMMARY](pytorch/其他教程/00SUMMARY.md) + - [01](pytorch/其他教程/01.md) + - [02](pytorch/其他教程/02.md) + - [03](pytorch/其他教程/03.md) + - [04](pytorch/其他教程/04.md) + - [05](pytorch/其他教程/05.md) + - [06](pytorch/其他教程/06.md) + - [07](pytorch/其他教程/07.md) + - [08](pytorch/其他教程/08.md) + - [09](pytorch/其他教程/09.md) + - [10](pytorch/其他教程/10.md) + - [11](pytorch/其他教程/11.md) + - [12](pytorch/其他教程/12.md) + - [13](pytorch/其他教程/13.md) + - [14](pytorch/其他教程/14.md) + - [15](pytorch/其他教程/15.md) + - [16](pytorch/其他教程/16.md) + - [17](pytorch/其他教程/17.md) + - [18](pytorch/其他教程/18.md) + - [19](pytorch/其他教程/19.md) + - [20](pytorch/其他教程/20.md) + - [21](pytorch/其他教程/21.md) + - [22](pytorch/其他教程/22.md) + - [23](pytorch/其他教程/23.md) + - [24](pytorch/其他教程/24.md) + - [25](pytorch/其他教程/25.md) + - [26](pytorch/其他教程/26.md) + - 官方教程 + - [00 Pytorch 概述](pytorch/官方教程/00%20Pytorch%20概述.md) + - [02 Pytorch 60分钟](pytorch/官方教程/02%20Pytorch%2060分钟.md) + - [03 Pytorch 实例学习](pytorch/官方教程/03%20Pytorch%20实例学习.md) + - [04 Pytorch nn本质](pytorch/官方教程/04%20Pytorch%20nn本质.md) + - [05 Pytorch 可视化](pytorch/官方教程/05%20Pytorch%20可视化.md) + - [10 Pysyft 概述](pytorch/官方教程/10%20Pysyft%20概述.md) + - [30 快速入门](pytorch/官方教程/30%20快速入门.md) + - [31 张量](pytorch/官方教程/31%20张量.md) + - [32 数据集和数据加载器](pytorch/官方教程/32%20数据集和数据加载器.md) + - [33 转换transform](pytorch/官方教程/33%20转换transform.md) + - [34 建立神经网络](pytorch/官方教程/34%20建立神经网络.md) + - [35 自动微分](pytorch/官方教程/35%20自动微分.md) + - [36 优化模型参数](pytorch/官方教程/36%20优化模型参数.md) + - [37 保存并加载模型](pytorch/官方教程/37%20保存并加载模型.md) + - [38 Pytorch 序列化](pytorch/官方教程/38%20Pytorch%20序列化.md) + - [40 Pytorch分布式概述](pytorch/官方教程/40%20Pytorch分布式概述.md) + - [41 单机模型并行](pytorch/官方教程/41%20单机模型并行.md) + - [42 分布式数据并行](pytorch/官方教程/42%20分布式数据并行.md) + - [43 Pytorch分布式应用](pytorch/官方教程/43%20Pytorch分布式应用.md) + - [44 分布式RPC框架](pytorch/官方教程/44%20分布式RPC框架.md) + - [45 分布式RPC框架-参数服务器](pytorch/官方教程/45%20分布式RPC框架-参数服务器.md) + - [46 分布式RPC框架-管道并行化](pytorch/官方教程/46%20分布式RPC框架-管道并行化.md) + - [47 异步执行批量RPC处理](pytorch/官方教程/47%20异步执行批量RPC处理.md) + - [48 分布式DataParallel与分布式RPC](pytorch/官方教程/48%20分布式DataParallel与分布式RPC.md) + - [50 Android应用](pytorch/官方教程/50%20Android应用.md) + - [80 API-torch](pytorch/官方教程/80%20API-torch.md) + - [81 API-torch.nn](pytorch/官方教程/81%20API-torch.nn.md) + - [82 API-torch.nn.functional](pytorch/官方教程/82%20API-torch.nn.functional.md) + - [83 API-torch.Tensor](pytorch/官方教程/83%20API-torch.Tensor.md) + - [84 API-torch attributes](pytorch/官方教程/84%20API-torch%20attributes.md) + - [85 API-tensor view](pytorch/官方教程/85%20API-tensor%20view.md) + - [86 API-torch.autograd](pytorch/官方教程/86%20API-torch.autograd.md) + - [87 API-torch.linalg](pytorch/官方教程/87%20API-torch.linalg.md) + - [88 API-torch.optim](pytorch/官方教程/88%20API-torch.optim.md) + - [89 API-Pipeline](pytorch/官方教程/89%20API-Pipeline.md) + - [90 API-RPC](pytorch/官方教程/90%20API-RPC.md) diff --git a/windows程序设计/README.md b/windows程序设计/README.md new file mode 100644 index 00000000..98fc9063 --- /dev/null +++ b/windows程序设计/README.md @@ -0,0 +1,2 @@ +## windows程序设计 + diff --git a/windows程序设计/_sidebar.md b/windows程序设计/_sidebar.md new file mode 100644 index 00000000..d2f50ba6 --- /dev/null +++ b/windows程序设计/_sidebar.md @@ -0,0 +1,14 @@ +## windows程序设计 +- windows程序设计 + - 图形界面 + - [Win32 进阶-MFC编程](windows程序设计/图形界面/Win32%20进阶-MFC编程.md) + - [Windows图形界面](windows程序设计/图形界面/Windows图形界面.md) + - 基本知识 + - [C字符串操作](windows程序设计/基本知识/C字符串操作.md) + - [C数据类型转化的说明](windows程序设计/基本知识/C数据类型转化的说明.md) + - [建立Windows编程的体系](windows程序设计/基本知识/建立Windows编程的体系.md) + - 并发编程 + - [IOCP](windows程序设计/并发编程/IOCP.md) + - [Windows程序设计——基本知识](windows程序设计/并发编程/Windows程序设计——基本知识.md) + - [Windows程序设计——线程](windows程序设计/并发编程/Windows程序设计——线程.md) + - [Windows程序设计——进程创建](windows程序设计/并发编程/Windows程序设计——进程创建.md) diff --git a/加密/README.md b/加密/README.md new file mode 100644 index 00000000..d288c320 --- /dev/null +++ b/加密/README.md @@ -0,0 +1,10 @@ +## 加密 + +- [1 公钥秘钥加密原理](加密/1%20公钥秘钥加密原理.md) +- [2 TLS加密协议](加密/2%20TLS加密协议.md) +- [3 TLS协议变迁](加密/3%20TLS协议变迁.md) +- [4 TLS密钥协商](加密/4%20TLS密钥协商.md) +- [5 TLS实验](加密/5%20TLS实验.md) +- [6 加密算法](加密/6%20加密算法.md) +- [7 HTTPS协议](加密/7%20HTTPS协议.md) +- [会议记录](加密/会议记录.md) diff --git a/加密/_sidebar.md b/加密/_sidebar.md new file mode 100644 index 00000000..94103641 --- /dev/null +++ b/加密/_sidebar.md @@ -0,0 +1,10 @@ +## 加密 +- 加密 + - [1 公钥秘钥加密原理](加密/1%20公钥秘钥加密原理.md) + - [2 TLS加密协议](加密/2%20TLS加密协议.md) + - [3 TLS协议变迁](加密/3%20TLS协议变迁.md) + - [4 TLS密钥协商](加密/4%20TLS密钥协商.md) + - [5 TLS实验](加密/5%20TLS实验.md) + - [6 加密算法](加密/6%20加密算法.md) + - [7 HTTPS协议](加密/7%20HTTPS协议.md) + - [会议记录](加密/会议记录.md) diff --git a/单片机/README.md b/单片机/README.md new file mode 100644 index 00000000..e927e9c4 --- /dev/null +++ b/单片机/README.md @@ -0,0 +1,10 @@ +## 单片机 + +- [单片机开发系统](单片机/单片机开发系统.md) +- [单片机指令系统概论](单片机/单片机指令系统概论.md) +- [单片机汇编程序设计](单片机/单片机汇编程序设计.md) +- [单片机的内部结构原理](单片机/单片机的内部结构原理.md) +- [单片机的外部结构](单片机/单片机的外部结构.md) +- [单片机的执行方式](单片机/单片机的执行方式.md) +- [单片机背景知识](单片机/单片机背景知识.md) +- [汇编指令](单片机/汇编指令.md) diff --git a/单片机/_sidebar.md b/单片机/_sidebar.md new file mode 100644 index 00000000..6b94324c --- /dev/null +++ b/单片机/_sidebar.md @@ -0,0 +1,10 @@ +## 单片机 +- 单片机 + - [单片机开发系统](单片机/单片机开发系统.md) + - [单片机指令系统概论](单片机/单片机指令系统概论.md) + - [单片机汇编程序设计](单片机/单片机汇编程序设计.md) + - [单片机的内部结构原理](单片机/单片机的内部结构原理.md) + - [单片机的外部结构](单片机/单片机的外部结构.md) + - [单片机的执行方式](单片机/单片机的执行方式.md) + - [单片机背景知识](单片机/单片机背景知识.md) + - [汇编指令](单片机/汇编指令.md) diff --git a/多活两年/README.md b/多活两年/README.md new file mode 100644 index 00000000..d491b289 --- /dev/null +++ b/多活两年/README.md @@ -0,0 +1,5 @@ +## 多活两年 + +- [咳嗽](多活两年/咳嗽.md) +- [感冒](多活两年/感冒.md) +- [脾胃虚寒](多活两年/脾胃虚寒.md) diff --git a/多活两年/_sidebar.md b/多活两年/_sidebar.md new file mode 100644 index 00000000..1b15730f --- /dev/null +++ b/多活两年/_sidebar.md @@ -0,0 +1,5 @@ +## 多活两年 +- 多活两年 + - [咳嗽](多活两年/咳嗽.md) + - [感冒](多活两年/感冒.md) + - [脾胃虚寒](多活两年/脾胃虚寒.md) diff --git a/微服务/README.md b/微服务/README.md new file mode 100644 index 00000000..e4b4e418 --- /dev/null +++ b/微服务/README.md @@ -0,0 +1,2 @@ +## 微服务 + diff --git a/微服务/_sidebar.md b/微服务/_sidebar.md new file mode 100644 index 00000000..200e125f --- /dev/null +++ b/微服务/_sidebar.md @@ -0,0 +1,12 @@ +## 微服务 +- 微服务 + - prometheus + - [01 基本概念](微服务/prometheus/01%20基本概念.md) + - [02 快速开始](微服务/prometheus/02%20快速开始.md) + - [03 PromQL](微服务/prometheus/03%20PromQL.md) + - [04 告警规则](微服务/prometheus/04%20告警规则.md) + - [05 client-java](微服务/prometheus/05%20client-java.md) + - [06 micrometer](微服务/prometheus/06%20micrometer.md) + - [07 ConsoleTemplate](微服务/prometheus/07%20ConsoleTemplate.md) + - [08 grafana](微服务/prometheus/08%20grafana.md) + - [10 最佳实践_springboot](微服务/prometheus/10%20最佳实践_springboot.md) diff --git a/微积分/README.md b/微积分/README.md new file mode 100644 index 00000000..5f55f809 --- /dev/null +++ b/微积分/README.md @@ -0,0 +1,15 @@ +## 微积分 + +- [学习介绍](微积分/学习介绍.md) +- [第10章 微分方程](微积分/第10章%20微分方程.md) +- [第11章 差分方程](微积分/第11章%20差分方程.md) +- [第1章 函数](微积分/第1章%20函数.md) +- [第2章 极限和连续](微积分/第2章%20极限和连续.md) +- [第3章 导数和微分](微积分/第3章%20导数和微分.md) +- [第4章 微分中值定理与导数应用](微积分/第4章%20微分中值定理与导数应用.md) +- [第5章 不定积分](微积分/第5章%20不定积分.md) +- [第6章 定积分](微积分/第6章%20定积分.md) +- [第7章 空间解析几何与向量代数](微积分/第7章%20空间解析几何与向量代数.md) +- [第8章 多元函数微积分](微积分/第8章%20多元函数微积分.md) +- [第9章 无穷级数](微积分/第9章%20无穷级数.md) +- [附录1:三角函数公式](微积分/附录1:三角函数公式.md) diff --git a/微积分/_sidebar.md b/微积分/_sidebar.md new file mode 100644 index 00000000..a0e1c9d5 --- /dev/null +++ b/微积分/_sidebar.md @@ -0,0 +1,15 @@ +## 微积分 +- 微积分 + - [学习介绍](微积分/学习介绍.md) + - [第10章 微分方程](微积分/第10章%20微分方程.md) + - [第11章 差分方程](微积分/第11章%20差分方程.md) + - [第1章 函数](微积分/第1章%20函数.md) + - [第2章 极限和连续](微积分/第2章%20极限和连续.md) + - [第3章 导数和微分](微积分/第3章%20导数和微分.md) + - [第4章 微分中值定理与导数应用](微积分/第4章%20微分中值定理与导数应用.md) + - [第5章 不定积分](微积分/第5章%20不定积分.md) + - [第6章 定积分](微积分/第6章%20定积分.md) + - [第7章 空间解析几何与向量代数](微积分/第7章%20空间解析几何与向量代数.md) + - [第8章 多元函数微积分](微积分/第8章%20多元函数微积分.md) + - [第9章 无穷级数](微积分/第9章%20无穷级数.md) + - [附录1:三角函数公式](微积分/附录1:三角函数公式.md) diff --git a/操作系统/README.md b/操作系统/README.md new file mode 100644 index 00000000..ba305e63 --- /dev/null +++ b/操作系统/README.md @@ -0,0 +1,39 @@ +## 操作系统 + +- [0 概述](操作系统/0%20概述.md) +- [1 操作系统引论](操作系统/1%20操作系统引论.md) +- [2 进程管理](操作系统/2%20进程管理.md) +- [2.1 进程的基本概念](操作系统/2.1%20进程的基本概念.md) +- [2.2 进程控制](操作系统/2.2%20进程控制.md) +- [2.3 进程同步](操作系统/2.3%20进程同步.md) +- [2.4 进程通信](操作系统/2.4%20进程通信.md) +- [2.5 进程与线程](操作系统/2.5%20进程与线程.md) +- [2.6 协程](操作系统/2.6%20协程.md) +- [3 处理机管理](操作系统/3%20处理机管理.md) +- [4 内存管理](操作系统/4%20内存管理.md) +- [4.1 层次结构与装入链接](操作系统/4.1%20层次结构与装入链接.md) +- [4.2 连续存储管理](操作系统/4.2%20连续存储管理.md) +- [4.3 分页存储管理](操作系统/4.3%20分页存储管理.md) +- [4.4 分段存储管理](操作系统/4.4%20分段存储管理.md) +- [4.5 虚拟存储器](操作系统/4.5%20虚拟存储器.md) +- [5 设备IO管理](操作系统/5%20设备IO管理.md) +- [5.1 Linux IO模型](操作系统/5.1%20Linux%20IO模型.md) +- [5.2 Windows IO模型](操作系统/5.2%20Windows%20IO模型.md) +- [5.3 IO多路复用模型](操作系统/5.3%20IO多路复用模型.md) +- [5.4 IO多路复用与线程进程](操作系统/5.4%20IO多路复用与线程进程.md) +- [5.5 IO多路复用与回调函数](操作系统/5.5%20IO多路复用与回调函数.md) +- [6 文件系统](操作系统/6%20文件系统.md) +- [7 操作系统接口](操作系统/7%20操作系统接口.md) +- [附录1 课后习题答案](操作系统/附录1%20课后习题答案.md) +- [附录10 动态内存的原理](操作系统/附录10%20动态内存的原理.md) +- [附录12 并发编程](操作系统/附录12%20并发编程.md) +- [附录13 网络编程](操作系统/附录13%20网络编程.md) +- [附录2 操作系统总结](操作系统/附录2%20操作系统总结.md) +- [附录3 互斥量、信号量、条件变量](操作系统/附录3%20互斥量、信号量、条件变量.md) +- [附录4 寄存器](操作系统/附录4%20寄存器.md) +- [附录5 协程](操作系统/附录5%20协程.md) +- [附录6 中断](操作系统/附录6%20中断.md) +- [附录7 模式切换与进程切换](操作系统/附录7%20模式切换与进程切换.md) +- [附录8 同步异步、阻塞非阻塞](操作系统/附录8%20同步异步、阻塞非阻塞.md) +- [附录9 网络编程和web开发](操作系统/附录9%20网络编程和web开发.md) +- [面试问题整理](操作系统/面试问题整理.md) diff --git a/操作系统/_sidebar.md b/操作系统/_sidebar.md new file mode 100644 index 00000000..3fa15510 --- /dev/null +++ b/操作系统/_sidebar.md @@ -0,0 +1,39 @@ +## 操作系统 +- 操作系统 + - [0 概述](操作系统/0%20概述.md) + - [1 操作系统引论](操作系统/1%20操作系统引论.md) + - [2 进程管理](操作系统/2%20进程管理.md) + - [2.1 进程的基本概念](操作系统/2.1%20进程的基本概念.md) + - [2.2 进程控制](操作系统/2.2%20进程控制.md) + - [2.3 进程同步](操作系统/2.3%20进程同步.md) + - [2.4 进程通信](操作系统/2.4%20进程通信.md) + - [2.5 进程与线程](操作系统/2.5%20进程与线程.md) + - [2.6 协程](操作系统/2.6%20协程.md) + - [3 处理机管理](操作系统/3%20处理机管理.md) + - [4 内存管理](操作系统/4%20内存管理.md) + - [4.1 层次结构与装入链接](操作系统/4.1%20层次结构与装入链接.md) + - [4.2 连续存储管理](操作系统/4.2%20连续存储管理.md) + - [4.3 分页存储管理](操作系统/4.3%20分页存储管理.md) + - [4.4 分段存储管理](操作系统/4.4%20分段存储管理.md) + - [4.5 虚拟存储器](操作系统/4.5%20虚拟存储器.md) + - [5 设备IO管理](操作系统/5%20设备IO管理.md) + - [5.1 Linux IO模型](操作系统/5.1%20Linux%20IO模型.md) + - [5.2 Windows IO模型](操作系统/5.2%20Windows%20IO模型.md) + - [5.3 IO多路复用模型](操作系统/5.3%20IO多路复用模型.md) + - [5.4 IO多路复用与线程进程](操作系统/5.4%20IO多路复用与线程进程.md) + - [5.5 IO多路复用与回调函数](操作系统/5.5%20IO多路复用与回调函数.md) + - [6 文件系统](操作系统/6%20文件系统.md) + - [7 操作系统接口](操作系统/7%20操作系统接口.md) + - [附录1 课后习题答案](操作系统/附录1%20课后习题答案.md) + - [附录10 动态内存的原理](操作系统/附录10%20动态内存的原理.md) + - [附录12 并发编程](操作系统/附录12%20并发编程.md) + - [附录13 网络编程](操作系统/附录13%20网络编程.md) + - [附录2 操作系统总结](操作系统/附录2%20操作系统总结.md) + - [附录3 互斥量、信号量、条件变量](操作系统/附录3%20互斥量、信号量、条件变量.md) + - [附录4 寄存器](操作系统/附录4%20寄存器.md) + - [附录5 协程](操作系统/附录5%20协程.md) + - [附录6 中断](操作系统/附录6%20中断.md) + - [附录7 模式切换与进程切换](操作系统/附录7%20模式切换与进程切换.md) + - [附录8 同步异步、阻塞非阻塞](操作系统/附录8%20同步异步、阻塞非阻塞.md) + - [附录9 网络编程和web开发](操作系统/附录9%20网络编程和web开发.md) + - [面试问题整理](操作系统/面试问题整理.md) diff --git a/数据库/README.md b/数据库/README.md new file mode 100644 index 00000000..bb2c39d9 --- /dev/null +++ b/数据库/README.md @@ -0,0 +1,17 @@ +## 数据库 + +- [0 数据库系统概论目录](数据库/0%20数据库系统概论目录.md) +- [z常见问题总结](数据库/z常见问题总结.md) +- [z面试问题整理](数据库/z面试问题整理.md) +- [基础篇——1.数据模型和系统结构](数据库/基础篇——1.数据模型和系统结构.md) +- [基础篇——2.关系运算](数据库/基础篇——2.关系运算.md) +- [基础篇——3.数据类型](数据库/基础篇——3.数据类型.md) +- [基础篇——4.SQL](数据库/基础篇——4.SQL.md) +- [基础篇——5.完整性](数据库/基础篇——5.完整性.md) +- [基础篇——6.安全性](数据库/基础篇——6.安全性.md) +- [基础篇——7.断言和触发器](数据库/基础篇——7.断言和触发器.md) +- [系统篇——1.查询处理和查询优化](数据库/系统篇——1.查询处理和查询优化.md) +- [系统篇——2.并发控制](数据库/系统篇——2.并发控制.md) +- [设计篇——1.规范化](数据库/设计篇——1.规范化.md) +- [设计篇——2.设计步骤](数据库/设计篇——2.设计步骤.md) +- [设计篇——3.SQL编程](数据库/设计篇——3.SQL编程.md) diff --git a/数据库/_sidebar.md b/数据库/_sidebar.md new file mode 100644 index 00000000..c1b69198 --- /dev/null +++ b/数据库/_sidebar.md @@ -0,0 +1,17 @@ +## 数据库 +- 数据库 + - [0 数据库系统概论目录](数据库/0%20数据库系统概论目录.md) + - [z常见问题总结](数据库/z常见问题总结.md) + - [z面试问题整理](数据库/z面试问题整理.md) + - [基础篇——1.数据模型和系统结构](数据库/基础篇——1.数据模型和系统结构.md) + - [基础篇——2.关系运算](数据库/基础篇——2.关系运算.md) + - [基础篇——3.数据类型](数据库/基础篇——3.数据类型.md) + - [基础篇——4.SQL](数据库/基础篇——4.SQL.md) + - [基础篇——5.完整性](数据库/基础篇——5.完整性.md) + - [基础篇——6.安全性](数据库/基础篇——6.安全性.md) + - [基础篇——7.断言和触发器](数据库/基础篇——7.断言和触发器.md) + - [系统篇——1.查询处理和查询优化](数据库/系统篇——1.查询处理和查询优化.md) + - [系统篇——2.并发控制](数据库/系统篇——2.并发控制.md) + - [设计篇——1.规范化](数据库/设计篇——1.规范化.md) + - [设计篇——2.设计步骤](数据库/设计篇——2.设计步骤.md) + - [设计篇——3.SQL编程](数据库/设计篇——3.SQL编程.md) diff --git a/数据结构/README.md b/数据结构/README.md new file mode 100644 index 00000000..cb5628c6 --- /dev/null +++ b/数据结构/README.md @@ -0,0 +1,34 @@ +## 数据结构 + +- [0 数据结构基础](数据结构/0%20数据结构基础.md) +- [1 数组](数据结构/1%20数组.md) +- [2 链表](数据结构/2%20链表.md) +- [2.1 单链表](数据结构/2.1%20单链表.md) +- [2.2 双链表](数据结构/2.2%20双链表.md) +- [2.3 循环单链表](数据结构/2.3%20循环单链表.md) +- [2.4 循环双链表](数据结构/2.4%20循环双链表.md) +- [3 栈](数据结构/3%20栈.md) +- [3.1 单调栈](数据结构/3.1%20单调栈.md) +- [4 队列](数据结构/4%20队列.md) +- [4.1 循环队列](数据结构/4.1%20循环队列.md) +- [4.2 优先队列](数据结构/4.2%20优先队列.md) +- [5 散列表](数据结构/5%20散列表.md) +- [5.1 散列表查找](数据结构/5.1%20散列表查找.md) +- [5.2 哈希集合](数据结构/5.2%20哈希集合.md) +- [5.3 哈希映射](数据结构/5.3%20哈希映射.md) +- [5.4 并查集](数据结构/5.4%20并查集.md) +- [6 树](数据结构/6%20树.md) +- [6.1 二叉树](数据结构/6.1%20二叉树.md) +- [6.10 差分数组](数据结构/6.10%20差分数组.md) +- [6.11 树状数组](数据结构/6.11%20树状数组.md) +- [6.12 线段树](数据结构/6.12%20线段树.md) +- [6.15 特异树](数据结构/6.15%20特异树.md) +- [6.2 二叉搜索树](数据结构/6.2%20二叉搜索树.md) +- [6.3 平衡二叉树](数据结构/6.3%20平衡二叉树.md) +- [6.4 红黑树](数据结构/6.4%20红黑树.md) +- [6.5 B树](数据结构/6.5%20B树.md) +- [6.6 B+树](数据结构/6.6%20B+树.md) +- [6.8 堆树](数据结构/6.8%20堆树.md) +- [6.9 字典树](数据结构/6.9%20字典树.md) +- [7 图](数据结构/7%20图.md) +- [8 跳表](数据结构/8%20跳表.md) diff --git a/数据结构/_sidebar.md b/数据结构/_sidebar.md new file mode 100644 index 00000000..ffb51ae5 --- /dev/null +++ b/数据结构/_sidebar.md @@ -0,0 +1,34 @@ +## 数据结构 +- 数据结构 + - [0 数据结构基础](数据结构/0%20数据结构基础.md) + - [1 数组](数据结构/1%20数组.md) + - [2 链表](数据结构/2%20链表.md) + - [2.1 单链表](数据结构/2.1%20单链表.md) + - [2.2 双链表](数据结构/2.2%20双链表.md) + - [2.3 循环单链表](数据结构/2.3%20循环单链表.md) + - [2.4 循环双链表](数据结构/2.4%20循环双链表.md) + - [3 栈](数据结构/3%20栈.md) + - [3.1 单调栈](数据结构/3.1%20单调栈.md) + - [4 队列](数据结构/4%20队列.md) + - [4.1 循环队列](数据结构/4.1%20循环队列.md) + - [4.2 优先队列](数据结构/4.2%20优先队列.md) + - [5 散列表](数据结构/5%20散列表.md) + - [5.1 散列表查找](数据结构/5.1%20散列表查找.md) + - [5.2 哈希集合](数据结构/5.2%20哈希集合.md) + - [5.3 哈希映射](数据结构/5.3%20哈希映射.md) + - [5.4 并查集](数据结构/5.4%20并查集.md) + - [6 树](数据结构/6%20树.md) + - [6.1 二叉树](数据结构/6.1%20二叉树.md) + - [6.10 差分数组](数据结构/6.10%20差分数组.md) + - [6.11 树状数组](数据结构/6.11%20树状数组.md) + - [6.12 线段树](数据结构/6.12%20线段树.md) + - [6.15 特异树](数据结构/6.15%20特异树.md) + - [6.2 二叉搜索树](数据结构/6.2%20二叉搜索树.md) + - [6.3 平衡二叉树](数据结构/6.3%20平衡二叉树.md) + - [6.4 红黑树](数据结构/6.4%20红黑树.md) + - [6.5 B树](数据结构/6.5%20B树.md) + - [6.6 B+树](数据结构/6.6%20B+树.md) + - [6.8 堆树](数据结构/6.8%20堆树.md) + - [6.9 字典树](数据结构/6.9%20字典树.md) + - [7 图](数据结构/7%20图.md) + - [8 跳表](数据结构/8%20跳表.md) diff --git a/文献阅读/README.md b/文献阅读/README.md new file mode 100644 index 00000000..b1eed702 --- /dev/null +++ b/文献阅读/README.md @@ -0,0 +1,16 @@ +## 文献阅读 + +- [2019.11.01-2019.11.31](文献阅读/2019.11.01-2019.11.31.md) +- [2019.12.01-2019.12.31](文献阅读/2019.12.01-2019.12.31.md) +- [2020.01.01-2020.01.31](文献阅读/2020.01.01-2020.01.31.md) +- [2020.02.01-2020.02.08](文献阅读/2020.02.01-2020.02.08.md) +- [2020.02.08-2020.02.24](文献阅读/2020.02.08-2020.02.24.md) +- [2020.06.01-2020.08.30](文献阅读/2020.06.01-2020.08.30.md) +- [2020.09.01-2020.09.03](文献阅读/2020.09.01-2020.09.03.md) +- [2020.09.04-2020.09.06](文献阅读/2020.09.04-2020.09.06.md) +- [2020.09.07-2020.09.09](文献阅读/2020.09.07-2020.09.09.md) +- [2020.09.09-2020.09.10](文献阅读/2020.09.09-2020.09.10.md) +- [2020.09.20-2020.09.30](文献阅读/2020.09.20-2020.09.30.md) +- [文献整理说明](文献阅读/文献整理说明.md) +- [文献检索说明](文献阅读/文献检索说明.md) +- [综述说明](文献阅读/综述说明.md) diff --git a/文献阅读/_sidebar.md b/文献阅读/_sidebar.md new file mode 100644 index 00000000..5e4c7597 --- /dev/null +++ b/文献阅读/_sidebar.md @@ -0,0 +1,16 @@ +## 文献阅读 +- 文献阅读 + - [2019.11.01-2019.11.31](文献阅读/2019.11.01-2019.11.31.md) + - [2019.12.01-2019.12.31](文献阅读/2019.12.01-2019.12.31.md) + - [2020.01.01-2020.01.31](文献阅读/2020.01.01-2020.01.31.md) + - [2020.02.01-2020.02.08](文献阅读/2020.02.01-2020.02.08.md) + - [2020.02.08-2020.02.24](文献阅读/2020.02.08-2020.02.24.md) + - [2020.06.01-2020.08.30](文献阅读/2020.06.01-2020.08.30.md) + - [2020.09.01-2020.09.03](文献阅读/2020.09.01-2020.09.03.md) + - [2020.09.04-2020.09.06](文献阅读/2020.09.04-2020.09.06.md) + - [2020.09.07-2020.09.09](文献阅读/2020.09.07-2020.09.09.md) + - [2020.09.09-2020.09.10](文献阅读/2020.09.09-2020.09.10.md) + - [2020.09.20-2020.09.30](文献阅读/2020.09.20-2020.09.30.md) + - [文献整理说明](文献阅读/文献整理说明.md) + - [文献检索说明](文献阅读/文献检索说明.md) + - [综述说明](文献阅读/综述说明.md) diff --git a/机器学习/_sidebar.md b/机器学习/_sidebar.md new file mode 100644 index 00000000..b5b6ee9d --- /dev/null +++ b/机器学习/_sidebar.md @@ -0,0 +1,129 @@ +## 机器学习 +- 机器学习 + - [AI学习路线](机器学习/AI学习路线.md) + - 吴恩达机器学习 + - 学习笔记 + - [01机器学习基础](机器学习/吴恩达机器学习/学习笔记/01机器学习基础.md) + - [02线性回归](机器学习/吴恩达机器学习/学习笔记/02线性回归.md) + - [04多元线性回归](机器学习/吴恩达机器学习/学习笔记/04多元线性回归.md) + - [06逻辑回归分类](机器学习/吴恩达机器学习/学习笔记/06逻辑回归分类.md) + - [07拟合与正则化](机器学习/吴恩达机器学习/学习笔记/07拟合与正则化.md) + - [08神经网络原理](机器学习/吴恩达机器学习/学习笔记/08神经网络原理.md) + - [09神经网络实例](机器学习/吴恩达机器学习/学习笔记/09神经网络实例.md) + - [10算法改进](机器学习/吴恩达机器学习/学习笔记/10算法改进.md) + - [11机器学习系统设计](机器学习/吴恩达机器学习/学习笔记/11机器学习系统设计.md) + - [12支持向量机](机器学习/吴恩达机器学习/学习笔记/12支持向量机.md) + - [13聚类算法kmeans](机器学习/吴恩达机器学习/学习笔记/13聚类算法kmeans.md) + - [14主成分分析](机器学习/吴恩达机器学习/学习笔记/14主成分分析.md) + - [15异常检测](机器学习/吴恩达机器学习/学习笔记/15异常检测.md) + - [16推荐系统](机器学习/吴恩达机器学习/学习笔记/16推荐系统.md) + - [17大数据集](机器学习/吴恩达机器学习/学习笔记/17大数据集.md) + - [18案例Photo OCR](机器学习/吴恩达机器学习/学习笔记/18案例Photo%20OCR.md) + - 吴恩达深度学习 + - 学习笔记 + - Convolutional_Neural_Networks + - [01卷积神经网络](机器学习/吴恩达深度学习/学习笔记/Convolutional_Neural_Networks/01卷积神经网络.md) + - [02深度卷积网络:实例探究](机器学习/吴恩达深度学习/学习笔记/Convolutional_Neural_Networks/02深度卷积网络:实例探究.md) + - [03目标检测](机器学习/吴恩达深度学习/学习笔记/Convolutional_Neural_Networks/03目标检测.md) + - [04特殊应用:人脸识别和神经风格迁移](机器学习/吴恩达深度学习/学习笔记/Convolutional_Neural_Networks/04特殊应用:人脸识别和神经风格迁移.md) + - Improving_Deep_Neural_Networks + - [01深度学习的实用层面](机器学习/吴恩达深度学习/学习笔记/Improving_Deep_Neural_Networks/01深度学习的实用层面.md) + - [02mini-batch梯度下降](机器学习/吴恩达深度学习/学习笔记/Improving_Deep_Neural_Networks/02mini-batch梯度下降.md) + - [03超参数调试、Batch正则化和程序框架](机器学习/吴恩达深度学习/学习笔记/Improving_Deep_Neural_Networks/03超参数调试、Batch正则化和程序框架.md) + - Neural_Networks_and_Deep_Learning + - [00神经网络简介](机器学习/吴恩达深度学习/学习笔记/Neural_Networks_and_Deep_Learning/00神经网络简介.md) + - [01神经网络基础](机器学习/吴恩达深度学习/学习笔记/Neural_Networks_and_Deep_Learning/01神经网络基础.md) + - [02浅层神经网络](机器学习/吴恩达深度学习/学习笔记/Neural_Networks_and_Deep_Learning/02浅层神经网络.md) + - [03深层神经网络](机器学习/吴恩达深度学习/学习笔记/Neural_Networks_and_Deep_Learning/03深层神经网络.md) + - Sequence_Models + - [序列模型和注意力机制](机器学习/吴恩达深度学习/学习笔记/Sequence_Models/序列模型和注意力机制.md) + - [循环序列模型](机器学习/吴恩达深度学习/学习笔记/Sequence_Models/循环序列模型.md) + - [自然语言处理与词嵌入](机器学习/吴恩达深度学习/学习笔记/Sequence_Models/自然语言处理与词嵌入.md) + - Structuring_Machine_Learning_Projects + - [01机器学习(ML)策略(1)](机器学习/吴恩达深度学习/学习笔记/Structuring_Machine_Learning_Projects/01机器学习(ML)策略(1).md) + - [02机器学习(ML)策略(2)](机器学习/吴恩达深度学习/学习笔记/Structuring_Machine_Learning_Projects/02机器学习(ML)策略(2).md) + - [机器学习分类](机器学习/机器学习分类.md) + - 李宏毅机器学习 + - 学习笔记 + - [10_Keras](机器学习/李宏毅机器学习/学习笔记/10_Keras.md) + - [11_Convolutional Neural Network part1](机器学习/李宏毅机器学习/学习笔记/11_Convolutional%20Neural%20Network%20part1.md) + - [12_Convolutional Neural Network part2](机器学习/李宏毅机器学习/学习笔记/12_Convolutional%20Neural%20Network%20part2.md) + - [13_Tips for Deep Learning](机器学习/李宏毅机器学习/学习笔记/13_Tips%20for%20Deep%20Learning.md) + - [14_Why Deep](机器学习/李宏毅机器学习/学习笔记/14_Why%20Deep.md) + - [15_Semi-supervised Learning](机器学习/李宏毅机器学习/学习笔记/15_Semi-supervised%20Learning.md) + - [16_Unsupervised Learning Introduction](机器学习/李宏毅机器学习/学习笔记/16_Unsupervised%20Learning%20Introduction.md) + - [17_Unsupervised Learning PCA part1](机器学习/李宏毅机器学习/学习笔记/17_Unsupervised%20Learning%20PCA%20part1.md) + - [18_Unsupervised Learning PCA part2](机器学习/李宏毅机器学习/学习笔记/18_Unsupervised%20Learning%20PCA%20part2.md) + - [19_Matrix Factorization](机器学习/李宏毅机器学习/学习笔记/19_Matrix%20Factorization.md) + - [1_Introduction](机器学习/李宏毅机器学习/学习笔记/1_Introduction.md) + - [20_Unsupervised Learning Word Embedding](机器学习/李宏毅机器学习/学习笔记/20_Unsupervised%20Learning%20Word%20Embedding.md) + - [21_Unsupervised Learning Neighbor Embedding](机器学习/李宏毅机器学习/学习笔记/21_Unsupervised%20Learning%20Neighbor%20Embedding.md) + - [22_Unsupervised Learning Deep Auto-encoder](机器学习/李宏毅机器学习/学习笔记/22_Unsupervised%20Learning%20Deep%20Auto-encoder.md) + - [23_Unsupervised Learning Generation](机器学习/李宏毅机器学习/学习笔记/23_Unsupervised%20Learning%20Generation.md) + - [24_Transfer Learning](机器学习/李宏毅机器学习/学习笔记/24_Transfer%20Learning.md) + - [25_Support Vector Machine](机器学习/李宏毅机器学习/学习笔记/25_Support%20Vector%20Machine.md) + - [26_Recurrent Neural Network part1](机器学习/李宏毅机器学习/学习笔记/26_Recurrent%20Neural%20Network%20part1.md) + - [27_Recurrent Neural Network part2](机器学习/李宏毅机器学习/学习笔记/27_Recurrent%20Neural%20Network%20part2.md) + - [2_Regression Case Study](机器学习/李宏毅机器学习/学习笔记/2_Regression%20Case%20Study.md) + - [3_Regression demo(Adagrad)](机器学习/李宏毅机器学习/学习笔记/3_Regression%20demo(Adagrad).md) + - [4_Where does the error come from](机器学习/李宏毅机器学习/学习笔记/4_Where%20does%20the%20error%20come%20from.md) + - [5_Gradient Descent](机器学习/李宏毅机器学习/学习笔记/5_Gradient%20Descent.md) + - [6_Classification](机器学习/李宏毅机器学习/学习笔记/6_Classification.md) + - [7_Logistic Regression](机器学习/李宏毅机器学习/学习笔记/7_Logistic%20Regression.md) + - [8_Deep Learning](机器学习/李宏毅机器学习/学习笔记/8_Deep%20Learning.md) + - [9_Backpropagation](机器学习/李宏毅机器学习/学习笔记/9_Backpropagation.md) + - 殷康龙 + - 图表示学习 + - [0 图表示学习概述](机器学习/殷康龙/图表示学习/0%20图表示学习概述.md) + - [1 图基础知识](机器学习/殷康龙/图表示学习/1%20图基础知识.md) + - [2 GraphEmbedding](机器学习/殷康龙/图表示学习/2%20GraphEmbedding.md) + - [3 图神经网络GNN](机器学习/殷康龙/图表示学习/3%20图神经网络GNN.md) + - [4 图神经网络库](机器学习/殷康龙/图表示学习/4%20图神经网络库.md) + - [5 图神经网络的综述](机器学习/殷康龙/图表示学习/5%20图神经网络的综述.md) + - [6 图分类任务](机器学习/殷康龙/图表示学习/6%20图分类任务.md) + - 机器学习实战1numpy + - [1.机器学习基础](机器学习/殷康龙/机器学习实战1numpy/1.机器学习基础.md) + - [10.KMeans聚类](机器学习/殷康龙/机器学习实战1numpy/10.KMeans聚类.md) + - [11.使用Apriori算法进行关联分析](机器学习/殷康龙/机器学习实战1numpy/11.使用Apriori算法进行关联分析.md) + - [12.使用FP-growth算法来高效发现频繁项集](机器学习/殷康龙/机器学习实战1numpy/12.使用FP-growth算法来高效发现频繁项集.md) + - [13.利用PCA来简化数据](机器学习/殷康龙/机器学习实战1numpy/13.利用PCA来简化数据.md) + - [14.利用SVD简化数据](机器学习/殷康龙/机器学习实战1numpy/14.利用SVD简化数据.md) + - [15.大数据与MapReduce](机器学习/殷康龙/机器学习实战1numpy/15.大数据与MapReduce.md) + - [16.推荐系统](机器学习/殷康龙/机器学习实战1numpy/16.推荐系统.md) + - [2.k-近邻算法](机器学习/殷康龙/机器学习实战1numpy/2.k-近邻算法.md) + - [3.决策树](机器学习/殷康龙/机器学习实战1numpy/3.决策树.md) + - [4.朴素贝叶斯](机器学习/殷康龙/机器学习实战1numpy/4.朴素贝叶斯.md) + - [5.Logistic回归](机器学习/殷康龙/机器学习实战1numpy/5.Logistic回归.md) + - [6.1.支持向量机说明](机器学习/殷康龙/机器学习实战1numpy/6.1.支持向量机说明.md) + - [6.支持向量机](机器学习/殷康龙/机器学习实战1numpy/6.支持向量机.md) + - [7.集成方法-随机森林和AdaBoost](机器学习/殷康龙/机器学习实战1numpy/7.集成方法-随机森林和AdaBoost.md) + - [8.回归](机器学习/殷康龙/机器学习实战1numpy/8.回归.md) + - [9.树回归](机器学习/殷康龙/机器学习实战1numpy/9.树回归.md) + - 机器学习实战1sklearn-tensorflow + - [0](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/0.md) + - [1](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/1.md) + - [10](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/10.md) + - [11](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/11.md) + - [12](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/12.md) + - [13](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/13.md) + - [14](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/14.md) + - [15](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/15.md) + - [16](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/16.md) + - [17](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/17.md) + - [18](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/18.md) + - [19](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/19.md) + - [2](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/2.md) + - [3](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/3.md) + - [4](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/4.md) + - [5](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/5.md) + - [6](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/6.md) + - [7](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/7.md) + - [8](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/8.md) + - [SUMMARY](机器学习/殷康龙/机器学习实战1sklearn-tensorflow/SUMMARY.md) + - 机器学习实战1源代码 + - 10.kmeans + - [k-means](机器学习/殷康龙/机器学习实战1源代码/10.kmeans/k-means.md) + - 7.AdaBoost + - [7.集成方法-随机森林和AdaBoost](机器学习/殷康龙/机器学习实战1源代码/7.AdaBoost/7.集成方法-随机森林和AdaBoost.md) + - 机器学习开发日志 + - [说明](机器学习/殷康龙/机器学习开发日志/说明.md) diff --git a/架构模式/README.md b/架构模式/README.md new file mode 100644 index 00000000..e5607ac5 --- /dev/null +++ b/架构模式/README.md @@ -0,0 +1,11 @@ +## 架构模式 + +- [01 软件体系结构质量特征](架构模式/01%20软件体系结构质量特征.md) +- [1. 软件建模与软件架构](架构模式/1.%20软件建模与软件架构.md) +- [2. 软件架构设计方法](架构模式/2.%20软件架构设计方法.md) +- [3.用例建模](架构模式/3.用例建模.md) +- [4. 静态建模](架构模式/4.%20静态建模.md) +- [5. 动态交互建模](架构模式/5.%20动态交互建模.md) +- [6. 软件架构模式](架构模式/6.%20软件架构模式.md) +- [7. 软件子系统架构设计](架构模式/7.%20软件子系统架构设计.md) +- [8.面向对象的软件架构设计](架构模式/8.面向对象的软件架构设计.md) diff --git a/架构模式/_sidebar.md b/架构模式/_sidebar.md new file mode 100644 index 00000000..ebf39209 --- /dev/null +++ b/架构模式/_sidebar.md @@ -0,0 +1,11 @@ +## 架构模式 +- 架构模式 + - [01 软件体系结构质量特征](架构模式/01%20软件体系结构质量特征.md) + - [1. 软件建模与软件架构](架构模式/1.%20软件建模与软件架构.md) + - [2. 软件架构设计方法](架构模式/2.%20软件架构设计方法.md) + - [3.用例建模](架构模式/3.用例建模.md) + - [4. 静态建模](架构模式/4.%20静态建模.md) + - [5. 动态交互建模](架构模式/5.%20动态交互建模.md) + - [6. 软件架构模式](架构模式/6.%20软件架构模式.md) + - [7. 软件子系统架构设计](架构模式/7.%20软件子系统架构设计.md) + - [8.面向对象的软件架构设计](架构模式/8.面向对象的软件架构设计.md) diff --git a/概率论与数理统计/README.md b/概率论与数理统计/README.md new file mode 100644 index 00000000..270a98da --- /dev/null +++ b/概率论与数理统计/README.md @@ -0,0 +1,32 @@ +## 概率论与数理统计 + +- [0考试](概率论与数理统计/0考试.md) +- [第10节 Minimax估计和Bayes估计](概率论与数理统计/第10节%20Minimax估计和Bayes估计.md) +- [第11节 假设检验](概率论与数理统计/第11节%20假设检验.md) +- [第12节 正太总体参数的假设检验](概率论与数理统计/第12节%20正太总体参数的假设检验.md) +- [第13节 Pearson检验法](概率论与数理统计/第13节%20Pearson检验法.md) +- [第14节 似然比检验](概率论与数理统计/第14节%20似然比检验.md) +- [第15节 检验的优良性](概率论与数理统计/第15节%20检验的优良性.md) +- [第16节 一元线性回归](概率论与数理统计/第16节%20一元线性回归.md) +- [第17节 多元线性回归](概率论与数理统计/第17节%20多元线性回归.md) +- [第18节 方差分析](概率论与数理统计/第18节%20方差分析.md) +- [第19节 正交实验设计](概率论与数理统计/第19节%20正交实验设计.md) +- [第1节 概率论基础知识](概率论与数理统计/第1节%20概率论基础知识.md) +- [第20节 多元正态分布](概率论与数理统计/第20节%20多元正态分布.md) +- [第21节 多元正太分布的参数估计](概率论与数理统计/第21节%20多元正太分布的参数估计.md) +- [第22节 多元正太总体的假设检验](概率论与数理统计/第22节%20多元正太总体的假设检验.md) +- [第23节 距离判别](概率论与数理统计/第23节%20距离判别.md) +- [第24节 Bayes判别](概率论与数理统计/第24节%20Bayes判别.md) +- [第25节 Fisher判别](概率论与数理统计/第25节%20Fisher判别.md) +- [第26节 主成分分析](概率论与数理统计/第26节%20主成分分析.md) +- [第27节 因子分析](概率论与数理统计/第27节%20因子分析.md) +- [第28节 典型相关分析](概率论与数理统计/第28节%20典型相关分析.md) +- [第2节 基本概念与统计模型](概率论与数理统计/第2节%20基本概念与统计模型.md) +- [第3节 统计量](概率论与数理统计/第3节%20统计量.md) +- [第4节 抽样分布](概率论与数理统计/第4节%20抽样分布.md) +- [第5节 参数点估计](概率论与数理统计/第5节%20参数点估计.md) +- [第6节 估计量的评优准则](概率论与数理统计/第6节%20估计量的评优准则.md) +- [第7节 信息不等式](概率论与数理统计/第7节%20信息不等式.md) +- [第8节 相合估计](概率论与数理统计/第8节%20相合估计.md) +- [第9节 区间估计](概率论与数理统计/第9节%20区间估计.md) +- [课程概要](概率论与数理统计/课程概要.md) diff --git a/概率论与数理统计/_sidebar.md b/概率论与数理统计/_sidebar.md new file mode 100644 index 00000000..3abce3f4 --- /dev/null +++ b/概率论与数理统计/_sidebar.md @@ -0,0 +1,32 @@ +## 概率论与数理统计 +- 概率论与数理统计 + - [0考试](概率论与数理统计/0考试.md) + - [第10节 Minimax估计和Bayes估计](概率论与数理统计/第10节%20Minimax估计和Bayes估计.md) + - [第11节 假设检验](概率论与数理统计/第11节%20假设检验.md) + - [第12节 正太总体参数的假设检验](概率论与数理统计/第12节%20正太总体参数的假设检验.md) + - [第13节 Pearson检验法](概率论与数理统计/第13节%20Pearson检验法.md) + - [第14节 似然比检验](概率论与数理统计/第14节%20似然比检验.md) + - [第15节 检验的优良性](概率论与数理统计/第15节%20检验的优良性.md) + - [第16节 一元线性回归](概率论与数理统计/第16节%20一元线性回归.md) + - [第17节 多元线性回归](概率论与数理统计/第17节%20多元线性回归.md) + - [第18节 方差分析](概率论与数理统计/第18节%20方差分析.md) + - [第19节 正交实验设计](概率论与数理统计/第19节%20正交实验设计.md) + - [第1节 概率论基础知识](概率论与数理统计/第1节%20概率论基础知识.md) + - [第20节 多元正态分布](概率论与数理统计/第20节%20多元正态分布.md) + - [第21节 多元正太分布的参数估计](概率论与数理统计/第21节%20多元正太分布的参数估计.md) + - [第22节 多元正太总体的假设检验](概率论与数理统计/第22节%20多元正太总体的假设检验.md) + - [第23节 距离判别](概率论与数理统计/第23节%20距离判别.md) + - [第24节 Bayes判别](概率论与数理统计/第24节%20Bayes判别.md) + - [第25节 Fisher判别](概率论与数理统计/第25节%20Fisher判别.md) + - [第26节 主成分分析](概率论与数理统计/第26节%20主成分分析.md) + - [第27节 因子分析](概率论与数理统计/第27节%20因子分析.md) + - [第28节 典型相关分析](概率论与数理统计/第28节%20典型相关分析.md) + - [第2节 基本概念与统计模型](概率论与数理统计/第2节%20基本概念与统计模型.md) + - [第3节 统计量](概率论与数理统计/第3节%20统计量.md) + - [第4节 抽样分布](概率论与数理统计/第4节%20抽样分布.md) + - [第5节 参数点估计](概率论与数理统计/第5节%20参数点估计.md) + - [第6节 估计量的评优准则](概率论与数理统计/第6节%20估计量的评优准则.md) + - [第7节 信息不等式](概率论与数理统计/第7节%20信息不等式.md) + - [第8节 相合估计](概率论与数理统计/第8节%20相合估计.md) + - [第9节 区间估计](概率论与数理统计/第9节%20区间估计.md) + - [课程概要](概率论与数理统计/课程概要.md) diff --git a/算法/README.md b/算法/README.md new file mode 100644 index 00000000..b2cd6906 --- /dev/null +++ b/算法/README.md @@ -0,0 +1,3 @@ +## 算法 + +- [算法说明](算法/算法说明.md) diff --git a/算法/_sidebar.md b/算法/_sidebar.md new file mode 100644 index 00000000..2b587463 --- /dev/null +++ b/算法/_sidebar.md @@ -0,0 +1,121 @@ +## 算法 +- 算法 + - A类:基本算法 + - [1 算法概述](算法/A类:基本算法/1%20算法概述.md) + - [10 近似算法](算法/A类:基本算法/10%20近似算法.md) + - [10.1 遗传算法](算法/A类:基本算法/10.1%20遗传算法.md) + - [10.2 邻域搜索算法](算法/A类:基本算法/10.2%20邻域搜索算法.md) + - [10.3 禁忌搜索算法](算法/A类:基本算法/10.3%20禁忌搜索算法.md) + - [10.4 模拟退火算法](算法/A类:基本算法/10.4%20模拟退火算法.md) + - [10.5 蚁群算法](算法/A类:基本算法/10.5%20蚁群算法.md) + - [11 递归与迭代](算法/A类:基本算法/11%20递归与迭代.md) + - [11.1 阶乘问题](算法/A类:基本算法/11.1%20阶乘问题.md) + - [11.2 汉诺塔问题](算法/A类:基本算法/11.2%20汉诺塔问题.md) + - [12 深搜与广搜](算法/A类:基本算法/12%20深搜与广搜.md) + - [2 算法效率](算法/A类:基本算法/2%20算法效率.md) + - [3 蛮力法(枚举法)](算法/A类:基本算法/3%20蛮力法(枚举法).md) + - [3.1 查找算法](算法/A类:基本算法/3.1%20查找算法.md) + - [3.2 搜索算法-广度优先搜索](算法/A类:基本算法/3.2%20搜索算法-广度优先搜索.md) + - [3.3 搜索算法-深度优先搜索](算法/A类:基本算法/3.3%20搜索算法-深度优先搜索.md) + - [3.4 排序算法-简单排序](算法/A类:基本算法/3.4%20排序算法-简单排序.md) + - [3.5 排序算法-线性排序](算法/A类:基本算法/3.5%20排序算法-线性排序.md) + - [3.6 线性时间选择算法](算法/A类:基本算法/3.6%20线性时间选择算法.md) + - [3.7 字符串算法-匹配算法](算法/A类:基本算法/3.7%20字符串算法-匹配算法.md) + - [3.8 字符串算法-其他算法](算法/A类:基本算法/3.8%20字符串算法-其他算法.md) + - [3.9 位运算算法](算法/A类:基本算法/3.9%20位运算算法.md) + - [4 分治法](算法/A类:基本算法/4%20分治法.md) + - [4.1 排列组合问题](算法/A类:基本算法/4.1%20排列组合问题.md) + - [4.10 棋盘覆盖问题](算法/A类:基本算法/4.10%20棋盘覆盖问题.md) + - [4.11 生成子集问题](算法/A类:基本算法/4.11%20生成子集问题.md) + - [4.12 gcd&lcm](算法/A类:基本算法/4.12%20gcd&lcm.md) + - [4.2 大整数乘法问题](算法/A类:基本算法/4.2%20大整数乘法问题.md) + - [4.3 矩阵乘法问题](算法/A类:基本算法/4.3%20矩阵乘法问题.md) + - [4.4 拓扑排序问题](算法/A类:基本算法/4.4%20拓扑排序问题.md) + - [4.5 约瑟夫问题](算法/A类:基本算法/4.5%20约瑟夫问题.md) + - [4.6 元素唯一性问题](算法/A类:基本算法/4.6%20元素唯一性问题.md) + - [4.7 数组中的逆序对](算法/A类:基本算法/4.7%20数组中的逆序对.md) + - [4.8 最近对问题](算法/A类:基本算法/4.8%20最近对问题.md) + - [4.9 整数划分问题](算法/A类:基本算法/4.9%20整数划分问题.md) + - [5 动态规划](算法/A类:基本算法/5%20动态规划.md) + - [5 动态规划——序列动态规划](算法/A类:基本算法/5%20动态规划——序列动态规划.md) + - [5 动态规划——树形动态规划](算法/A类:基本算法/5%20动态规划——树形动态规划.md) + - [5 动态规划——矩阵动态规划](算法/A类:基本算法/5%20动态规划——矩阵动态规划.md) + - [5 动态规划——线性动态规划](算法/A类:基本算法/5%20动态规划——线性动态规划.md) + - [5.1 矩阵连乘问题](算法/A类:基本算法/5.1%20矩阵连乘问题.md) + - [5.10 零钱兑换](算法/A类:基本算法/5.10%20零钱兑换.md) + - [5.12 n个骰子的点数](算法/A类:基本算法/5.12%20n个骰子的点数.md) + - [5.13 正则表达式的匹配](算法/A类:基本算法/5.13%20正则表达式的匹配.md) + - [5.2 凸n边形最优三角剖分问题](算法/A类:基本算法/5.2%20凸n边形最优三角剖分问题.md) + - [5.3 最长公共子序列问题](算法/A类:基本算法/5.3%20最长公共子序列问题.md) + - [5.4 最长回文串](算法/A类:基本算法/5.4%20最长回文串.md) + - [5.7 作业调度问题](算法/A类:基本算法/5.7%20作业调度问题.md) + - [5.8 投资问题](算法/A类:基本算法/5.8%20投资问题.md) + - [5.9 背包问题](算法/A类:基本算法/5.9%20背包问题.md) + - [6 贪心算法](算法/A类:基本算法/6%20贪心算法.md) + - [6.1 Huffman算法](算法/A类:基本算法/6.1%20Huffman算法.md) + - [7 回溯法](算法/A类:基本算法/7%20回溯法.md) + - [7.1 N皇后问题](算法/A类:基本算法/7.1%20N皇后问题.md) + - [7.2 旅行商问题](算法/A类:基本算法/7.2%20旅行商问题.md) + - [7.3 01背包问题](算法/A类:基本算法/7.3%2001背包问题.md) + - [7.4 作业调度问题](算法/A类:基本算法/7.4%20作业调度问题.md) + - [7.5 完全背包问题](算法/A类:基本算法/7.5%20完全背包问题.md) + - [7.6 迷宫问题](算法/A类:基本算法/7.6%20迷宫问题.md) + - [8 分支限界](算法/A类:基本算法/8%20分支限界.md) + - [8.1 指派问题](算法/A类:基本算法/8.1%20指派问题.md) + - [9 随机化](算法/A类:基本算法/9%20随机化.md) + - [NP问题](算法/A类:基本算法/NP问题.md) + - B类:数据结构算法 + - [0 数据结构算法说明](算法/B类:数据结构算法/0%20数据结构算法说明.md) + - [1 图算法](算法/B类:数据结构算法/1%20图算法.md) + - [1.1 图算法-Dijkstra算法 copy](算法/B类:数据结构算法/1.1%20图算法-Dijkstra算法%20copy.md) + - [1.2 图算法-Floyd算法](算法/B类:数据结构算法/1.2%20图算法-Floyd算法.md) + - [1.3 图算法-Bellman-Ford算法](算法/B类:数据结构算法/1.3%20图算法-Bellman-Ford算法.md) + - [1.4 图算法-Kruskal算法](算法/B类:数据结构算法/1.4%20图算法-Kruskal算法.md) + - [1.5 图算法-Prim算法](算法/B类:数据结构算法/1.5%20图算法-Prim算法.md) + - [2 树算法](算法/B类:数据结构算法/2%20树算法.md) + - [2.1 深搜与广搜](算法/B类:数据结构算法/2.1%20深搜与广搜.md) + - [2.2 树形变换](算法/B类:数据结构算法/2.2%20树形变换.md) + - [3 堆栈和队列算法](算法/B类:数据结构算法/3%20堆栈和队列算法.md) + - [3.1 单调栈-局部顺序](算法/B类:数据结构算法/3.1%20单调栈-局部顺序.md) + - [3.2 单调队列](算法/B类:数据结构算法/3.2%20单调队列.md) + - [3.3 接雨水问题](算法/B类:数据结构算法/3.3%20接雨水问题.md) + - [3.4 栈的弹出序列](算法/B类:数据结构算法/3.4%20栈的弹出序列.md) + - [4 数组和链表算法](算法/B类:数据结构算法/4%20数组和链表算法.md) + - [4.1 反转链表](算法/B类:数据结构算法/4.1%20反转链表.md) + - [4.2 链表与双指针](算法/B类:数据结构算法/4.2%20链表与双指针.md) + - [4.3 数组与滑动窗口](算法/B类:数据结构算法/4.3%20数组与滑动窗口.md) + - [4.4 线性区间操作](算法/B类:数据结构算法/4.4%20线性区间操作.md) + - [4.5 链表与映射](算法/B类:数据结构算法/4.5%20链表与映射.md) + - [说明](算法/B类:数据结构算法/说明.md) + - C类:问题类型算法 + - [1 查找问题](算法/C类:问题类型算法/1%20查找问题.md) + - [1.1 重复问题](算法/C类:问题类型算法/1.1%20重复问题.md) + - [1.2 二维数组查找](算法/C类:问题类型算法/1.2%20二维数组查找.md) + - [2 排序问题](算法/C类:问题类型算法/2%20排序问题.md) + - [2.1 数组排成最小数](算法/C类:问题类型算法/2.1%20数组排成最小数.md) + - [3 搜索问题](算法/C类:问题类型算法/3%20搜索问题.md) + - [4 字符串问题](算法/C类:问题类型算法/4%20字符串问题.md) + - [4.1 正则表达式匹配问题](算法/C类:问题类型算法/4.1%20正则表达式匹配问题.md) + - [4.2 表示数值的字符串](算法/C类:问题类型算法/4.2%20表示数值的字符串.md) + - [5 排列组合问题](算法/C类:问题类型算法/5%20排列组合问题.md) + - [5.1 字符串全排列](算法/C类:问题类型算法/5.1%20字符串全排列.md) + - [7 集合问题](算法/C类:问题类型算法/7%20集合问题.md) + - [7.1 幂集问题](算法/C类:问题类型算法/7.1%20幂集问题.md) + - [8 数值问题](算法/C类:问题类型算法/8%20数值问题.md) + - [8.1 和积最大](算法/C类:问题类型算法/8.1%20和积最大.md) + - [8.2 十进制数字1的个数](算法/C类:问题类型算法/8.2%20十进制数字1的个数.md) + - image + - [1.4 幻方问题](算法/C类:问题类型算法/image/1.4%20幻方问题.md) + - [旅行商问题](算法/C类:问题类型算法/旅行商问题.md) + - [算法模板](算法/C类:问题类型算法/算法模板.md) + - [算法说明](算法/算法说明.md) + - 补充 + - [Bellman-Ford 单源最短路径算法](算法/补充/Bellman-Ford%20单源最短路径算法.md) + - [Dijkstra 单源最短路径算法](算法/补充/Dijkstra%20单源最短路径算法.md) + - [Floyd-Warshall 全源最短路径算法](算法/补充/Floyd-Warshall%20全源最短路径算法.md) + - [Kruskal 最小生成树算法](算法/补充/Kruskal%20最小生成树算法.md) + - [Prim 最小生成树算法](算法/补充/Prim%20最小生成树算法.md) + - [P问题、NP问题和NPC问题](算法/补充/P问题、NP问题和NPC问题.md) + - [TSP旅行商问题](算法/补充/TSP旅行商问题.md) + - [单源最短路问题](算法/补充/单源最短路问题.md) + - [遗传算法详解](算法/补充/遗传算法详解.md) diff --git a/线性代数/README.md b/线性代数/README.md new file mode 100644 index 00000000..20aa4267 --- /dev/null +++ b/线性代数/README.md @@ -0,0 +1,13 @@ +## 线性代数 + +- [0 线性代数概述](线性代数/0%20线性代数概述.md) +- [1 矩阵行列式](线性代数/1%20矩阵行列式.md) +- [2 矩阵基本运算](线性代数/2%20矩阵基本运算.md) +- [3 矩阵初等变换](线性代数/3%20矩阵初等变换.md) +- [3.1 线性方程组](线性代数/3.1%20线性方程组.md) +- [3blue1brown](线性代数/3blue1brown.md) +- [4 向量空间](线性代数/4%20向量空间.md) +- [5 矩阵相似变换](线性代数/5%20矩阵相似变换.md) +- [5.1 二次型](线性代数/5.1%20二次型.md) +- [6 线性空间](线性代数/6%20线性空间.md) +- [附录1](线性代数/附录1.md) diff --git a/线性代数/_sidebar.md b/线性代数/_sidebar.md new file mode 100644 index 00000000..ee8ef2bf --- /dev/null +++ b/线性代数/_sidebar.md @@ -0,0 +1,15 @@ +## 线性代数 +- 线性代数 + - [0 线性代数概述](线性代数/0%20线性代数概述.md) + - [1 矩阵行列式](线性代数/1%20矩阵行列式.md) + - [2 矩阵基本运算](线性代数/2%20矩阵基本运算.md) + - [3 矩阵初等变换](线性代数/3%20矩阵初等变换.md) + - [3.1 线性方程组](线性代数/3.1%20线性方程组.md) + - [3blue1brown](线性代数/3blue1brown.md) + - [4 向量空间](线性代数/4%20向量空间.md) + - [5 矩阵相似变换](线性代数/5%20矩阵相似变换.md) + - [5.1 二次型](线性代数/5.1%20二次型.md) + - [6 线性空间](线性代数/6%20线性空间.md) + - 张量 + - [补充](线性代数/张量/补充.md) + - [附录1](线性代数/附录1.md) diff --git a/编译原理/README.md b/编译原理/README.md new file mode 100644 index 00000000..fa8661e1 --- /dev/null +++ b/编译原理/README.md @@ -0,0 +1,3 @@ +## 编译原理 + +- [1 简介](编译原理/1%20简介.md) diff --git a/编译原理/_sidebar.md b/编译原理/_sidebar.md new file mode 100644 index 00000000..30838ffc --- /dev/null +++ b/编译原理/_sidebar.md @@ -0,0 +1,3 @@ +## 编译原理 +- 编译原理 + - [1 简介](编译原理/1%20简介.md) diff --git a/计算机网络/README.md b/计算机网络/README.md new file mode 100644 index 00000000..dac1b25b --- /dev/null +++ b/计算机网络/README.md @@ -0,0 +1,32 @@ +## 计算机网络 + +- [0 目录说明](计算机网络/0%20目录说明.md) +- [0.1 横向总结](计算机网络/0.1%20横向总结.md) +- [1 自顶向下的计算机网络概述](计算机网络/1%20自顶向下的计算机网络概述.md) +- [2.1 应用层-协议原理](计算机网络/2.1%20应用层-协议原理.md) +- [2.2 应用层-HTTP](计算机网络/2.2%20应用层-HTTP.md) +- [2.3 应用层-FTP](计算机网络/2.3%20应用层-FTP.md) +- [2.4 应用层-邮件协议](计算机网络/2.4%20应用层-邮件协议.md) +- [2.5 应用层-DNS](计算机网络/2.5%20应用层-DNS.md) +- [2.6 应用层-P2P](计算机网络/2.6%20应用层-P2P.md) +- [2.7 应用层-HTTP2.0](计算机网络/2.7%20应用层-HTTP2.0.md) +- [3.1 传输层-基本原理](计算机网络/3.1%20传输层-基本原理.md) +- [3.2 传输层-UDP](计算机网络/3.2%20传输层-UDP.md) +- [3.3 传输层-可靠传输](计算机网络/3.3%20传输层-可靠传输.md) +- [3.4 传输层-TCP](计算机网络/3.4%20传输层-TCP.md) +- [3.5 传输层-TCP可靠数据传输](计算机网络/3.5%20传输层-TCP可靠数据传输.md) +- [3.6 传输层-TCP拥塞控制](计算机网络/3.6%20传输层-TCP拥塞控制.md) +- [4.1 网络层-基本原理](计算机网络/4.1%20网络层-基本原理.md) +- [4.2 网络层-网际协议](计算机网络/4.2%20网络层-网际协议.md) +- [4.3 网络层-路由算法](计算机网络/4.3%20网络层-路由算法.md) +- [4.4 网络层-路由协议](计算机网络/4.4%20网络层-路由协议.md) +- [5.1 链路层-基本原理](计算机网络/5.1%20链路层-基本原理.md) +- [5.2 链路层-多路访问](计算机网络/5.2%20链路层-多路访问.md) +- [5.3 链路层-交换局域网](计算机网络/5.3%20链路层-交换局域网.md) +- [5.4 链路层-数据中心网络](计算机网络/5.4%20链路层-数据中心网络.md) +- [6 无线网络和移动网络](计算机网络/6%20无线网络和移动网络.md) +- [一次HTTP请求的过程](计算机网络/一次HTTP请求的过程.md) +- [图解OSI七层网络模型](计算机网络/图解OSI七层网络模型.md) +- [浅析TCP字节流与UDP数据报的区别](计算机网络/浅析TCP字节流与UDP数据报的区别.md) +- [课程概要](计算机网络/课程概要.md) +- [面试问题整理](计算机网络/面试问题整理.md) diff --git a/计算机网络/_sidebar.md b/计算机网络/_sidebar.md new file mode 100644 index 00000000..71bc1a2c --- /dev/null +++ b/计算机网络/_sidebar.md @@ -0,0 +1,43 @@ +## 计算机网络 +- 计算机网络 + - [0 目录说明](计算机网络/0%20目录说明.md) + - [0.1 横向总结](计算机网络/0.1%20横向总结.md) + - [1 自顶向下的计算机网络概述](计算机网络/1%20自顶向下的计算机网络概述.md) + - [2.1 应用层-协议原理](计算机网络/2.1%20应用层-协议原理.md) + - [2.2 应用层-HTTP](计算机网络/2.2%20应用层-HTTP.md) + - [2.3 应用层-FTP](计算机网络/2.3%20应用层-FTP.md) + - [2.4 应用层-邮件协议](计算机网络/2.4%20应用层-邮件协议.md) + - [2.5 应用层-DNS](计算机网络/2.5%20应用层-DNS.md) + - [2.6 应用层-P2P](计算机网络/2.6%20应用层-P2P.md) + - [2.7 应用层-HTTP2.0](计算机网络/2.7%20应用层-HTTP2.0.md) + - [3.1 传输层-基本原理](计算机网络/3.1%20传输层-基本原理.md) + - [3.2 传输层-UDP](计算机网络/3.2%20传输层-UDP.md) + - [3.3 传输层-可靠传输](计算机网络/3.3%20传输层-可靠传输.md) + - [3.4 传输层-TCP](计算机网络/3.4%20传输层-TCP.md) + - [3.5 传输层-TCP可靠数据传输](计算机网络/3.5%20传输层-TCP可靠数据传输.md) + - [3.6 传输层-TCP拥塞控制](计算机网络/3.6%20传输层-TCP拥塞控制.md) + - [4.1 网络层-基本原理](计算机网络/4.1%20网络层-基本原理.md) + - [4.2 网络层-网际协议](计算机网络/4.2%20网络层-网际协议.md) + - [4.3 网络层-路由算法](计算机网络/4.3%20网络层-路由算法.md) + - [4.4 网络层-路由协议](计算机网络/4.4%20网络层-路由协议.md) + - [5.1 链路层-基本原理](计算机网络/5.1%20链路层-基本原理.md) + - [5.2 链路层-多路访问](计算机网络/5.2%20链路层-多路访问.md) + - [5.3 链路层-交换局域网](计算机网络/5.3%20链路层-交换局域网.md) + - [5.4 链路层-数据中心网络](计算机网络/5.4%20链路层-数据中心网络.md) + - [6 无线网络和移动网络](计算机网络/6%20无线网络和移动网络.md) + - [一次HTTP请求的过程](计算机网络/一次HTTP请求的过程.md) + - [图解OSI七层网络模型](计算机网络/图解OSI七层网络模型.md) + - 本科版 + - [传输层学习之一(传输层,UDP)](计算机网络/本科版/传输层学习之一(传输层,UDP).md) + - [传输层学习之三(TCP数据传输)](计算机网络/本科版/传输层学习之三(TCP数据传输).md) + - [传输层学习之二(TCP基本概念)](计算机网络/本科版/传输层学习之二(TCP基本概念).md) + - [传输层学习之五(TCP的SACK,F-RTO)](计算机网络/本科版/传输层学习之五(TCP的SACK,F-RTO).md) + - [传输层学习之六(SCTP)](计算机网络/本科版/传输层学习之六(SCTP).md) + - [传输层学习之四(TCP长肥管道,公平性,syn-cookie)](计算机网络/本科版/传输层学习之四(TCP长肥管道,公平性,syn-cookie).md) + - [网络层学习之三(选路算法,ARP)](计算机网络/本科版/网络层学习之三(选路算法,ARP).md) + - [网络层学习之二(IPv4及IPv6地址及相关协议)](计算机网络/本科版/网络层学习之二(IPv4及IPv6地址及相关协议).md) + - [网络层概念学习之一(基本概念、路由器、选路算法)](计算机网络/本科版/网络层概念学习之一(基本概念、路由器、选路算法).md) + - [链路层学习之二(协议)](计算机网络/本科版/链路层学习之二(协议).md) + - [浅析TCP字节流与UDP数据报的区别](计算机网络/浅析TCP字节流与UDP数据报的区别.md) + - [课程概要](计算机网络/课程概要.md) + - [面试问题整理](计算机网络/面试问题整理.md) diff --git a/计算机网络实验/README.md b/计算机网络实验/README.md new file mode 100644 index 00000000..b31b9aa7 --- /dev/null +++ b/计算机网络实验/README.md @@ -0,0 +1,35 @@ +## 计算机网络实验 + +- [--DHCP](计算机网络实验/--DHCP.md) +- [--RIP协议](计算机网络实验/--RIP协议.md) +- [--STP 协议](计算机网络实验/--STP%20协议.md) +- [1 网络实验入门](计算机网络实验/1%20网络实验入门.md) +- [10 组播实验](计算机网络实验/10%20组播实验.md) +- [11 IPv6实验](计算机网络实验/11%20IPv6实验.md) +- [16 综合组网原理](计算机网络实验/16%20综合组网原理.md) +- [17 综合组网实验](计算机网络实验/17%20综合组网实验.md) +- [2 链路层实验](计算机网络实验/2%20链路层实验.md) +- [3 网络层实验](计算机网络实验/3%20网络层实验.md) +- [4 传输层实验](计算机网络实验/4%20传输层实验.md) +- [7 OSPF实验](计算机网络实验/7%20OSPF实验.md) +- [8 BGP实验](计算机网络实验/8%20BGP实验.md) +- [802.11无线网络](计算机网络实验/802.11无线网络.md) +- [9 网络管理实验](计算机网络实验/9%20网络管理实验.md) +- [BGP协议](计算机网络实验/BGP协议.md) +- [Ethernet](计算机网络实验/Ethernet.md) +- [H3C COMMAND](计算机网络实验/H3C%20COMMAND.md) +- [IPv6-BGP4+](计算机网络实验/IPv6-BGP4+.md) +- [IPv6-DHCPv6](计算机网络实验/IPv6-DHCPv6.md) +- [IPv6-ICMPv6](计算机网络实验/IPv6-ICMPv6.md) +- [IPv6-MLD](计算机网络实验/IPv6-MLD.md) +- [IPv6-NS](计算机网络实验/IPv6-NS.md) +- [IPv6-OSPFv3](计算机网络实验/IPv6-OSPFv3.md) +- [IPv6](计算机网络实验/IPv6.md) +- [OSPF协议](计算机网络实验/OSPF协议.md) +- [Q&A](计算机网络实验/Q&A.md) +- [SNMP](计算机网络实验/SNMP.md) +- [VLAN技术](计算机网络实验/VLAN技术.md) +- [组播-IGMP协议](计算机网络实验/组播-IGMP协议.md) +- [组播-IP组播](计算机网络实验/组播-IP组播.md) +- [组播-MSDP](计算机网络实验/组播-MSDP.md) +- [组播-PIM](计算机网络实验/组播-PIM.md) diff --git a/计算机网络实验/_sidebar.md b/计算机网络实验/_sidebar.md new file mode 100644 index 00000000..ec415513 --- /dev/null +++ b/计算机网络实验/_sidebar.md @@ -0,0 +1,35 @@ +## 计算机网络实验 +- 计算机网络实验 + - [--DHCP](计算机网络实验/--DHCP.md) + - [--RIP协议](计算机网络实验/--RIP协议.md) + - [--STP 协议](计算机网络实验/--STP%20协议.md) + - [1 网络实验入门](计算机网络实验/1%20网络实验入门.md) + - [10 组播实验](计算机网络实验/10%20组播实验.md) + - [11 IPv6实验](计算机网络实验/11%20IPv6实验.md) + - [16 综合组网原理](计算机网络实验/16%20综合组网原理.md) + - [17 综合组网实验](计算机网络实验/17%20综合组网实验.md) + - [2 链路层实验](计算机网络实验/2%20链路层实验.md) + - [3 网络层实验](计算机网络实验/3%20网络层实验.md) + - [4 传输层实验](计算机网络实验/4%20传输层实验.md) + - [7 OSPF实验](计算机网络实验/7%20OSPF实验.md) + - [8 BGP实验](计算机网络实验/8%20BGP实验.md) + - [802.11无线网络](计算机网络实验/802.11无线网络.md) + - [9 网络管理实验](计算机网络实验/9%20网络管理实验.md) + - [BGP协议](计算机网络实验/BGP协议.md) + - [Ethernet](计算机网络实验/Ethernet.md) + - [H3C COMMAND](计算机网络实验/H3C%20COMMAND.md) + - [IPv6-BGP4+](计算机网络实验/IPv6-BGP4+.md) + - [IPv6-DHCPv6](计算机网络实验/IPv6-DHCPv6.md) + - [IPv6-ICMPv6](计算机网络实验/IPv6-ICMPv6.md) + - [IPv6-MLD](计算机网络实验/IPv6-MLD.md) + - [IPv6-NS](计算机网络实验/IPv6-NS.md) + - [IPv6-OSPFv3](计算机网络实验/IPv6-OSPFv3.md) + - [IPv6](计算机网络实验/IPv6.md) + - [OSPF协议](计算机网络实验/OSPF协议.md) + - [Q&A](计算机网络实验/Q&A.md) + - [SNMP](计算机网络实验/SNMP.md) + - [VLAN技术](计算机网络实验/VLAN技术.md) + - [组播-IGMP协议](计算机网络实验/组播-IGMP协议.md) + - [组播-IP组播](计算机网络实验/组播-IP组播.md) + - [组播-MSDP](计算机网络实验/组播-MSDP.md) + - [组播-PIM](计算机网络实验/组播-PIM.md) diff --git a/设计模式/README.md b/设计模式/README.md new file mode 100644 index 00000000..9072948d --- /dev/null +++ b/设计模式/README.md @@ -0,0 +1,58 @@ +## 设计模式 + +- [0 设计模式之美](设计模式/0%20设计模式之美.md) +- [1 设计模式的原则](设计模式/1%20设计模式的原则.md) +- [1.1 单一职责原则](设计模式/1.1%20单一职责原则.md) +- [1.2 开放封闭原则](设计模式/1.2%20开放封闭原则.md) +- [1.3 里氏替换原则](设计模式/1.3%20里氏替换原则.md) +- [1.4 最少知识原则](设计模式/1.4%20最少知识原则.md) +- [1.5 接口隔离原则](设计模式/1.5%20接口隔离原则.md) +- [1.6 合成复用原则](设计模式/1.6%20合成复用原则.md) +- [1.7 依赖倒置原则](设计模式/1.7%20依赖倒置原则.md) +- [1.8 整体局部思想](设计模式/1.8%20整体局部思想.md) +- [1.9 载荷载体思想](设计模式/1.9%20载荷载体思想.md) +- [2 创建型设计模式](设计模式/2%20创建型设计模式.md) +- [2.1 单例模式](设计模式/2.1%20单例模式.md) +- [2.2 简单工厂](设计模式/2.2%20简单工厂.md) +- [2.3 工厂方法](设计模式/2.3%20工厂方法.md) +- [2.4 抽象工厂](设计模式/2.4%20抽象工厂.md) +- [2.5 生成器](设计模式/2.5%20生成器.md) +- [2.6 原型模式](设计模式/2.6%20原型模式.md) +- [3 结构型设计模式](设计模式/3%20结构型设计模式.md) +- [3.1 适配器](设计模式/3.1%20适配器.md) +- [3.2 桥接](设计模式/3.2%20桥接.md) +- [3.3 组合](设计模式/3.3%20组合.md) +- [3.4 装饰器](设计模式/3.4%20装饰器.md) +- [3.5 外观](设计模式/3.5%20外观.md) +- [3.6 享元](设计模式/3.6%20享元.md) +- [3.7 代理](设计模式/3.7%20代理.md) +- [4 行为型设计模式](设计模式/4%20行为型设计模式.md) +- [4.1 责任链](设计模式/4.1%20责任链.md) +- [4.10 模板方法](设计模式/4.10%20模板方法.md) +- [4.11 访问者](设计模式/4.11%20访问者.md) +- [4.12 空对象](设计模式/4.12%20空对象.md) +- [4.2 命令](设计模式/4.2%20命令.md) +- [4.3 解释器](设计模式/4.3%20解释器.md) +- [4.4 迭代器](设计模式/4.4%20迭代器.md) +- [4.5 中介者](设计模式/4.5%20中介者.md) +- [4.6 备忘录](设计模式/4.6%20备忘录.md) +- [4.7 观察者](设计模式/4.7%20观察者.md) +- [4.8 状态](设计模式/4.8%20状态.md) +- [4.9 策略](设计模式/4.9%20策略.md) +- [5 补充设计模式](设计模式/5%20补充设计模式.md) +- [5.1 Dynamic Property(动态属性)](设计模式/5.1%20Dynamic%20Property(动态属性).md) +- [5.2 Extension Object(扩展对象)](设计模式/5.2%20Extension%20Object(扩展对象).md) +- [5.3 Manager(管理器)](设计模式/5.3%20Manager(管理器).md) +- [5.4 Object Pool(对象池)](设计模式/5.4%20Object%20Pool(对象池).md) +- [5.5 Private Class Data(私有类数据)](设计模式/5.5%20Private%20Class%20Data(私有类数据).md) +- [5.6 Product Trader(操盘手)](设计模式/5.6%20Product%20Trader(操盘手).md) +- [5.7 Role Object(角色对象)](设计模式/5.7%20Role%20Object(角色对象).md) +- [5.8 Type Object(类型对象)](设计模式/5.8%20Type%20Object(类型对象).md) +- [5.9 订阅发布模式(事件驱动)](设计模式/5.9%20订阅发布模式(事件驱动).md) +- [A 设计模式概述-创建型](设计模式/A%20设计模式概述-创建型.md) +- [B 设计模式概述-结构型](设计模式/B%20设计模式概述-结构型.md) +- [C 设计模式概述-行为型](设计模式/C%20设计模式概述-行为型.md) +- [D IO设计模式](设计模式/D%20IO设计模式.md) +- [E MVC设计模式](设计模式/E%20MVC设计模式.md) +- [拦截器模式](设计模式/拦截器模式.md) +- [面试总结](设计模式/面试总结.md) diff --git a/设计模式/_sidebar.md b/设计模式/_sidebar.md new file mode 100644 index 00000000..5207b162 --- /dev/null +++ b/设计模式/_sidebar.md @@ -0,0 +1,70 @@ +## 设计模式 +- 设计模式 + - [0 设计模式之美](设计模式/0%20设计模式之美.md) + - [1 设计模式的原则](设计模式/1%20设计模式的原则.md) + - [1.1 单一职责原则](设计模式/1.1%20单一职责原则.md) + - [1.2 开放封闭原则](设计模式/1.2%20开放封闭原则.md) + - [1.3 里氏替换原则](设计模式/1.3%20里氏替换原则.md) + - [1.4 最少知识原则](设计模式/1.4%20最少知识原则.md) + - [1.5 接口隔离原则](设计模式/1.5%20接口隔离原则.md) + - [1.6 合成复用原则](设计模式/1.6%20合成复用原则.md) + - [1.7 依赖倒置原则](设计模式/1.7%20依赖倒置原则.md) + - [1.8 整体局部思想](设计模式/1.8%20整体局部思想.md) + - [1.9 载荷载体思想](设计模式/1.9%20载荷载体思想.md) + - [2 创建型设计模式](设计模式/2%20创建型设计模式.md) + - [2.1 单例模式](设计模式/2.1%20单例模式.md) + - [2.2 简单工厂](设计模式/2.2%20简单工厂.md) + - [2.3 工厂方法](设计模式/2.3%20工厂方法.md) + - [2.4 抽象工厂](设计模式/2.4%20抽象工厂.md) + - [2.5 生成器](设计模式/2.5%20生成器.md) + - [2.6 原型模式](设计模式/2.6%20原型模式.md) + - [3 结构型设计模式](设计模式/3%20结构型设计模式.md) + - [3.1 适配器](设计模式/3.1%20适配器.md) + - [3.2 桥接](设计模式/3.2%20桥接.md) + - [3.3 组合](设计模式/3.3%20组合.md) + - [3.4 装饰器](设计模式/3.4%20装饰器.md) + - [3.5 外观](设计模式/3.5%20外观.md) + - [3.6 享元](设计模式/3.6%20享元.md) + - [3.7 代理](设计模式/3.7%20代理.md) + - [4 行为型设计模式](设计模式/4%20行为型设计模式.md) + - [4.1 责任链](设计模式/4.1%20责任链.md) + - [4.10 模板方法](设计模式/4.10%20模板方法.md) + - [4.11 访问者](设计模式/4.11%20访问者.md) + - [4.12 空对象](设计模式/4.12%20空对象.md) + - [4.2 命令](设计模式/4.2%20命令.md) + - [4.3 解释器](设计模式/4.3%20解释器.md) + - [4.4 迭代器](设计模式/4.4%20迭代器.md) + - [4.5 中介者](设计模式/4.5%20中介者.md) + - [4.6 备忘录](设计模式/4.6%20备忘录.md) + - [4.7 观察者](设计模式/4.7%20观察者.md) + - [4.8 状态](设计模式/4.8%20状态.md) + - [4.9 策略](设计模式/4.9%20策略.md) + - [5 补充设计模式](设计模式/5%20补充设计模式.md) + - [5.1 Dynamic Property(动态属性)](设计模式/5.1%20Dynamic%20Property(动态属性).md) + - [5.2 Extension Object(扩展对象)](设计模式/5.2%20Extension%20Object(扩展对象).md) + - [5.3 Manager(管理器)](设计模式/5.3%20Manager(管理器).md) + - [5.4 Object Pool(对象池)](设计模式/5.4%20Object%20Pool(对象池).md) + - [5.5 Private Class Data(私有类数据)](设计模式/5.5%20Private%20Class%20Data(私有类数据).md) + - [5.6 Product Trader(操盘手)](设计模式/5.6%20Product%20Trader(操盘手).md) + - [5.7 Role Object(角色对象)](设计模式/5.7%20Role%20Object(角色对象).md) + - [5.8 Type Object(类型对象)](设计模式/5.8%20Type%20Object(类型对象).md) + - [5.9 订阅发布模式(事件驱动)](设计模式/5.9%20订阅发布模式(事件驱动).md) + - [A 设计模式概述-创建型](设计模式/A%20设计模式概述-创建型.md) + - [B 设计模式概述-结构型](设计模式/B%20设计模式概述-结构型.md) + - [C 设计模式概述-行为型](设计模式/C%20设计模式概述-行为型.md) + - [D IO设计模式](设计模式/D%20IO设计模式.md) + - [E MVC设计模式](设计模式/E%20MVC设计模式.md) + - refactor + - [0 代码重构方法](设计模式/refactor/0%20代码重构方法.md) + - [1 坏的味道](设计模式/refactor/1%20坏的味道.md) + - [2 重新组织函数](设计模式/refactor/2%20重新组织函数.md) + - [3 在对象之间搬移特性](设计模式/refactor/3%20在对象之间搬移特性.md) + - [4 重新组织数据](设计模式/refactor/4%20重新组织数据.md) + - [5 简化条件表达式](设计模式/refactor/5%20简化条件表达式.md) + - [6 简化函数调用](设计模式/refactor/6%20简化函数调用.md) + - [7 处理继承关系](设计模式/refactor/7%20处理继承关系.md) + - [附录1 代码重构理论](设计模式/refactor/附录1%20代码重构理论.md) + - [附录2 C++代码重构工具](设计模式/refactor/附录2%20C++代码重构工具.md) + - [附录3 重构规划书](设计模式/refactor/附录3%20重构规划书.md) + - [拦截器模式](设计模式/拦截器模式.md) + - [面试总结](设计模式/面试总结.md) diff --git a/读书思考/README.md b/读书思考/README.md new file mode 100644 index 00000000..e23624c2 --- /dev/null +++ b/读书思考/README.md @@ -0,0 +1,5 @@ +## 读书思考 + +- [《呼吸》](读书思考/《呼吸》.md) +- [《霍乱时期的爱情》](读书思考/《霍乱时期的爱情》.md) +- [简介](读书思考/简介.md) diff --git a/读书思考/_sidebar.md b/读书思考/_sidebar.md new file mode 100644 index 00000000..9f425420 --- /dev/null +++ b/读书思考/_sidebar.md @@ -0,0 +1,5 @@ +## 读书思考 +- 读书思考 + - [《呼吸》](读书思考/《呼吸》.md) + - [《霍乱时期的爱情》](读书思考/《霍乱时期的爱情》.md) + - [简介](读书思考/简介.md) diff --git a/软件文档写作/README.md b/软件文档写作/README.md new file mode 100644 index 00000000..dbe6addc --- /dev/null +++ b/软件文档写作/README.md @@ -0,0 +1,9 @@ +## 软件文档写作 + +- [1 软件文档协作](软件文档写作/1%20软件文档协作.md) +- [2 软件文档综述](软件文档写作/2%20软件文档综述.md) +- [3 软件文档编制要求](软件文档写作/3%20软件文档编制要求.md) +- [4 软件文档协作](软件文档写作/4%20软件文档协作.md) +- [5 软件文档评审](软件文档写作/5%20软件文档评审.md) +- [6 软件文档管理组成](软件文档写作/6%20软件文档管理组成.md) +- [7 管理文档规范](软件文档写作/7%20管理文档规范.md) diff --git a/软件文档写作/_sidebar.md b/软件文档写作/_sidebar.md new file mode 100644 index 00000000..755dd389 --- /dev/null +++ b/软件文档写作/_sidebar.md @@ -0,0 +1,9 @@ +## 软件文档写作 +- 软件文档写作 + - [1 软件文档协作](软件文档写作/1%20软件文档协作.md) + - [2 软件文档综述](软件文档写作/2%20软件文档综述.md) + - [3 软件文档编制要求](软件文档写作/3%20软件文档编制要求.md) + - [4 软件文档协作](软件文档写作/4%20软件文档协作.md) + - [5 软件文档评审](软件文档写作/5%20软件文档评审.md) + - [6 软件文档管理组成](软件文档写作/6%20软件文档管理组成.md) + - [7 管理文档规范](软件文档写作/7%20管理文档规范.md) diff --git a/酒/README.md b/酒/README.md new file mode 100644 index 00000000..0fabac42 --- /dev/null +++ b/酒/README.md @@ -0,0 +1,17 @@ +## 酒 + +- [1 概述](酒/1%20概述.md) +- [2.1 啤酒](酒/2.1%20啤酒.md) +- [2.2 黄酒](酒/2.2%20黄酒.md) +- [2.3 清酒](酒/2.3%20清酒.md) +- [2.4 葡萄酒](酒/2.4%20葡萄酒.md) +- [3.1 威士忌](酒/3.1%20威士忌.md) +- [3.2 伏特加](酒/3.2%20伏特加.md) +- [3.3 白兰地](酒/3.3%20白兰地.md) +- [3.4 金酒](酒/3.4%20金酒.md) +- [3.5 朗姆酒](酒/3.5%20朗姆酒.md) +- [3.6 龙舌兰](酒/3.6%20龙舌兰.md) +- [3.7 中国白酒](酒/3.7%20中国白酒.md) +- [4.1 利口酒](酒/4.1%20利口酒.md) +- [4.2 鸡尾酒](酒/4.2%20鸡尾酒.md) +- [4.4 中国配制酒](酒/4.4%20中国配制酒.md) diff --git a/酒/_sidebar.md b/酒/_sidebar.md new file mode 100644 index 00000000..2c3223af --- /dev/null +++ b/酒/_sidebar.md @@ -0,0 +1,17 @@ +## 酒 +- 酒 + - [1 概述](酒/1%20概述.md) + - [2.1 啤酒](酒/2.1%20啤酒.md) + - [2.2 黄酒](酒/2.2%20黄酒.md) + - [2.3 清酒](酒/2.3%20清酒.md) + - [2.4 葡萄酒](酒/2.4%20葡萄酒.md) + - [3.1 威士忌](酒/3.1%20威士忌.md) + - [3.2 伏特加](酒/3.2%20伏特加.md) + - [3.3 白兰地](酒/3.3%20白兰地.md) + - [3.4 金酒](酒/3.4%20金酒.md) + - [3.5 朗姆酒](酒/3.5%20朗姆酒.md) + - [3.6 龙舌兰](酒/3.6%20龙舌兰.md) + - [3.7 中国白酒](酒/3.7%20中国白酒.md) + - [4.1 利口酒](酒/4.1%20利口酒.md) + - [4.2 鸡尾酒](酒/4.2%20鸡尾酒.md) + - [4.4 中国配制酒](酒/4.4%20中国配制酒.md)