在已经编译安装好php7场景下,install gd库 with free-type (解决Call to undefined function imagettftext()) install gd with free-type 有free-type才能支持php的imagettftext()图片处理函数 cd /root/php7/php-7.2.31/ext/gd #进入安装源文件的gd扩展文件./configure --with-php-config=/usr/local/php746
Redis,V3.2,官网l官方链接:http://www.redis.io/download,参考:http://blog.csdn.net/mlks_2008/article/details/19001595 1.安装Redis wget http://download.redis.io/releases/redis-3.2.1.tar.gz tar xzf redis-3.2.1.tar.gz cd redis-3.2.1 make 2.设置Redis为开机启动 redis的命令会被拷贝到
当安装pywin32出现Python Version 3.5 required which was not found in the registry的时候表面注册表中没有Python3.5的安装路径. 我出现这种情况是因为我直接用的Anaconda所以注册表没有注册 解决办法: 1. 先在注册表中写入Python3.5的安装路径.我在网上找到了注册表注册的代码贴出来供大家使用. import sys from winreg import * # tweak as necessary ve