Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 083abb4

Browse files
committed
update j2ee vcs and frontend
1 parent 8b802b0 commit 083abb4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

J2EE学习之路.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
* 如何使用Eclipse将Java项目打成jar包?:http://jingyan.baidu.com/article/4dc40848b5a8c9c8d946f139.html
5757
* 如何使用eclipse生成javadoc帮助文档?:http://jingyan.baidu.com/article/dca1fa6f4d3d7ff1a4405239.html
5858
* [改编]深入equals方法,讨论instanceof的使用!: http://www.blogjava.net/bacoo/archive/2007/12/20/169176.html
59-
* 如何查看class文件的jdk版本:http://jingyan.baidu.com/article/e6c8503c7001b8e54f1a1804.html
6059
* Struts2、Spring和Hibernate应用实例: http://871421448.iteye.com/blog/1546058
6160
* Apache和IIS网站Web日志格式详解: http://www.ha97.com/4813.html
6261
* 领域驱动设计系列文章——浅析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
10511050
* Eclipse插件开发打包为Update Site:http://forchenyun.iteye.com/blog/664241
10521051
* 插件开发总览:http://www.cnblogs.com/xing901022/p/4115610.html
10531052
* Tycho - Building Eclipse plug-ins with maven: http://www.eclipse.org/tycho/
1053+
* http://wiki.eclipse.org/Tycho
10541054
* 使用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
10551056

10561057

VCS学习之路.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ SVN本身并不提供这种强制写log的功能,而是通过一系列的钩
288288
* github创建tag: http://caibaojian.com/github-create-tag.html
289289
* Commit message 和 Change log 编写指南:http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html
290290
* 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
291293

292294
## install
293295

frontend学习之路.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
* firebug: http://getfirebug.com/
1212
* Brackets: http://brackets.io/
13+
* Tridiv is a web-based editor for creating 3D shapes in CSS: http://tridiv.com/
1314

1415
## WTP
1516

@@ -43,7 +44,8 @@ Web Tools Platform(WTP): http://www.eclipse.org/webtools/
4344

4445
## jQuery
4546

46-
* 官网:http://jquery.com/
47+
* http://jquery.com/
48+
* https://jqueryvalidation.org/
4749
* jQuery API中文文档(适用jQuery1.9): http://www.css88.com/jqapi-1.9/
4850

4951
## EasyUI
@@ -165,3 +167,5 @@ Web Tools Platform(WTP): http://www.eclipse.org/webtools/
165167

166168

167169
## Chrome调试
170+
171+
* 最全面的JavaScript调试技巧总结: http://www.codeceo.com/article/javascript-debug-skills.html

0 commit comments

Comments
 (0)