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

Skip to content

Commit f1a69a4

Browse files
committed
add DB and j2ee
1 parent ea98067 commit f1a69a4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

DB学习之路.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,9 @@ sessions是个派生值,由processes的值决定,公式sessions=1.1*process + 5
776776
--重启数据库
777777
shutdown immediate;
778778
startup
779+
780+
--重启监听
781+
lsnrctl stop/start/status
779782

780783
show parameter processes; --显示:processes integer 400
781784
show parameter session; --显示:sessions integer 445

J2EE学习之路.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
* 如何使用eclipse生成javadoc帮助文档?:http://jingyan.baidu.com/article/dca1fa6f4d3d7ff1a4405239.html
5858
* [改编]深入equals方法,讨论instanceof的使用!: http://www.blogjava.net/bacoo/archive/2007/12/20/169176.html
5959
* 如何查看class文件的jdk版本:http://jingyan.baidu.com/article/e6c8503c7001b8e54f1a1804.html
60-
* Lifetimes of cryptographic hash functions: http://valerieaurora.org/hash.html
6160
* Struts2、Spring和Hibernate应用实例: http://871421448.iteye.com/blog/1546058
6261
* Apache和IIS网站Web日志格式详解: http://www.ha97.com/4813.html
6362
* 领域驱动设计系列文章——浅析VO、DTO、DO、PO的概念、区别和用处: http://www.cnblogs.com/qixuejia/p/4390086.html
@@ -149,6 +148,16 @@
149148
* http://asm.ow2.org/index.html
150149
* Bytecode Outline plugin for Eclipse: http://asm.ow2.org/eclipse/index.html
151150

151+
# Javassist
152+
153+
* http://jboss-javassist.github.io/javassist/
154+
155+
156+
# jclasslib
157+
158+
* https://github.com/ingokegel/jclasslib
159+
160+
152161
# Spket IDE(提供Eclipse的插件)
153162

154163
Spket IDE is powerful toolkit for JavaScript and XML development.
@@ -346,6 +355,7 @@ Eclipse中`Update Project`,选择`Force Update of Snapshots/Releases`
346355
* maven依赖总结: http://blog.csdn.net/lastsweetop/article/details/8493475
347356
* maven2 up to maven3的'version' contains an expression but should be a constant: http://www.cnblogs.com/beiyeren/p/4275032.html
348357
* 解决Maven报Plugin execution not covered by lifecycle configuration: http://blog.csdn.net/xxd851116/article/details/25197373
358+
* Maven编译jar出现:无法确定 T 的类型参数的异常的原因和处理方案: http://www.cnblogs.com/peida/p/4218210.html
349359
* 常见Maven仓库:
350360
* http://mvnrepository.com/ (搜索)
351361
* http://maven.oschina.net/home.html (搜索)

0 commit comments

Comments
 (0)