器量大者,福泽必厚
全部博文(587)
发布时间:2013-11-01 15:09:08
1:下载setuptools软件我下载的版本为setuptools-1.1.7.tar.gz2:解压,tar zxcvf setuptools-1.1.7.tar.gz3: 安装,cd setuptools-1.1.7python setup.py install4:使用easy_install安装[root@hy1 liuxiaojie]# which easy_install/usr/bin/easy_install[root@hy1 liuxiaojie]# easy_instal.........【阅读全文】
发布时间:2013-11-01 15:00:17
1:安装模块时提示解决方法 :yum -y install python-devel2:解决方法:[root@hy1 tools]# yum -y installMySQL-pythonLoaded plugins: fastestmirror, securityLoading mirror speeds from cached hostfile.....但运行时提示连接不上db_mysql_exceptions.OperationalError: (2002,"Can't connect to l.........【阅读全文】
发布时间:2013-11-01 14:04:57
在db中,我的etc/my.cnf中wait_timeout =100interactive_timeout =100在做网站推广的时候,200个人的时候,db就挂了,查看日志文件有提示如下:提示db连接不上!在web机器上用w显示web机器上的负载很高,111左右。Php-fpm进程数也很大,都1002了!查看网站的错误日志,发现有如下提示:2013/10/11 16:41:43 [er.........【阅读全文】