随笔分类 - JAVA-开发中工具
摘要:1.定义全局变量、引用 postman.setGlobalVariable("startTime",Date.parse(new Date("2022/11/18 11:24:10"))); postman.setGlobalVariable("endTime",Date.parse(new Dat
阅读全文
摘要:1.1.语音文件路径转化为BASE64格式的String 源码 (jdk版本-1.8) public static String encodeBase64File(String path) throws Exception { File file = new File(path);; FileInp
阅读全文