06 2021 档案

摘要://PlaceName:'$PlaceName',CityCode:'$CityCode' 查询条件 //dups 查询到的重复数据 db.getCollection('HotLocation').aggregate([ { $group:{_id:{PlaceName:'$PlaceName',C 阅读全文
posted @ 2021-06-03 17:21 枫岫 阅读(368) 评论(0) 推荐(0)
摘要:/// <summary> /// post请求 /// </summary> /// <param name="Url"></param> /// <param name="jsonParas"></param> /// <returns></returns> public string Post 阅读全文
posted @ 2021-06-03 17:16 枫岫 阅读(536) 评论(0) 推荐(0)
摘要:1.Configuration.json { "Mongodb_connstr": "url地址", "one_by_one": true, "one_by_num": 1000, "GetProductsURL": "url地址" } //获取Configuration.json var jObj 阅读全文
posted @ 2021-06-03 17:14 枫岫 阅读(89) 评论(0) 推荐(0)
摘要:DBQuery.shellBatchSize = 5000; 阅读全文
posted @ 2021-06-03 17:11 枫岫 阅读(254) 评论(0) 推荐(0)