摘要:
package com.henu.util; import java.io.File; public class TakeFilePathAndName { public static void main(String[] args) { // This is the path where the file's name you want to take. ... 阅读全文
摘要:
最近用dom4j写了一个修改XML文件的小例子,抛出了如下异常: org.dom4j.DocumentException: unknown protocol: d Nested exception: unknown protocol: d org.dom4j.DocumentException: u 阅读全文