摘要: InputStream[] inputStreamsList = new InputStream[jsonArr.size()]; String[] fileNameList = new String[jsonArr.size()]; 这里是前台获取的文件信息,到fastdfs中查询出相应文件流 f 阅读全文
posted @ 2019-12-05 19:46 景恩 阅读(939) 评论(0) 推荐(0) 编辑
摘要: String zipath = localpath+zipname+".zip"; public static void createNewzip(String zipath) throws Exception { ZipOutputStream zoutput = null; try { File 阅读全文
posted @ 2019-12-05 19:36 景恩 阅读(1443) 评论(0) 推荐(0) 编辑