05 2015 档案

摘要:1,安装composer # brew install josegonzalez/php/composer 阅读全文
posted @ 2015-05-23 17:30 hxyphp 阅读(270) 评论(0) 推荐(0)
摘要:crontab命令: crontab -l : 显示定时任务列表 crontab -e: 编辑定时任务 crontab -r : 删除所有定时任务 基本格式 : * * * * * command 分 时 日 月 周 命令 第1列表示分钟1~59 每分钟用*或者 */1表示 ... 阅读全文
posted @ 2015-05-09 11:36 hxyphp 阅读(302) 评论(0) 推荐(0)