***** 分别为分、时、日、月、周
- 定时访问网页可实现定时访问框架中的方法,或者项目的指定接口
* * * * * sleep 10; /usr/bin/wget -q -o temp.txt http://
0 0 * * * /usr/bin/wget -q -o temp.txt http://
通过crontab设置定时任务,可以定期执行访问网页的操作,这在自动化执行框架内的方法或调用项目接口时非常有用。
***** 分别为分、时、日、月、周
* * * * * sleep 10; /usr/bin/wget -q -o temp.txt http://
0 0 * * * /usr/bin/wget -q -o temp.txt http://

被折叠的 条评论
为什么被折叠?