08 2018 档案
摘要:mongoDB术语:database-数据库,collection-数据库表/集合,document-数据记录行/文档,field-数据字段/域,index-索引,primary key-主键(MongoDB自动将_id字段设置为主键) 文档 文档是MongoDB的核心概念,文档就是键值对的一个有序
阅读全文
MongoDB_"Error parsing YAML config file: yaml-cpp: error at line 3, column 9: illegal map value"解决方法
摘要:在启动配置文件的时候,系统报错:Error parsing YAML config file: yaml-cpp: error at line 3, column 9: illegal map value 首先检查一下各个参数是否配置正确 第二步查看文件路径中是否正确,路径中用双引号包围时("D:\
阅读全文
摘要:windows安装MongoDB 官网下载地址:https://www.mongodb.com/download-center?jmp=nav#community (1)如图点击DOWNLOAD进行下载 (2)双击下载的安装包进行安装,弹出如下弹框,点击Next (3)勾选"I accept the
阅读全文

浙公网安备 33010602011771号