`
tianlijia202
  • 浏览: 74417 次
  • 性别: Icon_minigender_1
  • 来自: 大连
社区版块
存档分类
最新评论
文章列表
http://simpleframework.net/blog/v/91733.html   http://blog.csdn.net/cutesource/article/details/5904542    优化工具 http://dolphin-ygj.iteye.com/blog/366216    jstatad http://www.micmiu.com/software/test/jvm-visualvm/   jconsole http://hornetblog.sinaapp.com/?p=5 解决本地 jconsole pid问题 http:// ...

表分区

http://space.itpub.net/219982/viewspace-701109

print gc parameter

    博客分类:
  • java
http://lanmaohome.blog.sohu.com/194483748.html

dwr

http://www.cnblogs.com/a7345678/archive/2008/10/23/1317982.html   http://wenku.baidu.com/view/6678f7d576eeaeaad1f3308e.html
http://blog.csdn.net/it_man/article/details/5074371

mysql文档地址

    博客分类:
  • sql
http://dev.mysql.com/doc/refman/5.1/zh/index.html
Spring源代码解析(收藏) Spring源代码解析(一):IOC容器:http://www.iteye.com/topic/86339 Spring源代码解析(二):IoC容器在Web容器中的启动:http://www.iteye.com/topic/86594 Spring源代码解析(三):Spring JDBC:http://www.iteye.com/topic/87034 Spring源代码解析(四):Spring MVC:http://www.iteye.com/topic/87692 Spring源代码解析(五):Spring AOP获取Proxy:http://w ...

spring 拦截

http://jiwenke-spring.blogspot.com/
http://blog.sina.com.cn/s/blog_71ad0d3f01019y1c.html   http://docs.oracle.com/javase/7/docs/api/index.html?overview-tree.html
http://blog.163.com/among_1985/blog/static/275005232012648246362/     http://blog.sina.com.cn/s/blog_64d0b03c0101ai18.html

java 死锁解决方式

    博客分类:
  • java
解决方式: 1)尽量使用tryLock(long timeout, TimeUnit unit)的方法(ReentrantLock、ReentrantReadWriteLock),设置超时时间,超时可以退出防止死锁。 2)尽量使用java.util.concurrent(jdk 1.5以上)包的并发类代替手写控制并发,比较常用的是ConcurrentHashMap、ConcurrentLinkedQueue、AtomicBoolean等等,实际应用中java.util.concurrent.atomic十分有用,简单方便且效率比使用Lock更高 3)尽量降低锁的使用粒度,尽量不要几个功能用同 ...
http://blog.csdn.net/prince2270/article/details/5894456

spring rmi

link:http://blog.csdn.net/shirdrn/article/details/6359254   http://blog.csdn.net/java2000_wl/article/details/7408249

cglib

    博客分类:
  • java
文章come from : http://www.uml.org.cn/j2ee/201301102.asp              

linux 存储过程

    博客分类:
  • java
出处:http://blog.csdn.net/qinde025/article/details/7544175     ####    函数    ####    说       明:执行oracle存储过程    ####    输入参数:{数据库tns}{数据库用户名}{数据库密码}{存储过程名}{批处理日期}    ####  输出参数:存储过程执行结果    function exe_proc   {       oracle_sid=$1       user_name=$2       user_pwd=$3       pro ...
Global site tag (gtag.js) - Google Analytics