01 2015 档案

摘要:MongoClientSettings mongoSettings = new MongoClientSettings(); TimeSpan t = new TimeSpan(100); mongoSettings.ConnectTimeout = t;... 阅读全文
posted @ 2015-01-13 21:11 jiang_jiang 阅读(577) 评论(0) 推荐(0)
摘要:mongodb中存储的结构如下:public class questionInfo { public int _id { get; set; } //试题id public List Samequestions { get; set; } //与该题分词相似的试题... 阅读全文
posted @ 2015-01-13 21:03 jiang_jiang 阅读(556) 评论(0) 推荐(0)