mongo 下载:https://www.mongodb.com/download-center/community?jmp=nav 创建目录,将下载的文件放在如下位置 xxx@ubuntu:/usr/local$ sudo mkdir mongo xxx@ubuntu:/usr/local$ ls bin etc games include lib man mongo sbin share src xxx@ubuntu:/usr/local$ cd mongo/ xxx@ubuntu:/usr…
mongodb.conf 配置文件 # Where the databases will be stored dbpath=/usr/local/mongodb/mongodb-/data/db # The port number the mongod server will listen on # port= # Listen on a specific ip address # Comment out the line below if you need to access mongod r…
+++++++++++++++++++++++++++++++++++++++++++标题:python2.7.14安装部署(Linux)时间:2019年2月23日内容:Linux下python环境部署(2.7.14)以及学习如何能够更简单的安装python的模块重点:python环境部署,如何简单的安装python的模块+++++++++++++++++++++++++++++++++++++++++++1. 实验环境操作系统:centos Linux 6.6 X86 64bitpython:…