摘要: /** 目标:使用文件字节输入流每次读取一个字节数组的数据。 */public class FileInputStreamDemo02 { public static void main(String[] args) throws Exception { // 1、创建一个文件字节输入流管道与源文件 阅读全文
posted @ 2022-01-21 22:29 1994小剑 阅读(75) 评论(0) 推荐(0)
摘要: 几种写法 /** 目标:去D判断搜索 eDiary.exe文件 */public class RecursionDemo05 { public static void main(String[] args) { // 2、传入目录 和 文件名称 searchFile(new File("D:/") 阅读全文
posted @ 2022-01-21 21:34 1994小剑 阅读(74) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-01-21 19:24 1994小剑 阅读(65) 评论(0) 推荐(0)
摘要: @Controller@ResponseBody@RequestMapping("/api")public class Ceshiweb { int i=0; @GetMapping("/serverbrand") String se() { i++; System.out.println("前端触 阅读全文
posted @ 2022-01-21 10:19 1994小剑 阅读(52) 评论(0) 推荐(0)