08 2020 档案
摘要:在解析XML文件时: org.dom4j.DocumentException: Error on line 1 of document : An invalid XML character (Unicode: 0x5) was found in the element content of the
阅读全文
摘要:String fileName; String userAgent = request.getHeader("user-agent").toLowerCase(); if(userAgent.contains("msie") || userAgent.contains("like gecko")){
阅读全文
摘要:/** * 获取4位包括字母+数字的随机码 * @return */ public static String getRandomValidStr(){ String letters[] = {"A","B","C","D","E","F","G","H","I","J","K","L","M","
阅读全文