随笔分类 -  MongoDB

上一页 1 2
MongoDB - Introduction to MongoDB
摘要:MongoDB is an open-source document database that provides high performance, high availability, and automatic scaling. Document Database A record in Mo 阅读全文
posted @ 2016-11-30 10:03 huey2672 阅读(152) 评论(0) 推荐(0)
Java MongoDB Driver 3.x - Quick Start
摘要:Maven Dependency: Make a Connection The following example shows five ways to connect to the database mydb on the local machine. If the database does n 阅读全文
posted @ 2016-11-28 21:10 huey2672 阅读(522) 评论(0) 推荐(0)
MongoDB - Installing MongoDB on Windows
摘要:1. 在 http://www.mongodb.org/downloads 选择下载所需的版本。 2. 执行 msi 安装包,可通过 Custom 选项,选择安装目录。 3. 创建数据目录。MongoDB 需要一个存储数据的目录,如果不指定, Windows 环境默认使用 c:\data\db。 4 阅读全文
posted @ 2016-11-26 15:34 huey2672 阅读(263) 评论(0) 推荐(0)

上一页 1 2