摘要:
用DOM解析XML时出现了如下错误:[Fatal Error] :3:13: Open quote is expected for attribute "{1}" associated with an element type "id".org.xml.sax.SAXParseException: ... 阅读全文
摘要:
策略模式:定义了一系列算法,将每一种算法封装起来并可以相互替换使用,策略模式让算法独立于使用它的客户应用而独立变化strategy pattern:The Strategy Pattern defines a family of algorithms,encapsulates each one,an... 阅读全文