网站首页 站内搜索

搜索结果

查询Tags标签: CorrectRate,共有 2条记录
  • mongodb 常用脚本

    //常规查询 db.getCollection(test).find({}).sort({_id:-1}).limit(2)//模糊查询 db.getCollection(test).find({"b":{$regex:}})数组元素查询 db.getCollection(test).find({"list.a":668})聚合查询 db.getCollection(test).aggregate([{ "$ma…

    2022/1/15 19:07:27 人评论 次浏览
  • mongodb 常用脚本

    //常规查询 db.getCollection(test).find({}).sort({_id:-1}).limit(2)//模糊查询 db.getCollection(test).find({"b":{$regex:}})数组元素查询 db.getCollection(test).find({"list.a":668})聚合查询 db.getCollection(test).aggregate([{ "$ma…

    2022/1/15 19:07:27 人评论 次浏览
扫一扫关注最新编程教程