07 2015 档案
摘要:FromJ2EEBlogerhttp://j2eeblogger.blogspot.com/2007/10/singleton-vs-multiton-synchronization.html1. Classic Java singleton synchronization problempubli...
阅读全文
摘要:From http://tutorials.jenkov.com/java-concurrency/synchronized.htmlBy Jakob JenkovA Java synchronized block marks a method or a block of code as synch...
阅读全文
摘要:The thumbrule of XPath:/child::lectures/child::lecture[@number='0']/child::lectures is the step part. (Generally, child:: can be omitted)child is the ...
阅读全文