随笔分类 - mongodb
摘要:mongo somewhere.mongolayer.com:10011/my_database -u username -p password 连接远程的mongodb数据库 mongo --host 192.168.1.63 --port 10001 db.version() show dbs
阅读全文
摘要:https://docs.mongodb.com/getting-started/shell/ Overview Welcome to the Getting Started with MongoDB guide. This guide provides instructions to get yo
阅读全文
摘要:http://api.mongodb.com/csharp/current/html/T_MongoDB_Bson_BsonDocument.htm 如何取出document中的数据 BsonDocument book;string author = book["author"].AsString;
阅读全文
摘要:https://docs.mongodb.com/getting-started/csharp/ 概览 Welcome to the Getting Started with MongoDB guide. This guide provides instructions to get you sta
阅读全文
摘要:https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/ Overview Requirements Get MongoDB Community Edition Install MongoDB Community Edi
阅读全文
摘要:1.介绍 The official MongoDB .NET Driver provides asynchronous interaction with MongoDB. Powering the drivers is a Core library and a BSON library. 2.功能
阅读全文
摘要:https://en.wikipedia.org/wiki/BSON BSON /ˈbiːsɒn/ is a computer data interchange format used mainly as a data storage and network transfer format in t
阅读全文