摘要:
InputStream[] inputStreamsList = new InputStream[jsonArr.size()]; String[] fileNameList = new String[jsonArr.size()]; 这里是前台获取的文件信息,到fastdfs中查询出相应文件流 f 阅读全文
posted @ 2019-12-05 19:46
景恩
阅读(975)
评论(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
景恩
阅读(1483)
评论(0)
推荐(0)