随笔分类 -  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 阅读全文
posted @ 2017-03-03 13:52 ChuckLu 阅读(158) 评论(0) 推荐(0) 编辑
摘要:https://docs.mongodb.com/getting-started/shell/ Overview Welcome to the Getting Started with MongoDB guide. This guide provides instructions to get yo 阅读全文
posted @ 2017-03-03 13:24 ChuckLu 阅读(176) 评论(0) 推荐(0) 编辑
摘要:http://api.mongodb.com/csharp/current/html/T_MongoDB_Bson_BsonDocument.htm 如何取出document中的数据 BsonDocument book;string author = book["author"].AsString; 阅读全文
posted @ 2017-03-02 15:18 ChuckLu 阅读(1546) 评论(0) 推荐(0) 编辑
摘要:https://docs.mongodb.com/getting-started/csharp/ 概览 Welcome to the Getting Started with MongoDB guide. This guide provides instructions to get you sta 阅读全文
posted @ 2017-02-28 17:36 ChuckLu 阅读(154) 评论(0) 推荐(0) 编辑
摘要:https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/ Overview Requirements Get MongoDB Community Edition Install MongoDB Community Edi 阅读全文
posted @ 2017-02-28 15:31 ChuckLu 阅读(3566) 评论(0) 推荐(0) 编辑
摘要:1.介绍 The official MongoDB .NET Driver provides asynchronous interaction with MongoDB. Powering the drivers is a Core library and a BSON library. 2.功能 阅读全文
posted @ 2016-10-12 18:49 ChuckLu 阅读(396) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2016-10-12 18:30 ChuckLu 阅读(780) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示