摘要: 1 /** 2 * 多个文件压缩 3 * @param srcFiles 压缩前的文件 4 * @param zipFile 压缩后的文件 5 */ 6 public static void zipFiles(File[] srcFiles, File zipFile) { 7 // 判断压缩后的文 阅读全文
posted @ 2020-10-28 16:01 那时·此刻 阅读(1061) 评论(1) 推荐(0) 编辑
摘要: 一、上传 1 /** 2 * ftp上传公开方法 3 * @param host FTP服务器hostname 4 * @param port FTP服务器端口 5 * @param username FTP登录账号 6 * @param password FTP登录密码 7 * @param ft 阅读全文
posted @ 2020-10-28 15:47 那时·此刻 阅读(228) 评论(0) 推荐(0) 编辑
/* 看板娘 */