File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 56
56
* 如何使用Eclipse将Java项目打成jar包?:http://jingyan.baidu.com/article/4dc40848b5a8c9c8d946f139.html
57
57
* 如何使用eclipse生成javadoc帮助文档?:http://jingyan.baidu.com/article/dca1fa6f4d3d7ff1a4405239.html
58
58
* [ 改编] 深入equals方法,讨论instanceof的使用!: http://www.blogjava.net/bacoo/archive/2007/12/20/169176.html
59
- * 如何查看class文件的jdk版本:http://jingyan.baidu.com/article/e6c8503c7001b8e54f1a1804.html
60
59
* Struts2、Spring和Hibernate应用实例: http://871421448.iteye.com/blog/1546058
61
60
* Apache和IIS网站Web日志格式详解: http://www.ha97.com/4813.html
62
61
* 领域驱动设计系列文章——浅析VO、DTO、DO、PO的概念、区别和用处: http://www.cnblogs.com/qixuejia/p/4390086.html
@@ -1051,6 +1050,8 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
1051
1050
* Eclipse插件开发打包为Update Site:http://forchenyun.iteye.com/blog/664241
1052
1051
* 插件开发总览:http://www.cnblogs.com/xing901022/p/4115610.html
1053
1052
* Tycho - Building Eclipse plug-ins with maven: http://www.eclipse.org/tycho/
1053
+ * http://wiki.eclipse.org/Tycho
1054
1054
* 使用Tycho来构建你的RCP程序: http://chnic.iteye.com/category/337072
1055
+ * Dependencies from pom.xml not considered by Eclipse in Tycho Project: http://stackoverflow.com/questions/12476451/dependencies-from-pom-xml-not-considered-by-eclipse-in-tycho-project
1055
1056
1056
1057
Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ SVN本身并不提供这种强制写log的功能,而是通过一系列的钩
288
288
* github创建tag: http://caibaojian.com/github-create-tag.html
289
289
* Commit message 和 Change log 编写指南:http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html
290
290
* Writing a Friendly README: http://rowanmanning.com/posts/writing-a-friendly-readme/
291
+ * GitHub Pages + Hexo搭建博客: http://crazymilk.github.io/2015/12/28/GitHub-Pages-Hexo%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2/
292
+ * Hexo+Next搭建Github个人静态博客: http://www.cnblogs.com/cnfanhua/p/5167191.html
291
293
292
294
## install
293
295
Original file line number Diff line number Diff line change 10
10
11
11
* firebug: http://getfirebug.com/
12
12
* Brackets: http://brackets.io/
13
+ * Tridiv is a web-based editor for creating 3D shapes in CSS: http://tridiv.com/
13
14
14
15
## WTP
15
16
@@ -43,7 +44,8 @@ Web Tools Platform(WTP): http://www.eclipse.org/webtools/
43
44
44
45
## jQuery
45
46
46
- * 官网:http://jquery.com/
47
+ * http://jquery.com/
48
+ * https://jqueryvalidation.org/
47
49
* jQuery API中文文档(适用jQuery1.9): http://www.css88.com/jqapi-1.9/
48
50
49
51
## EasyUI
@@ -165,3 +167,5 @@ Web Tools Platform(WTP): http://www.eclipse.org/webtools/
165
167
166
168
167
169
## Chrome调试
170
+
171
+ * 最全面的JavaScript调试技巧总结: http://www.codeceo.com/article/javascript-debug-skills.html
You can’t perform that action at this time.
0 commit comments