04 2007 档案
摘要:Quote: 异常:java.util.ConcurrentModificationException 在Map或者Collection的时候,不要用它们的API直接修改集合的内容,如果要修改可以用Iterator的remove()方法,例如: public void setReparation( Reparation reparation ) { for (Iter...
阅读全文
摘要:http://docs.oasis-open.org/soa-rm/v1.0/soa-rm.html SOA is an integration solution. SOA is message oriented first. The Key character of SOA is loosely coupled. SOA is enriched by creating composite app...
阅读全文