Skip to content

Commit 4d18ccd

Browse files
committed
update j2ee and tex, add R
1 parent c7995e8 commit 4d18ccd

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

J2EE学习之路.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,12 @@
6262
* Apache和IIS网站Web日志格式详解: http://www.ha97.com/4813.html
6363
* 领域驱动设计系列文章——浅析VO、DTO、DO、PO的概念、区别和用处: http://www.cnblogs.com/qixuejia/p/4390086.html
6464
* PO BO VO DTO POJO DAO DO这些Java中的概念分别指一些什么?: https://www.zhihu.com/question/39651928
65+
* Java bytecode instruction listings: https://en.wikipedia.org/wiki/Java_bytecode_instruction_listings
66+
67+
# IDE
6568

69+
* https://netbeans.org/
70+
* http://www.jetbrains.com/
6671

6772
# Eclipse
6873

@@ -564,6 +569,7 @@ mvn javadoc:javadoc
564569
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, PLSQL, Apache Velocity, XML, XSL. Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in Java, C, C++, C#, PHP, Ruby, Fortran, JavaScript, PLSQL, Apache Velocity, Ruby, Scala, Objective C, Matlab, Python, Go.
565570

566571
* 项目地址:https://pmd.github.io/
572+
* https://pmd.github.io/pmd-5.3.6/pmd-java/rules/index.html
567573

568574

569575
# Metric
@@ -755,6 +761,7 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
755761

756762
* 官网:http://spring.io/
757763
* 文档:http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/
764+
* Spring Framework 开发参考手册: http://man.lupaworld.com/content/develop/spring_ref/2.0/html/
758765
* 源码:
759766
* Spring 3.0(deprecated) https://src.springframework.org/svn/spring-framework/
760767
* Spring 2.5及以下(deprecated) https://src.springframework.org/svn/spring-maintenance/

R学习之路.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* https://www.r-project.org/
2+
* The Comprehensive R Archive Network: https://cran.r-project.org/
3+
4+
# rstudio
5+
6+
* https://www.rstudio.com/

Tex学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
* TeXpen - Your LaTeX editor: http://www.journalhome.com/texpen/
99
* The easy to use, online, collaborative LaTeX editor: https://www.sharelatex.com/
1010
* Texmaker - The universal LaTeX editor: http://www.xm1math.net/texmaker/
11+
* winedt: http://www.winedt.com/
1112
* TeXlipse: http://sourceforge.net/projects/texlipse/

0 commit comments

Comments
 (0)