1. 编辑/var/spool/cron下的root文件
2. 添加一行, 每一分钟请求一次http://localhost/1.php
*/1 * * * * /usr/bin/curl http://localhost/1.php 3. 重启crond服务
service crond restart