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

Skip to content

Commit 024fb44

Browse files
committed
update db and j2ee
1 parent 6ccab68 commit 024fb44

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

DB学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,7 @@ Oracle提供了两种验证方式,一种是OS验证,另一种密码文件验
956956
* Vertica: https://www.vertica.com/
957957
* Teradata Aster: http://developer.teradata.com/aster
958958
* actian: http://www.actian.com/
959+
* Apache Derby: http://db.apache.org/derby/
959960

960961
# 数据模型
961962

J2EE学习之路.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,11 @@
295295
* STAN, the leading Eclipse-based structure analysis tool for Java: http://stan4j.com/
296296
* nWire, Code Exploration for Eclipse(not free): http://www.nwiresoftware.com/
297297

298+
# apache
299+
300+
* http://www.apache.org/
301+
* Apache Software Foundation Distribution Directory: http://www.apache.org/dist/
302+
* The Apache Attic: http://attic.apache.org/
298303

299304
# Apache Commons
300305

@@ -677,6 +682,7 @@ mvn javadoc:javadoc
677682
# Hadoop
678683

679684
* http://hadoop.apache.org/
685+
* http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ClusterSetup.html#Web_Interfaces
680686
* Eclipse下搭建Hadoop2.4.0开发环境:http://www.cnblogs.com/kinglau/p/3802705.html
681687
* 使用eclipse连接hadoop失败情况:http://blog.csdn.net/yunlong34574/article/details/21331927
682688

@@ -715,7 +721,6 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
715721
* 程序员的绘图利器 — Graphviz:http://blog.csdn.net/zhangskd/article/details/8250470
716722
* Graphviz Eclipse plug-in:https://github.com/abstratt/eclipsegraphviz
717723

718-
719724
# JBoss
720725

721726
The JBoss AS community project has been renamed to the WildFly community project, which has a new home at wildfly.org. The JBoss name now only applies to the commercially supported product, called JBoss EAP, which is derived from the WildFly community project and is available at http://www.jboss.org/products/eap/overview/.
@@ -997,6 +1002,10 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
9971002
* http://lucene.apache.org/
9981003
* Lucene原理与代码分析: http://www.cnblogs.com/forfuture1978/category/300665.html
9991004

1005+
# Apache Flume
1006+
1007+
* http://flume.apache.org/
1008+
10001009

10011010
# Solr
10021011

@@ -1023,6 +1032,11 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
10231032
* https://sourceforge.net/projects/ebus/
10241033

10251034

1035+
# Apache POI - the Java API for Microsoft Documents
1036+
1037+
* http://poi.apache.org/
1038+
1039+
10261040
# 数据库连接池
10271041

10281042
* c3p0: https://sourceforge.net/projects/c3p0/

0 commit comments

Comments
 (0)