├── Design
├── README.md
└── 软件架构设计.mm
├── Distributed
├── README.md
├── 分布式系统.png
├── 分布式系统.html
└── 分布式系统.mm
├── Knowledge
├── README.md
├── Golang学习向导.png
├── Golang学习向导.html
└── Golang学习向导.mm
├── IDE
├── IDE_Editor_Keymap.png
└── README.md
├── README.md
└── LICENSE
/Design/README.md:
--------------------------------------------------------------------------------
1 | # 软件架构设计
2 |
3 | 
--------------------------------------------------------------------------------
/Distributed/README.md:
--------------------------------------------------------------------------------
1 | # 分布式系统
2 |
3 | 
--------------------------------------------------------------------------------
/Knowledge/README.md:
--------------------------------------------------------------------------------
1 | # Golang学习向导
2 |
3 | 
--------------------------------------------------------------------------------
/Distributed/分布式系统.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yougg/TechnicalMap/HEAD/Distributed/分布式系统.png
--------------------------------------------------------------------------------
/Knowledge/Golang学习向导.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yougg/TechnicalMap/HEAD/Knowledge/Golang学习向导.png
--------------------------------------------------------------------------------
/IDE/IDE_Editor_Keymap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/yougg/TechnicalMap/HEAD/IDE/IDE_Editor_Keymap.png
--------------------------------------------------------------------------------
/IDE/README.md:
--------------------------------------------------------------------------------
1 | ### IDE and Editor Keymap
2 |
3 |
4 | #### IDE和编辑器快捷键映射
5 |
6 | 使用`FreeMind`制作的快捷键对照思维导图
7 | 目前编写了`IntelliJ IDEA`和`Eclipse`的快捷键
8 |
9 | TODO:
10 |
11 | Notepad++
12 | Emacs
13 | Vim
14 | ...
15 |
16 |
17 |
18 | 分别导出了`png`格式和`svg`格式的图像
19 | `svg`格式使用浏览器打开, 支持`Ctrl + F`查找
20 |
21 | 欢迎提`PR`或`fork`
22 |
23 |
24 | 
25 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # 个人搜集与总结的技能知识图谱
2 |
3 | :goal_net: 网络通讯协议图 Network Communication Protocols Map
5 |
6 | [网络通讯协议图 Network Communication Protocols Map](http://www.colasoft.com.cn/download/protocols_map.php)
7 |
8 |
9 |
10 | 
11 | :handshake: 双向证书认证的SSL握手过程 SSL handshake with two way authentication with certificates
15 |
16 | [传输层安全性协议 Transport Layer Security](https://zh.wikipedia.org/wiki/%E5%82%B3%E8%BC%B8%E5%B1%A4%E5%AE%89%E5%85%A8%E6%80%A7%E5%8D%94%E5%AE%9A)
17 | 
18 | :bar_chart: 数据结构与算法的时间/空间复杂度 Complexity of datastructure/algorithm
22 |
23 | [Big-O Complexity Chart](https://www.bigocheatsheet.com/)
24 | 
25 | :arrows_counterclockwise: 网络数据包通过Netfilter时的工作流向 Packet flow in Netfilter and General Networking
29 |
30 | [iptables](https://zh.wikipedia.org/wiki/Iptables)
31 | 
32 | :repeat: TCP有限状态机转换 TCP State Transition Diagram
36 |
37 | [TCP connection status](https://www.ibm.com/docs/en/zos/2.1.0?topic=SSLTBW_2.1.0/com.ibm.zos.v2r1.halu101/constatus.htm)
38 | 
39 | 
40 | :mag_right: Linux性能监测分析工具 Linux Performance Observability Tools
44 |
45 | [Linux Performance](http://www.brendangregg.com/linuxperf.html)
46 | 
47 | :chestnut: Linux内核运行原理图 Interactive Linux Kernel Map
51 |
52 | [Interactive Linux Kernel Map](http://makelinux.net/kernel_map/)
53 | 
54 | :penguin: Linux发行版时间轴 List of Linux distributions
58 |
59 | [List of Linux distributions](https://en.wikipedia.org/wiki/List_of_Linux_distributions)
60 | 
61 |
62 | :bell: Unix版本历史 History of Unix
66 |
67 | [History of Unix](https://en.wikipedia.org/wiki/History_of_Unix)
68 | 
69 | :earth_americas: 网页浏览器时间轴 History of the web browser
73 |
74 | [History of the web browser](https://en.wikipedia.org/wiki/History_of_the_web_browser)
75 | 
76 |
13 |
13 |