自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Rover's Home

The person who risks nothing does nothing, has nothing, is nothing. He may avoid suffering and sorrows, but he cannot learn, fee

  • 博客(7)
  • 收藏
  • 关注

原创 How to debug Java Web Application?

http://ebxmlrr.sourceforge.net/3.0/developer/debugging.htmlFor instance, we use tomcat as web application server  and Eclipse as IDE in windows, then we have to do the following things:1.  Set environ

2005-02-24 16:09:00 935

原创 Heap size limitition in Java

If you get " Error occurred during initialization of VMCould not researve enough space for object heap", it is probably because there is not enough heap for you java application. You can try to use "J

2005-02-18 16:43:00 664

原创 LinkedHashMap and LinkedHashSet

维护插入顺序--使用新连接的HashMap和HashSet实现  http://www-900.ibm.com/developerWorks/cn/java/j-merlin/index4.shtml

2005-02-16 19:16:00 518

原创 Object Serialization

Java Serializationhttp://www.mactech.com/articles/mactech/Vol.14/14.04/JavaSerialization/ Java Object Serializationhttp://www.churchillobjects.com/c/11009.html Java Object Serialization Sp

2005-02-16 19:09:00 711

原创 利用ThreadLocal 提高可伸缩性

http://www-900.ibm.com/developerWorks/cn/java/j-threads/index3.shtml     轻松使用线程: 不共享有时是最好的    利用 ThreadLocal 提高可伸缩性

2005-02-01 14:13:00 534

原创 SoftReference、WeakReference 和 PhantomReference

http://www-900.ibm.com/developerWorks/cn/java/j-refs/index.shtml 学习如何有效地使用 SoftReference、WeakReference 和 PhantomReferencehttp://www.javaworld.com/javaworld/jw-01-2002/jw-0104-java101.html 

2005-02-01 13:52:00 889

原创 Memory Leak

Considering the following scenarios:       (1)  Get java.lang.OutOfMemoryError.       (2)   A simple program eat up a lot of memory.These may hint you get memory leak problem. It usually happens durin

2005-02-01 09:44:00 587

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除