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

Skip to content

Commit 9112858

Browse files
committed
update
1 parent a772fdf commit 9112858

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

J2EE学习之路.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
* 转一个J2EE开发时的包命名规则,养成良好的开发习惯:<http://www.blogjava.net/paulwong/archive/2012/04/15/374675.html>
9191
* 对比C++ 和Java: Thinking in java[Java编程思想第4版].pdf
9292
* 舞蹈特点与编程语言特点的联想曲: <http://blog.csdn.net/iammerryz/article/details/7661067?_t_t_t=0.3386819043662399>
93-
* className.class.getResourceAsStream()与ClassLoader.getSystemResourceAsStream() 的区别:<http://www.blogjava.net/icewee/archive/2012/05/04/377371.html>
9493
* JAR文件包及jar命令详解: <http://blog.donews.com/hitfly/archive/2005/03/25/312851.aspx>
9594
* JAVA调用系统命令或可执行程序:<http://wuhongyu.iteye.com/blog/461477/>
9695
* 过时date.toLocaleString()的解决方法: <http://ldl8818.iteye.com/blog/1492301>
@@ -491,6 +490,7 @@ Eclipse中`Update Project`,选择`Force Update of Snapshots/Releases`
491490
* How to Publish Maven Site Docs to BitBucket or GitHub Pages: <http://www.ensor.cc/2013/01/how-to-publish-maven-site-docs-to.html>
492491
* maven项目在eclipse的library中没有Maven Dependencies: <http://blog.csdn.net/lulidaitian/article/details/53440643>
493492
* Maven Enforcer Plugin: <http://maven.apache.org/enforcer/maven-enforcer-plugin/>
493+
* templating-maven-plugin: <http://www.mojohaus.org/templating-maven-plugin/>
494494

495495
* <http://mvnrepository.com/> (搜索)
496496
* <https://maven-repository.com/> (搜索)
@@ -615,6 +615,12 @@ mvn deploy:deploy-file -DgroupId="edu.jiangxin" -DartifactId=”gcu” -Dversion
615615

616616
* VisualVM: <http://visualvm.java.net/>
617617

618+
## Eclipse Class Decompiler
619+
620+
* Eclipse Class Decompiler——Java反编译插件: <https://github.com/cnfree/Eclipse-Class-Decompiler>
621+
* Eclipse Class Decompiler -> Enhanced Class Decompiler: <https://github.com/cnfree/Eclipse-Class-Decompiler/issues/36>
622+
* Enhanced Class Decompiler: <https://github.com/ecd-plugin/ecd>
623+
618624
## JD(Java Decompiler)
619625

620626
* 项目地址及安装说明:<http://jd.benow.ca/>
@@ -625,7 +631,6 @@ mvn deploy:deploy-file -DgroupId="edu.jiangxin" -DartifactId=”gcu” -Dversion
625631

626632
* jad: <http://varaneckas.com/jad/>
627633
* jadclipse: <https://sourceforge.net/projects/jadclipse/>
628-
* Eclipse Class Decompiler——Java反编译插件: <https://github.com/cnfree/Eclipse-Class-Decompiler>
629634

630635
注:jad支持命令行方式使用,最新版本为1.5.8g,支持的class版本过低。经常出现问题:The class file version is 48.0 (only 45.3, 46.0 and 47.0 are supported)。还有一个工具uuDeJava,也是基于jad,所以估计也难以避免这个问题。
631636

@@ -1266,4 +1271,8 @@ The yFiles diagramming software components are extensive class libraries that en
12661271
## opengrok
12671272

12681273
* <https://github.com/oracle/opengrok>
1269-
* OpenGrok搜索技巧: <http://jingzitakk66.iteye.com/blog/2122730>
1274+
* OpenGrok搜索技巧: <http://jingzitakk66.iteye.com/blog/2122730>
1275+
1276+
## Markdown转换
1277+
1278+
* flexmark-java: <https://github.com/vsch/flexmark-java>

Unix与Linux学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
* iftop: <http://www.ex-parrot.com/~pdw/iftop/>
153153
* Iotop: <http://guichaz.free.fr/iotop/>
154154
* tldr: <https://github.com/tldr-pages/tldr>
155+
* cloc: <https://github.com/AlDanial/cloc>
155156
* 串口传输文件 lrzsz: <http://www.cnblogs.com/lidabo/p/4780866.html>
156157
* httpry(HTTP logging and information retrieval tool ): <https://github.com/jbittel/httpry>
157158
* iproute2: <https://en.wikipedia.org/wiki/Iproute2>

版本管理学习之路.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
* COVERALLS: <https://coveralls.io/>
9393
* COVERITY: <https://scan.coverity.com/>
9494
* choosealicense: <https://choosealicense.com/>
95+
* shields: <https://shields.io/>
96+
* JitPack: <https://jitpack.io/>
97+
* VersionEye(已废弃): <https://www.versioneye.com>
9598

9699
### Git优秀文章
97100

0 commit comments

Comments
 (0)