摘要:
编写Main方法,封装jar包 1、编写Main方法 具体项目结构如下: 2、通过idea可以快速进行Main方法的jar包封装,具体步骤可以参考 https://blog.csdn.net/yuang12345/article/details/90293013 https://blog.csdn. 阅读全文
摘要:
# 查看 $ crontab -l # 创建 $ crontab -e # 每分钟输出一次当前时间 * * * * * echo `date` >> /demo.log # 查看定时 $ cat /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sb 阅读全文