11 2022 档案
摘要:1、tail 查看文本文件的尾部 tail -f alert_monitor.log //实时查看alert_monitor.log文件 日志 tail -n 100 alert_monitor.log //查询日志尾部最后100行的日志 tail -n +100 alert_monitor.log
阅读全文
摘要:public void mytest15() throws ParseException { String startTime = "2019-11-08 10:12:00"; String endTime = "2019-11-08 17:23:00"; DateFormat dateFormat
阅读全文