我的評論
re: OOD比OOP更重要 binge 2008-05-30 09:39
寫的也忒概要了吧
re: Do not wait... 愛,永遠禁不起等待 binge 2008-05-16 16:09
good article
re: 冒號和他的學生們(連載11)——切面范式 binge 2008-05-12 10:12
終于,我決定留名于此。有些東西還是很形象的
re: Love Your Life binge 2008-04-23 10:30
good article
re: 反編譯工具JodeEclipse發布1.0.6版 binge 2008-03-19 10:00
支持,盡管沒用過
re: 如何使用Apache作為前端負載均衡器(轉自李其的文檔) binge 2008-03-04 22:11
很通俗
re: J2EE安全策略:為tomcat頁面設置訪問權限(j_security_check) binge 2006-09-20 18:20
和樓上的相同的疑問
re: 易中天品三國之“藐視”J2EE binge 2006-09-11 09:58
易老師不是說了嗎?搞學問的就需要求甚解.
我們算是搞學問的吧
我們算是搞學問的吧
re: 在WSAD 5.1中使用log4j遇到的問題 binge 2006-09-05 16:21
re: 在WSAD 5.1中使用log4j遇到的問題 binge 2006-09-05 14:38
我也遇到了奇怪的問題,我配置的log一句話也不出來,log文件倒是建立了
如果樓上有解,能否給我點提示lazbean at hotmail dot com
如果樓上有解,能否給我點提示lazbean at hotmail dot com
re: PicoContainer源碼學習 binge 2006-07-23 20:40
根據你的文檔,我也讀了一遍,整理如下:
http://www.aygfsteel.com/huabingl/archive/2006/07/23/59646.html
http://www.aygfsteel.com/huabingl/archive/2006/07/23/59646.html
re: 單例模式(SingLeton Pattern)的誤區 binge 2006-07-15 22:28
@crazycy
nono,文章寫到:
The issue of the failure of double-checked locking is not due to implementation bugs in JVMs but to the current Java platform memory model. The memory model allows what is known as "out-of-order writes" and is a prime reason why this idiom fails.
文章中說,基于java的內存模型,DCL并不是最安全的.最安全的是餓漢 和懶漢.
當然,懶漢很影響效率.
nono,文章寫到:
The issue of the failure of double-checked locking is not due to implementation bugs in JVMs but to the current Java platform memory model. The memory model allows what is known as "out-of-order writes" and is a prime reason why this idiom fails.
文章中說,基于java的內存模型,DCL并不是最安全的.最安全的是餓漢 和懶漢.
當然,懶漢很影響效率.
re: 單例模式(SingLeton Pattern)的誤區 binge 2006-07-15 12:39
關于單例
懶漢和餓漢式的是最安全的.這里有篇文章不妨參考一下
http://www-128.ibm.com/developerworks/java/library/j-dcl.html?dwzone=java
懶漢和餓漢式的是最安全的.這里有篇文章不妨參考一下
http://www-128.ibm.com/developerworks/java/library/j-dcl.html?dwzone=java
re: PicoContainer源碼學習 binge 2006-07-11 13:55
謝謝你所作的工作,我從中受益不少