随笔分类 - 随堂笔记
摘要:采用追加方式: 1 public String[] uploadBreakpointFile(String group_name, String fileName, NameValuePair[] meta) { 2 String[] results = null; 3 File file = ne
阅读全文
摘要:String类型转十六进制byte数组 public static byte[] String2Byte(String s) { s = s.replace(" ", ""); s = s.replace("#", ""); byte[] baKeyword = new byte[s.length(
阅读全文

浙公网安备 33010602011771号