摘要:
package iso;import java.util.Random;public class Test5 {/** * 产生随机数 * * @param randomLength * @return */ public static String randomChars(int randomLength) {char[] randoms = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9& 阅读全文
posted @ 2013-10-22 16:55
cuifc
阅读(261)
评论(0)
推荐(0)
摘要:
package iso;public class Test5 { /** * @param b *16进制数 转换成字符串形式 * @return */ public static String byte2hex(byte[] b) { String hs = ""; String stmp = ""; for (int i = 0; i < b.length; i++) { stmp = Integer.toHexString(b[i] & 0xFF); if (stmp.length() == 1) { hs += stmp; } el 阅读全文
posted @ 2013-10-22 16:48
cuifc
阅读(977)
评论(0)
推荐(0)
摘要:
package iso;import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map;import objects.ISO8583Bean;public class ISO85 阅读全文
posted @ 2013-10-22 13:43
cuifc
阅读(1404)
评论(0)
推荐(0)
摘要:
直接上例子.一段8583报文."02 00 70 20 00 00 20 C0 82 00 19 06 20 51 32 00 00 00 02 61 20 60 00 00 00 00 00 02 00 00 00 00 73 37 06 20 51 32 00 00 00 02 61 20 d1 91 12 01 00 00 00 00 00 30 30 30 30 31 31 31 31 31 30 32 32 35 30 31 35 33 31 31 31 31 31 31 01 56 00 44 9f 26 08 92 b6 ae 9a 9b 10 2e d6 9f 27 阅读全文
posted @ 2013-10-22 13:39
cuifc
阅读(1415)
评论(0)
推荐(0)

浙公网安备 33010602011771号