偷懒吧: yum -y install samba samba-client 环境: SMB版本:Versio… 继续阅读 Centos 7 Samba 服务器安装
Linux 系统时区 ntp同步
环境: centos 7 x64 时区配置文件: /etc/localtime 能过命令 ll 可以看到其连接… 继续阅读 Linux 系统时区 ntp同步
Mysql 或者 Mariadb 报错 Unknown/unsupported storage engine: InnoDB
查看日志中出错错误 Unknown/unsupported storage engine: InnoDB 解决… 继续阅读 Mysql 或者 Mariadb 报错 Unknown/unsupported storage engine: InnoDB
Apache 编译安装
安装文档:http://httpd.apache.org/docs/2.4/install.html 安装环境… 继续阅读 Apache 编译安装
Apache 添加 SSL 模块
在安装的时候没有安装ssl 模块,需要重新编译安装 步骤一: 检查编译工具 apxs : which… 继续阅读 Apache 添加 SSL 模块
Python 使用 pyinstaller 生成exe 文件
懒人方法:在使用python的安装包时,直接把python添加到系统环境,省得后面使用python命令的时候,… 继续阅读 Python 使用 pyinstaller 生成exe 文件
Python pyinstaller 安装报错 IndexError: tuple index out of range
环境: windows 7 x64 / python 3.6 在使用python 安装目录下的 pip … 继续阅读 Python pyinstaller 安装报错 IndexError: tuple index out of range
Python pip 更换源
参考网址: http://blog.csdn.net/u012375442/article/details/5… 继续阅读 Python pip 更换源
Python 默认的安装信息
默认扩展包安装目录: Linux: /usr/lib/python2.7/site-packages W… 继续阅读 Python 默认的安装信息
Python PyMySql UnicodeEncodeError: ‘latin-1’ codec can’t encode characters in position 82-8
Python 在使用 PyMySQL 库(版本:PyMySQL-0.7.11.dist-info)插入数据库的… 继续阅读 Python PyMySql UnicodeEncodeError: ‘latin-1’ codec can’t encode characters in position 82-8