Skip to content

Commit 4240777

Browse files
committed
update
1 parent 7070968 commit 4240777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

J2EE学习之路.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
* 一些安全相关的HTTP响应头: https://imququ.com/post/web-security-and-response-header.html#simple_thread
123123
* Ehcache详细解读: http://raychase.iteye.com/blog/1545906
124124
* EhCache介绍: http://chenjumin.iteye.com/blog/684926
125-
* 加盐密码哈希:如何正确使用: http://blog.jobbole.com/61872/
126125
* Java 8 API 设计经验浅析: http://www.codeceo.com/article/java-8-api-design.html
127126
* JDK自带工具之概览: http://www.rowkey.me/blog/2016/11/03/jdk-tools/
128127
* 服务化之-路由: http://mp.weixin.qq.com/s?__biz=MzIzODYyNjkzNw==&mid=2247483732&idx=1&sn=5e3533b6f79823083e567e092a0e65fc&chksm=e9373042de40b95466784930dfc9468a7974ddd1bae05b02f9776c0e8a2074463f2df7ed59e0#rd
@@ -134,6 +133,7 @@
134133
* SNA (Share Nothing Architecture) Session 解剖: http://blog.csdn.net/lovingprince/article/details/5883473
135134
* 挑战认证机制:《LINUX网络管理员指南(第3版).chm》6.8. Authentication with PPP
136135
* DH密钥交换和ECDH原理: http://www.cnblogs.com/fishou/p/4206451.html
136+
* Salted Password Hashing - Doing it Right: <https://crackstation.net/hashing-security.htm>
137137
* GetPropertyAction vs System.getProperty in obtaining system variables: http://stackoverflow.com/questions/4954924/getpropertyaction-vs-system-getproperty-in-obtaining-system-variables
138138
* File.separator vs FileSystem.getSeparator() vs System.getProperty(“file.separator”)?: http://stackoverflow.com/questions/8075373/file-separator-vs-filesystem-getseparator-vs-system-getpropertyfile-separato
139139
* 三个实例演示 Java Thread Dump 日志分析:http://www.cnblogs.com/zhengyun_ustc/archive/2013/01/06/dumpanalysis.html
@@ -492,6 +492,7 @@ Eclipse中`Update Project`,选择`Force Update of Snapshots/Releases`
492492
* <http://hc.apache.org/>
493493
* httpcomponents-core-4.4.x.chm
494494
* httpcomponents-httpclient-4.5.chm
495+
* 使用样例(搜索HttpClientTest): <https://bitbucket.org/jiangxincode/javawebtest>
495496

496497
## Maven and M2Eclipse
497498

0 commit comments

Comments
 (0)