上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 115 下一页
该文被密码保护。 阅读全文
posted @ 2017-10-19 12:14 这个名字想了很久~ 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-10-19 09:18 这个名字想了很久~ 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 参考:http://blog.csdn.net/qq_26680031/article/details/51168527 阅读全文
posted @ 2017-10-18 09:14 这个名字想了很久~ 阅读(3462) 评论(1) 推荐(0) 编辑
摘要: 原文:http://www.cnblogs.com/grimm/p/7233158.html 1,Java端(依赖 common-codec jar) [java] view plain copy package com.jiaMi; import javax.crypto.Cipher; impo 阅读全文
posted @ 2017-10-17 17:49 这个名字想了很久~ 阅读(290) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { List intList = new ArrayList(); //汉字随机放入的位子 intList.add(1); intList.add(2); intList.add(3); intList.add(4); ... 阅读全文
posted @ 2017-10-17 11:02 这个名字想了很久~ 阅读(2763) 评论(0) 推荐(1) 编辑
摘要: 原文:http://blog.csdn.net/chenleixing/article/details/43456987 apache工具包common-lang中有一个很有用的处理字符串的工具类,其中之一就是StringEscapeUtils,这个工具类是在2.3版本以上加上的去的,利用它能很方便 阅读全文
posted @ 2017-10-16 14:01 这个名字想了很久~ 阅读(17975) 评论(0) 推荐(0) 编辑
摘要: public static String getSign(Map params) { Map sortMap = new TreeMap(); sortMap.putAll(params); // 以k1=v1&k2=v2...方式拼接参数 StringBuilder builder = new... 阅读全文
posted @ 2017-10-16 11:10 这个名字想了很久~ 阅读(1119) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-10-15 12:44 这个名字想了很久~ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blog.csdn.net/huangshulang1234/article/details/51776806 阅读全文
posted @ 2017-10-15 12:29 这个名字想了很久~ 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blog.csdn.net/u013926110/article/details/44600601 http://blog.csdn.net/u013926110/article/details/44600601 阅读全文
posted @ 2017-10-15 12:14 这个名字想了很久~ 阅读(2256) 评论(0) 推荐(0) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 115 下一页