摘要: 部分参考 https://blog.csdn.net/Bancroft_boy/article/details/81126478 package IO; import java.io.*; public class test { public static void main(String[] ar 阅读全文
posted @ 2020-08-05 17:43 不懂技术的雷 阅读(727) 评论(0) 推荐(0)
摘要: 总得来说 需要三步 第一步 resources下新建一个banner.txt文件 第二步 往banner.txt文件中填写内容 比如: 佛祖保佑 永无bug _ooOoo_ o8888888o 88" . "88 (| -_- |) O\ = /O ____/` '\____ .' \\| |// 阅读全文
posted @ 2020-08-05 14:10 不懂技术的雷 阅读(2536) 评论(0) 推荐(0)
摘要: public void getList(String patha){ String path=patha; File file=new File(path); File[] tempList = file.listFiles(); System.out.println("该目录下对象个数:"+tem 阅读全文
posted @ 2020-08-05 11:12 不懂技术的雷 阅读(3034) 评论(1) 推荐(0)
摘要: 基本功能: 第一种: E盘下某一个目录下所有文件以及文件夹打包下载 首先工具类 直接复制进去就好 public static void doCompress(String srcFile, String zipFile) throws IOException { doCompress(new Fil 阅读全文
posted @ 2020-08-05 10:28 不懂技术的雷 阅读(6712) 评论(0) 推荐(0)