摘要: fileclear.sh task.crontab task.null.crontab是一个没有内容的空文件 开启定时任务 停止定时任务 crontab [-u username] [-l|-e|-r] 参数: -u: 只有root才能进行这个任务,也即帮其他用户新建/删除crontab工作调度; 阅读全文
posted @ 2016-08-15 13:41 Nullnullisnull 阅读(454) 评论(0) 推荐(0)
摘要: <?php/** * 邮件类 * Enter description here ... * @author df * Mail::getMail()->sendMail(); * */class Mail{ private static $__mail=null;//邮箱类对象 private $_ 阅读全文
posted @ 2016-08-15 11:25 Nullnullisnull 阅读(212) 评论(0) 推荐(0)