摘要: 1、数据准备 if (("type_constant.xlsx").equals(fileName)) { initializeExcel.excelConstant(); } else if (("type_activity.xlsx").equals(fileName)) { initializ 阅读全文
posted @ 2021-08-04 16:15 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: cd .. --回到上一级目录cd / --回到根目录cd~ --回到当前用户目录cd data --进入data目录cd *2021-07-29 (testLog2021-07-29) --*号进行匹配进入文件夹 不用输入全名称 查看端口号对应的进程: lsof -i:10010启动jar包命令: 阅读全文
posted @ 2021-08-04 15:06 难忘是想起 阅读(0) 评论(0) 推荐(0)