随笔分类 -  JAVA-开发中工具

摘要:1.定义全局变量、引用 postman.setGlobalVariable("startTime",Date.parse(new Date("2022/11/18 11:24:10"))); postman.setGlobalVariable("endTime",Date.parse(new Dat 阅读全文
posted @ 2022-11-02 13:29 繁华纤尽依然保持初心 阅读(413) 评论(0) 推荐(0)
摘要:1.1.语音文件路径转化为BASE64格式的String 源码 (jdk版本-1.8) public static String encodeBase64File(String path) throws Exception { File file = new File(path);; FileInp 阅读全文
posted @ 2022-11-01 16:57 繁华纤尽依然保持初心 阅读(2283) 评论(0) 推荐(0)