标签:ice stop art log class emc service python 启动
通过yum 安装:
yum install -y mongodb-server
Mongodb操作命令:
#启动 systemctl start mongod.service #关闭 systemctl stop mongod.service #状态 systemctl status mongod.service
安装Python驱动:
yum install python-pymongo 或 pip install pymongo
标签:ice stop art log class emc service python 启动
原文地址:http://www.cnblogs.com/JansXin/p/7459614.html