|
最后更新
最新评论
存档
cnblog最新目录集
我的链接
|
共6页 1 2 3 4 5 6 下一页 最后一页
|
日志迁移 -
2005-06-07   18:45
|
|
how to resolve deadlock exception -
2005-01-18   08:51
Recently my system often report deadlock exception. I found it often happened in one bean by debuging.
I did some modification as following:
1: modify jboss.xml, add one container configuration as following:
<container-configurations> <container-configuration extends="Instance Per Transaction CMP 2.x EntityBean"> ..............
|
|
转发: 不支援印泥的理由 -
2005-01-17   19:04
1998年5月13日至15日,在短短的50小时内,人口1000万的生产者雅加达城内有27个地区发生**,全市有5000多家华人商店和房屋被烧..............
|
|
struts best practices -
2004-12-28   10:05
|
|
a good method to design unit test case for critical path calculation -
2004-12-27   19:10
today I have to design some unit test cases for critical path calculation. It's very comples & easy confusing. It should be better if I can depict them. I think of state diagram & draft one, I am very glad that it meet my requirement completely. Following is a sample: ..............
|
|
pooly design on Swing & design pattern -
2004-12-03   19:30
when I design my Swing relative program, I used to utilize observe pattern & command pattern. I always thought it's a good idea. but today I change my mind after I drafted the commponent diagram, as following: 740)this.width=740" border=undefined> from ..............
|
|
an article for thought about Swing -
2004-12-02   11:29
It's make me thinking over my design.
http://www.theserverside.com/articles/article.tss?l=JavaGUIDev
here is the feedback:
http://www.theserverside.com/news/thread.tss?thread_id=30278..............
|
|