上一页 1 2 3 4 5 6 7 ··· 46 下一页
  2016年11月30日
摘要: Customize the Prompt You may modify the content of the prompt by setting the variable prompt in the mongo shell. The promptvariable can hold strings a 阅读全文
posted @ 2016-11-30 23:46 huey2672 阅读(302) 评论(0) 推荐(0) 编辑
摘要: Introduction The mongo shell is an interactive JavaScript interface to MongoDB. You can use the mongo shell to query and update data as well as perfor 阅读全文
posted @ 2016-11-30 23:08 huey2672 阅读(353) 评论(0) 推荐(0) 编辑
摘要: JSON can only represent a subset of the types supported by BSON. To preserve type information, MongoDB adds the following extensions to the JSON forma 阅读全文
posted @ 2016-11-30 20:08 huey2672 阅读(867) 评论(0) 推荐(0) 编辑
摘要: BSON is a binary serialization format used to store documents and make remote procedure calls in MongoDB. The BSON specification is located at bsonspe 阅读全文
posted @ 2016-11-30 17:14 huey2672 阅读(300) 评论(0) 推荐(0) 编辑
摘要: MongoDB stores data records as BSON documents. BSON is a binary representation of JSON documents, though it contains more data types than JSON. For th 阅读全文
posted @ 2016-11-30 15:28 huey2672 阅读(222) 评论(0) 推荐(0) 编辑
摘要: Overview Capped collections are fixed-size collections that support high-throughput operations that insert and retrieve documents based on insertion o 阅读全文
posted @ 2016-11-30 13:34 huey2672 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 1. 下载最新稳定版本的安装包。 2. 解压安装包。 3. 设置环境变量。 4. 创建数据目录。 5. 启动服务。 6. 运行 MongoDB Shell 阅读全文
posted @ 2016-11-30 11:13 huey2672 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(137) 评论(0) 推荐(0) 编辑
  2016年11月28日
摘要: 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 阅读(503) 评论(0) 推荐(0) 编辑
摘要: Getting Started Installation Installing MongoDB on Windows Installing MongoDB on Linux Introduction Introduction to MongoDB Databases and Collections 阅读全文
posted @ 2016-11-28 17:35 huey2672 阅读(157) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 46 下一页