摘要: 用到了xstream-1.3.1.jar 这个jar包 jar包下载地址https://yunpan.cn/craLaLDj8s9VR 访问密码 aab8 在里面找到找到这个jar包就行了 public static String textToXml(TextMessage textMe... 阅读全文
posted @ 2016-02-06 22:47 xzcl 阅读(186) 评论(0) 推荐(0)
摘要: 需要JAR包 dom4j-1.6.1.jar 下载地址: 在里面找到这个jar就行了 https://yunpan.cn/craLaLDj8s9VR 访问密码 aab8 首先创建 Element 类型 用 Element 获取XML的根元素 然后遍历 吧xml中的信息放入 map... 阅读全文
posted @ 2016-02-06 22:38 xzcl 阅读(101) 评论(0) 推荐(0)
摘要: public static String getSha1(String str){ if (null == str || 0 == str.length()){ return null; } char[] hexDigits = { '0', '1', '2', '3', '... 阅读全文
posted @ 2016-02-06 20:29 xzcl 阅读(108) 评论(0) 推荐(0)