Skip to content

Commit a1fdb39

Browse files
committed
update
1 parent 534ac51 commit a1fdb39

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

J2EE学习之路.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,12 @@
132132
* 让浏览器不再显示 https 页面中的 http 请求警报: http://www.cnblogs.com/hustskyking/p/upgrade-insecure-requests.html
133133
* SNA (Share Nothing Architecture) Session 解剖: http://blog.csdn.net/lovingprince/article/details/5883473
134134
* 挑战认证机制:《LINUX网络管理员指南(第3版).chm》6.8. Authentication with PPP
135-
* DH密钥交换和ECDH原理: http://www.cnblogs.com/fishou/p/4206451.html
135+
* DH密钥交换和ECDH原理: <http://www.cnblogs.com/fishou/p/4206451.html>
136136
* Salted Password Hashing - Doing it Right: <https://crackstation.net/hashing-security.htm>
137137
* 加盐密码哈希:如何正确使用: <http://blog.jobbole.com/61872/>
138+
* CMD5(MD5反向查询): <http://www.cmd5.com/default.aspx>
139+
* 数字证书原理: <https://www.cnblogs.com/JeffreySun/archive/2010/06/24/1627247.html>
140+
* 彩虹表(Rainbow Tables)原理详解: <http://www.ha97.com/4009.html>
138141
* GetPropertyAction vs System.getProperty in obtaining system variables: http://stackoverflow.com/questions/4954924/getpropertyaction-vs-system-getproperty-in-obtaining-system-variables
139142
* File.separator vs FileSystem.getSeparator() vs System.getProperty(“file.separator”)?: http://stackoverflow.com/questions/8075373/file-separator-vs-filesystem-getseparator-vs-system-getpropertyfile-separato
140143
* 三个实例演示 Java Thread Dump 日志分析:http://www.cnblogs.com/zhengyun_ustc/archive/2013/01/06/dumpanalysis.html

Unix_Linux学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
* gprof: <https://sourceware.org/binutils/docs/gprof/>
154154
* ttyrec 和 ttyplay(记录、保存和播放终端会话软件): <http://0xcc.net/ttyrec/>
155155
* curl: <https://curl.haxx.se/>
156+
* Poptop - The PPTP Server for Linux: <http://poptop.sourceforge.net/dox/>
156157

157158
## Linux常用命令
158159

0 commit comments

Comments
 (0)