摘要: 1)php本身设置超时时间 代码中设置 set_time_limit(0); 或者php.ini 中设置 max_execution_time = 2)fastcgi 的超时时间配置 (php-fpm 的话也有设置超时时间 不具体讨论 fastcgi_connect_timeout 3000; fa 阅读全文
posted @ 2017-02-17 16:27 barry779 阅读(300) 评论(0) 推荐(1)
摘要: Windows下pymysql的安装通过cmd命令进入目录执行命令 python setup.py install 。eclipse下 import 会出错,需要进行下列操作 就可以了。。。eclipse 下的配置打开 Window->Preferences->PyDev->Interpreter ... 阅读全文
posted @ 2015-08-13 13:56 barry779 阅读(519) 评论(0) 推荐(0)