E:\MongoDB\Server\3.4\bin\mongod.exe --port 1111 --dbpath E:\MongoDB\data\ --directoryperdb --logpath E:\MongoDB\log.txt --logappend --serviceName MongoServer --install --replSet jobsearch
pause
Kenney 发表于 2017-11-21 09:03
楼主加油,我们都看好你哦。
rs.initiate({
_id: "jobsearch",
members: [
{
_id: 0,
host: "10.0.20.1:21125",
priority: 3
},
{
_id: 1,
host: "10.0.20.2:21125",
priority: 2
},
{
_id: 2,
host: "10.0.20.3:21125",
priority: 2
}
]
})
范范 发表于 2017-11-14 15:00
在安装c++的时候,我这边是直接在vs的安装包中,找出了部分内容进行安装,这样方便,快捷,安装的少
如 ...
欢迎光临 苏飞论坛 (http://www.sufeinet.com/) | Powered by Discuz! X3.4 |