php
我是一座离岛
纸上得来终觉浅,绝知此事要躬行
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Centos7 上 用crontab 实现php计划任务
首先用命令检查服务是否在运行 systemctl status crond.service 如果服务器上没有装有crontab ,则可以执行 yum install vixie-cron yum install crontabs 常用指令 systemctl restart crond.service #启动服务 systemctl reload crond.service #重新载入配置 s原创 2017-04-17 22:44:26 · 4819 阅读 · 0 评论 -
ThinkPHP5 连接MySql数据库问题
问题一:could not find driver $this->resultSetType = $config['resultset_type']; } try { if (empty($config['dsn'])) { $config['dsn'] = $this->parseDsn($config); } if ($config['debug']) { $startTi原创 2017-04-17 22:44:20 · 8628 阅读 · 2 评论
分享