摘要: public static int compare(String file1,String file2,String file3,int threshold){ int result=0; try { //读取第一张图片 File fileOne = new File(file1); Buffere 阅读全文
posted @ 2017-02-10 13:48 耀yao 阅读(1187) 评论(0) 推荐(0) 编辑
摘要: aa= function(a, b) { for (var c = b.slice(32), d = [], e = 0; e < c.length; e++) { var f = c.charCodeAt(e); d[e] = f > 57 ? f - 87 : f - 48 } c = 36 * 阅读全文
posted @ 2017-02-10 13:43 耀yao 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 作者:灵剑链接:https://www.zhihu.com/question/49741048/answer/118555093来源:知乎著作权归作者所有,转载请联系作者获得授权。 你这种问题就不该加上互联网、程序员这些tag然后邀请这些相关的用户,在这些领域排名靠前的就没生活在你这个问题的世界里, 阅读全文
posted @ 2016-08-24 16:54 耀yao 阅读(220) 评论(0) 推荐(0) 编辑
摘要: /* * LoadRunner Java script. (Build: _build_number_) * * Script Description: * */import java.io.BufferedReader;import java.io.IOException;import java. 阅读全文
posted @ 2016-05-26 17:26 耀yao 阅读(224) 评论(0) 推荐(0) 编辑
摘要: public static byte[] encryptProcess(String paramString) throws Exception { Cipher localCipher = Cipher.getInstance("DES/CBC/PKCS5Padding"); DESKeySpec 阅读全文
posted @ 2016-05-26 17:25 耀yao 阅读(225) 评论(0) 推荐(0) 编辑
摘要: import javax.crypto.Cipher;import javax.crypto.spec.SecretKeySpec; public class AES { public static byte[] encode(byte[] paramArrayOfByte1, byte[] par 阅读全文
posted @ 2016-05-26 17:24 耀yao 阅读(591) 评论(0) 推荐(0) 编辑
摘要: 总共有2个字段需要加密 String url="http://api.geetest.com/ajax.php?challenge="+challenge+"&userresponse="+userresponse+"&passtime="+passtime+"&imgload=112&a="+a+ 阅读全文
posted @ 2016-05-26 17:23 耀yao 阅读(1493) 评论(4) 推荐(0) 编辑
摘要: import java.io.BufferedReader;import java.io.InputStreamReader; public class CMD_RUBY { private static String exeCmd(String commandStr) { BufferedRead 阅读全文
posted @ 2016-05-26 17:20 耀yao 阅读(1337) 评论(0) 推荐(0) 编辑
摘要: String a="880a4336fd85a87ef39cfaa8c072d8899578d9c4c409ea78161edd41b52f96f377bf162a1bfd4be8e90022354a983d3c426bf34439719c89407ca706449171413dd6e08cb979 阅读全文
posted @ 2016-05-26 17:19 耀yao 阅读(1257) 评论(0) 推荐(0) 编辑
摘要: import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.io.OutputStreamWriter;import java.net.HttpURLCon 阅读全文
posted @ 2016-05-26 17:17 耀yao 阅读(2047) 评论(0) 推荐(0) 编辑