Skip to content

Commit 0ba796e

Browse files
committed
update j2ee and db
1 parent 5ff2a6e commit 0ba796e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

DB学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
* EXECUTE IMMEDIATE 常见使用方法: http://blog.itpub.net/27042095/viewspace-739404/
7171
* Oracle11g自带的SQL developer无法打开解决方案(百度文库): http://wenku.baidu.com/link?url=scHbokjqF7nK8kca00Pxrm8uaUmm7HNkgXLGaq0tNU-9T2zOrc08oZ7YJkXagD-QbQUmQl7c1wiZNigvIZ9YNVwMU9qIgxBI34HfkM8kWdO
7272
* 【Foreign Key】Oracle外键约束三种删除行为 : http://blog.itpub.net/519536/viewspace-630034/
73+
* Oracle导入JAR包并调用Java: http://www.jianshu.com/p/4280ac298ded
7374

7475

7576
## PL/SQL Developer

J2EE学习之路.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* The Java® Language Specification: https://docs.oracle.com/javase/specs/jls/se7/html/index.html
99
* The Java® Virtual Machine Specification: https://docs.oracle.com/javase/specs/jvms/se7/html/
1010
* JDK Tools and Utilities: http://docs.oracle.com/javase/6/docs/technotes/tools/
11+
* VirtualMachine:http://docs.oracle.com/javase/7/docs/jdk/api/attach/spec/com/sun/tools/attach/VirtualMachine.html
12+
* Java HotSpot VM Options: http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
1113
* Setting Project Facets: http://docs.oracle.com/cd/E13224_01/wlw/docs103/guide/ideuserguide/projects/conFacets.html
1214
* Overriding and Hiding Methods: http://docs.oracle.com/javase/tutorial/java/IandI/override.html
1315
* List of HTTP status codes: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
@@ -68,6 +70,10 @@
6870
* java byte与char互转原理: http://www.cnblogs.com/bluespot/archive/2008/10/23/1318155.html
6971
* Java永久代去哪儿了: http://www.infoq.com/cn/articles/Java-PERMGEN-Removed?utm_campaign=infoq_content&
7072
* Web Service描述语言 WSDL 详解: http://www.blogjava.net/libin2722/articles/159469.html
73+
* Virtual Memory Usage from Java under Linux, too much memory used: http://stackoverflow.com/questions/561245/virtual-memory-usage-from-java-under-linux-too-much-memory-used/561450#561450
74+
* Java直接内存与非直接内存性能测试: http://www.cnblogs.com/xing901022/p/5243657.html
75+
* Java直接(堆外)内存使用详解: http://www.cnblogs.com/xing901022/p/5248934.html
76+
7177

7278
## IDE
7379

@@ -779,12 +785,21 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
779785
Apache Axis2™ is a Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack. There are two implementations of the Apache Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C
780786

781787
* http://axis.apache.org/axis2/java/core/
788+
* Axis2创建WebService实例: http://clq9761.iteye.com/blog/976029/
789+
* Axis2中使用模块: http://zhangjunhd.blog.51cto.com/113473/25593/
782790

783791

784792
## cpDetector
785793

786794
* https://sourceforge.net/projects/cpdetector/
787795

796+
## EZMorph
797+
798+
EZMorph is simple java library for transforming an Object to another Object.
799+
800+
* http://ezmorph.sourceforge.net/index.html
801+
802+
788803
## SSH相关
789804

790805
## Struts

0 commit comments

Comments
 (0)