摘要: classpath:只会到你的class路径中查找找文件。 classpath*:不仅包含class路径,还包括jar文件中(class路径)进行查找。 阅读全文
posted @ 2017-11-27 14:01 yunfu4567.com 阅读(79) 评论(0) 推荐(0) 编辑
摘要: DocumentHelper 解析xml字符串 String xml=com.jetsen.platform.util.FileUtil.getFileContent(request.getSession().getServletContext().getRealPath("/WEB-INF/pla 阅读全文
posted @ 2017-11-27 13:18 yunfu4567.com 阅读(2850) 评论(0) 推荐(0) 编辑
摘要: 1.首先定义一个数组 var teamPlanMinList = new Array(); 2. 定义一个json对象 var json = { "plname":plname, "content_html":content_html, "teaId":teaId, "sort": sort }; 阅读全文
posted @ 2017-11-02 09:49 yunfu4567.com 阅读(181) 评论(0) 推荐(0) 编辑
摘要: public static Map<String, Object> parseJSON2Map(String jsonStr) { Map<String, Object> map = new HashMap<String, Object>(); // 最外层解析 JSONObject json = 阅读全文
posted @ 2017-10-20 15:01 yunfu4567.com 阅读(454) 评论(0) 推荐(0) 编辑