2019年10月30日
摘要: 编写Main方法,封装jar包 1、编写Main方法 具体项目结构如下: 2、通过idea可以快速进行Main方法的jar包封装,具体步骤可以参考 https://blog.csdn.net/yuang12345/article/details/90293013 https://blog.csdn. 阅读全文
posted @ 2019-10-30 10:07 @ 小浩 阅读(1539) 评论(0) 推荐(0) 编辑
摘要: # 查看 $ crontab -l # 创建 $ crontab -e # 每分钟输出一次当前时间 * * * * * echo `date` >> /demo.log # 查看定时 $ cat /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sb 阅读全文
posted @ 2019-10-30 09:58 @ 小浩 阅读(185) 评论(0) 推荐(0) 编辑