随笔分类 -  mongodb

数据库操作
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using MongoDB.Driver;using MongoDB.Bson;using MongoDB.Driver.Builder... 阅读全文

posted @ 2015-05-24 22:10 HOT SUMMER 阅读(310) 评论(0) 推荐(0) 编辑

MongoDB Query 的几个方法
摘要:Query.All("name", "a", "b");//通过多个元素来匹配数组Query.And(Query.EQ("name", "a"), Query.EQ("title", "t"));//同时满足多个条件Query.EQ("name", "a");//等于Query.Exists("ty... 阅读全文

posted @ 2015-05-20 21:39 HOT SUMMER 阅读(4947) 评论(0) 推荐(0) 编辑

去重mongodb LIST
摘要:using MongoDB;using DockSample.DB;using MongoDB.Driver;using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;usi... 阅读全文

posted @ 2015-05-19 10:51 HOT SUMMER 阅读(560) 评论(0) 推荐(0) 编辑

MongoDB 学习 第八节 驱动实践
摘要:作为系列的最后一篇,得要说说C#驱动对mongodb的操作,目前驱动有两种:官方驱动和samus驱动,不过我个人还是喜欢后者,因为提供了丰富的linq操作,相当方便。官方驱动:https://github.com/mongodb/mongo-csharp-driver/downloads。下载后,还... 阅读全文

posted @ 2015-05-14 22:46 HOT SUMMER 阅读(249) 评论(0) 推荐(0) 编辑

mongod安装
摘要:mongod.exe --dbpath "D:\Program Files\MongoDB\log\log.txt"mongod.exe --dbpath "D:\Program Files\MongoDB\data"http://www.cnblogs.com/lipan/archive/2011... 阅读全文

posted @ 2015-05-14 22:12 HOT SUMMER 阅读(194) 评论(0) 推荐(0) 编辑

群集
摘要:http://www.lanceyan.com/tech/mongodb/mongodb_cluster_2.html 阅读全文

posted @ 2015-05-14 14:22 HOT SUMMER 阅读(133) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

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