如何测试cron作业在本地服务器像WAMP?

问题描述:

如何在WAMP中测试本地服务器中的cron作业

How to test a cron job in Local Server like WAMP?

Windows没有Cron Linux系统的主任务调度程序)。该版本的Windows版本是任务计划程序此问题建议使用at命令。

Windows doesn't have Cron (it is the main task scheduling program for Linux systems). The Windows version for that is the Task Scheduler. This question recommends using the at command.

因此,Cron与Apache,Mysql,PHP设置没有任何关系我不认为可以可靠地测试你在Windows Cron中创建的cronjobs(也许与 Cygwin )。

So that Cron doesn't have anything to do with the Apache, Mysql, PHP setup I don't think it is possible to reliably test the cronjobs you created for the Linux Cron in windows (maybe with Cygwin).