-
学习笔记编译安装官方版sphinx -- 解决"libiconv"问题
初次接触sphinx遇到各种坑,特记录此安装过程,方便下次直接复制粘贴~ sphinx官方版是支持中文索引的,但不支持中文分词,所以...
-
前端素材,精品软件Windows下的神级CMD替代品 - CMDer
-
学习笔记CentOS6安装远程桌面(X2Go )
centos6通过yum安装freenx一直的报错,折腾了一个下午才知道freenx到了centos5就没有然后了,再搜索就知道...
-
学习笔记CentOS下配置安装mysql-python(lnmp环境)
安装mysql-python多次,仍然忘记安装过程,只好记录下来下次备用。 1. 首先安装mysql的资源工具包,以便安装mysql...
-
学习笔记Mysql: (2013, 'Lost connection to MySQL server during query')解决办法
python向mysql导入数据时候报错_mysql_exceptions.OperationalError: (2013, 'Lost con...
-
学习笔记Python requests: InsecurePlatformWarning: A true SSLContext object is not available.
安装python库requests的时候遇到问题: InsecurePlatformWarning: A true SSLConte...
-
学习笔记error: command 'gcc' failed with exit status 1
python安装pyOpenSSL的时候报错"error: command 'gcc' failed with exit status 1",在...
-
学习笔记centos更新源
方法1. 安装epel扩展源 yum -y install epel-release 备注:扩展源EPEL(http://...
-
学习笔记windows下安装MySQL-python方法
一般情况下,pip install MySQL-python就可以成功的安装好python环境下的mysql拓展,结果...反正是没有成功,起初...
-
学习笔记python安装mysql驱动出错: mysql_config not found
说多了都是泪,直接步入主题: 用的军哥的LNMP一键包,然后安装了python,在执行pip install mysql-python时候报错,...