摘要: //--------------------------------------------------------------------- // Convenience methods for toString output //-----------------------... 阅读全文
posted @ 2014-10-16 05:46 wuhn 阅读(488) 评论(0) 推荐(1)
摘要: 加入新的元素到数组中 /** * Append the given object to the given array, returning a new array * consisting of the input array contents plus the given ... 阅读全文
posted @ 2014-10-16 05:27 wuhn 阅读(436) 评论(0) 推荐(0)
摘要: /** * Determine whether the given object is an array: * either an Object array or a primitive array. * @param obj the object to check ... 阅读全文
posted @ 2014-10-16 05:08 wuhn 阅读(27415) 评论(0) 推荐(0)
摘要: /** * Return whether the given throwable is a checked exception: * that is, neither a RuntimeException nor an Error. * @param ex the t... 阅读全文
posted @ 2014-10-16 04:51 wuhn 阅读(2098) 评论(0) 推荐(0)
摘要: /** * Return whether the given throwable is a checked exception: * that is, neither a RuntimeException nor an Error. * @param ex the t... 阅读全文
posted @ 2014-10-16 04:38 wuhn 阅读(652) 评论(0) 推荐(0)
摘要: DescriptionTheJavax.xml.parsers.DocumentBuilder.setEntityResolver(EntityResolver er)method specifies the EntityResolver to be used to resolve entities... 阅读全文
posted @ 2014-10-16 00:41 wuhn 阅读(1377) 评论(0) 推荐(0)
摘要: 解析xml有SAX,Stax,dom等方式,那么spring中是如何解析xml文件的呢?Document doc = this.documentLoader.loadDocument( inputSource, getEntityResolver(), this... 阅读全文
posted @ 2014-10-16 00:35 wuhn 阅读(5700) 评论(0) 推荐(0)