摘要: 这个工具类知道了已经要压缩的文件的路径,然后需要将这个路径下的文件进行压缩。 /** * 压缩下载照片 * * @param picUrl * @param response * @throws IOException */ public static void downloadPic(List<S 阅读全文
posted @ 2020-02-20 22:49 King-DA 阅读(945) 评论(0) 推荐(0)
摘要: public static HttpServletResponse downloadStream(HttpServletResponse response, String filePath) throws AdminException { response.setContentType("text/ 阅读全文
posted @ 2020-02-20 22:45 King-DA 阅读(689) 评论(0) 推荐(0)