|
163 | 163 | * 10 Things You Should Know about Tokens: https://auth0.com/blog/ten-things-you-should-know-about-tokens-and-cookies/
|
164 | 164 | * Java陷阱之assert关键字: http://lavasoft.blog.51cto.com/62575/43735/
|
165 | 165 | * Buffer: https://yddmax.github.io/2017/06/08/Buffer/
|
| 166 | +* 轻松把玩HttpClient之配置ssl,采用绕过证书验证实现https: http://blog.csdn.net/xiaoxian8023/article/details/49865335 |
166 | 167 |
|
167 | 168 |
|
168 | 169 |
|
|
225 | 226 | * Eclipse远程调试出现“JDWP Transport dt_socket failed to initialize”的解决方案: http://www.cnblogs.com/jiangxinnju/p/4906457.html
|
226 | 227 | * Eclipse中用两个控制台测试网络通信程序: http://blog.csdn.net/f309587969/article/details/7097976
|
227 | 228 | * Eclipse jar打包详解: http://jingyan.baidu.com/article/219f4bf7d0ef87de442d3820.html
|
228 |
| -* Eclipse中Ant的配置与测试 转: http://www.cnblogs.com/jiangxinnju/p/5040436.html |
229 | 229 | * 如何使用Eclipse将Java项目打成jar包?:http://jingyan.baidu.com/article/4dc40848b5a8c9c8d946f139.html
|
230 | 230 | * 'Must Override a Superclass Method' Errors after importing a project into Eclipse: http://stackoverflow.com/questions/1678122/must-override-a-superclass-method-errors-after-importing-a-project-into-eclips
|
231 | 231 | * SFTP Plug-in for Eclipse: http://www.jcraft.com/eclipse-sftp/
|
|
261 | 261 | * Aptana(提供Eclipse插件): http://www.aptana.com/
|
262 | 262 |
|
263 | 263 |
|
264 |
| -## Apache IvyDE |
265 |
| - |
266 |
| - Apache IvyDE is the Eclipse plugin which integrates Apache Ivy's dependency management into Eclipse™. |
267 |
| - |
268 |
| -* http://ant.apache.org/ivy/ivyde/index.html |
269 |
| - |
270 |
| - |
271 | 264 | ## Tomcat
|
272 | 265 |
|
273 | 266 | * Apache Tomcat 8 Configuration Reference: http://tomcat.apache.org/tomcat-8.0-doc/
|
|
287 | 280 | * 监控Tomcat解决方案(监控应用服务器系列文章): http://blog.csdn.net/yunzhu666/article/details/8662045
|
288 | 281 | * CATALINA_BASE与CATALINA_HOME的区别: http://blog.csdn.net/keda8997110/article/details/21400455
|
289 | 282 | * 同一个服务器部署多个tomcat: http://www.cnblogs.com/sj521/p/5974562.html
|
| 283 | +* Tomcat 到底依赖JRE还是JDK:http://www.cnblogs.com/jiangxinnju/p/7616386.html |
290 | 284 |
|
291 | 285 |
|
292 | 286 | ## Javassist
|
@@ -600,15 +594,12 @@ https://bintray.com/
|
600 | 594 |
|
601 | 595 | ## Ant
|
602 | 596 |
|
603 |
| -* 项目地址:http://ant.apache.org/ |
604 |
| -* 用户手册:http://ant.apache.org/manual/index.html |
605 |
| - |
606 |
| - |
607 |
| -## Ivy |
608 |
| - |
609 |
| - Apache Ant项目的一个子项目,一个可传递的依赖项管理器。 |
610 |
| - |
611 |
| -* http://ant.apache.org/ivy/ |
| 597 | +* http://ant.apache.org/ |
| 598 | +* http://ant.apache.org/manual/index.html |
| 599 | +* Ivy(Apache Ant项目的一个子项目,一个可传递的依赖项管理器): http://ant.apache.org/ivy/ |
| 600 | +* Apache IvyDE(Eclipse plugin which integrates Apache Ivy's dependency management into Eclipse):http://ant.apache.org/ivy/ivyde/index.html |
| 601 | +* Eclipse中Ant的配置与测试 转: http://www.cnblogs.com/jiangxinnju/p/5040436.html |
| 602 | +* 使用Ant脚本执行bat文件: http://lyj86.iteye.com/blog/1838713 |
612 | 603 |
|
613 | 604 |
|
614 | 605 | ## Eclipse Color Themes
|
|
0 commit comments