摘要: 采用追加方式: 1 public String[] uploadBreakpointFile(String group_name, String fileName, NameValuePair[] meta) { 2 String[] results = null; 3 File file = ne 阅读全文
posted @ 2018-12-21 13:07 三心关 阅读(5204) 评论(0) 推荐(0) 编辑
摘要: String类型转十六进制byte数组 public static byte[] String2Byte(String s) { s = s.replace(" ", ""); s = s.replace("#", ""); byte[] baKeyword = new byte[s.length( 阅读全文
posted @ 2018-12-21 11:18 三心关 阅读(6884) 评论(0) 推荐(0) 编辑