摘要: /** * 深度搜索遍历文件夹 * * @param dirPath * @param list */ public static void dfsListFile(String dirPath, List<String> list) { File file = new File(dirPath); 阅读全文
posted @ 2019-11-13 10:06 zincredible 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 基于mysql5.6.39版本 一、备份脚本 1.windows环境创建批处理文件 @echo off rem ******MySQL backup start****** set mysqlHome="d:\Program Files\MySQL\MySQL Server 5.6\bin" set 阅读全文
posted @ 2019-11-13 09:40 zincredible 阅读(424) 评论(0) 推荐(0) 编辑