File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
+ [ 计算机网络] ( https://github.com/CyC2018/Interview-Notebook/blob/master/notes/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C.md#%E4%BA%94%E8%BF%90%E8%BE%93%E5%B1%82 )
10
10
11
-
12
-
13
11
#### TCP、UDP
14
12
15
13
+ [ 通俗大白话来理解TCP协议的三次握手和四次分手] ( https://github.com/jawil/blog/issues/14 )
16
14
+ [ TCP 为什么是三次握手,而不是两次或四次?] ( https://www.zhihu.com/question/24853633 )
17
15
+ [ 理解 TCP 和 UDP] ( https://jerryc8080.gitbooks.io/understand-tcp-and-udp/ )
18
16
19
-
20
-
21
17
#### 集线器、交换机和路由器
22
18
23
19
+ [ 路由器和交换机的不同之处有哪些?] ( https://www.zhihu.com/question/20465477 )
24
20
+ [ 如何跟小白解释路由器和交换机的区别?] ( https://www.zhihu.com/question/22007235 )
25
21
+ [ 集线器和交换机的区别?] ( https://www.zhihu.com/question/21782368 )
26
22
27
-
28
-
29
23
#### 全双工、半双工和单工
30
24
31
25
+ [ 串口通讯的单工、半双工和全双工的定义、区别及应用] ( https://blog.csdn.net/hai673580326/article/details/37819611 )
53
47
54
48
#### Vim
55
49
56
- + [ Vim编辑器基本使用] ( https://www.shiyanlou.com/courses/2 )
50
+ + [ Vim编辑器基本使] ( https://www.shiyanlou.com/courses/2 )
51
+
52
+
57
53
58
54
# 三.数据库(Database)
59
55
102
98
103
99
+ [ 美团技术团队:缓存那些事] ( https://tech.meituan.com/cache_about.html )
104
100
101
+
102
+
105
103
# 四.算法
106
104
107
105
#### 排序算法
129
127
+ [ 红黑树] ( https://github.com/julycoding/The-Art-Of-Programming-By-July/blob/master/ebook/zh/03.01.md )
130
128
+ [ 美团技术团队:红黑树深入剖析及Java实现] ( https://tech.meituan.com/redblack_tree.html )
131
129
130
+ #### JDK里的排序算法
131
+
132
+ + [ Java提供的排序算法是怎么实现的?] ( https://blog.csdn.net/xlgen157387/article/details/79863301 )
133
+ + [ 排序算法在jdk源码中的应用] ( https://blog.csdn.net/java_student09/article/details/52235278 )
134
+ + [ java.util.Arrays的排序研究] ( http://hxraid.iteye.com/blog/665095 )
135
+
132
136
# 五.Java基础(Basic)
133
137
134
138
+ [ Java基础] ( https://github.com/CyC2018/Interview-Notebook/blob/master/notes/Java%20%E5%9F%BA%E7%A1%80.md )
You can’t perform that action at this time.
0 commit comments