XAMPP 上的 Cron (Mac OS)
我已经在 Mac 操作系统上安装了 XAMPP 服务器,如何在其上设置 cron 作业?
我的要求是我想定期调用一个php脚本。
谢谢
I have installed XAMPP server on my Mac OS, how to setup a cron job on it?
My requirement is that i want to call a php script at regular intervals .
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一篇很好的 文章 这里
介绍了 如何在 Mac OS X 上设置 cron 作业必须编辑一个文本文件(crontabtaskfile)并添加,例如
这会给你一个每小时运行的任务(1:00, 2:00)。
并使用 crontab crontabtaskfile
there is a good article here how to setup cron job on Mac OS X
you would have to edit a textfile(crontabtaskfile)and add for example
this would give you a task running every hour (1:00, 2:00) .
and use
crontab crontabtaskfile
克罗尼克斯
http://code.google.com/p/cronnix/
或用于编辑 cron 选项卡的命令行。
Cronnix
http://code.google.com/p/cronnix/
or the command line for editing cron tabs.