2020年1月17日

Elasticsearch.net&Nest 的使用

摘要: static void Main(string[] args) { Nest(); Console.WriteLine("End.."); Console.ReadKey(); //MyUser user = new MyUser(); //var indexResponse = lowlevelC 阅读全文

posted @ 2020-01-17 14:58 DaivdHu 阅读(533) 评论(0) 推荐(0) 编辑

MongoDB增、删、查、改

摘要: static MongoClient client = new MongoClient("mongodb://localhost:27017"); static IMongoDatabase database = client.GetDatabase("Student"); static void 阅读全文

posted @ 2020-01-17 14:56 DaivdHu 阅读(167) 评论(0) 推荐(0) 编辑

导航