我需要开发一个Web应用程序,让我在特定日期安排任务。 我检查过 cron jobs 和看起来像 仅适用于定期任务。 另一方面,我只需要在特定日期安排单个任务而不重复。 p>
我应该使用cron作业吗? p>
PD:任务是一个php脚本。 p> div>
I need to develop a web application to let me scheduled tasks at certain date. I have checked cron jobs and looks like is just for periodic tasks. In the other hand I just need schedule a single task at certain date without repetition.
Should I use cron jobs?
PD: a task is a php script.
我需要开发一个Web应用程序,让我在特定日期安排任务。 我检查过 cron jobs 和看起来像 仅适用于定期任务。 另一方面,我只需要在特定日期安排单个任务而不重复。 p>
我应该使用cron作业吗? p>
PD:任务是一个php脚本。 p> div>