摘要:
原文链接:https://github.com/liebig/cron感觉Cron只是帮你将很多需要定时执行的任务都归结在一个方法中,并且各自设定不同的时间,比较统一方便,但是在外部还是需要操作linux的crontab指令,将任务执行的代码写入,使得外部定时去run Cron。linux的cron... 阅读全文
摘要:
原文安装链接:https://github.com/Maatwebsite/Laravel-Excel代码如下: 1 if ($rows = DB::connection('glist')->table('program_view')->where('v_type', $type)-... 阅读全文