### 运行:
* * * * *
+ 框架运行时判定,在config.framework配置;
+ cli 运行,参数为cron
+ 增删改定时任务时调用(如果本次未调用的话);
### 命令代码
//删除文件
constant Cron::delete = 1;
//@example
Cron::getInstance->set('test',[Cron::delete,'test.txt],time()+10);10秒后删除test.txt|
### 使用:
* * * * *
corecronCron::getInstance()->set(string $name, miexd $value, int $time);



