摘要: 解析 kettle 日志文件 将 文本文件转成字符串 private String readInput(File file) { StringBuffer buffer = new StringBuffer(); try { FileInputStream fis = new FileInputSt 阅读全文
posted @ 2020-07-24 18:11 adsakula 阅读(1156) 评论(0) 推荐(0)