导出:mongdump -d CMS -c collection -o dir查看了 help ,发现有 … 继续阅读 Mongodb 使用 mongodump 与 mongorestore 备份与还原
NodeJS 使用 forever 监控文件,导致异常 nodejs Error: watch ENOSPC
环境: centos 7.2 X64 nodejs 6.11 npm 3.10.10 查看报错信息:nodej… 继续阅读 NodeJS 使用 forever 监控文件,导致异常 nodejs Error: watch ENOSPC
Node 使用 forever 实现热部署
安装: npm install forever -g # 全局安装,所有默认的配置都${user}/.fore… 继续阅读 Node 使用 forever 实现热部署
Centos 7 Samba 服务器安装
偷懒吧: 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