Skip to content

Commit d77f3c9

Browse files
committed
添加SSH相关
1 parent e75aee7 commit d77f3c9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
+ 代理
4343
+ [图解正向代理、反向代理、透明代理](http://blog.51cto.com/z00w00/1031287)
4444

45+
#### SSH
46+
47+
+ [SSH协议详解](http://airekans.github.io/protocol/2012/06/28/ssh-explained)
48+
+ [SSH 原理与运用(一):远程登录](http://www.ruanyifeng.com/blog/2011/12/ssh_remote_login.html)
49+
+ [SSH原理与运用(二):远程操作与端口转发](http://www.ruanyifeng.com/blog/2011/12/ssh_port_forwarding.html)
50+
4551
#### 集线器、交换机和路由器
4652

4753
+ [路由器和交换机的不同之处有哪些?](https://www.zhihu.com/question/20465477)
@@ -168,6 +174,11 @@
168174
+ [排序算法在jdk源码中的应用](https://blog.csdn.net/java_student09/article/details/52235278)
169175
+ [java.util.Arrays的排序研究](http://hxraid.iteye.com/blog/665095)
170176

177+
#### Huffman 编码
178+
179+
+ [霍夫曼编码](https://zh.wikipedia.org/wiki/%E9%9C%8D%E5%A4%AB%E6%9B%BC%E7%BC%96%E7%A0%81)
180+
+ [HUFFMAN 编码压缩算法](https://coolshell.cn/articles/7459.html)
181+
171182
# 五.Java基础(Basic)
172183

173184
+ [Java基础](https://github.com/CyC2018/Interview-Notebook/blob/master/notes/Java%20%E5%9F%BA%E7%A1%80.md)

0 commit comments

Comments
 (0)