书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 7011 个相关结果.
  • DataBase | MongoDB

    876 2020-01-02 《Node.js技术栈》
    安装与部署 CURD 操作 Index 索引 操作符
  • MongoDB MapReduce

    1638 2019-05-28 《MongoDB 学习教程》
    MongoDB Map-Reduce(MR) MapReduce 命令 MR示例 计算每个客户的总消费 1. 执行 map 操作过程 2. 定义reduce 函数有两个参数 keyCustId 和 valuesPrices 3. 执行 map-reduce 函数 MongoDB Map-Reduce(MR) Google在2003年到20...
  • MongoDB 安全

    1858 2019-05-28 《MongoDB 学习教程》
    MongoDB 3.0+ 安全权限访问控制 没有安全认证时,进行用户权限管理 1. 启动没有访问控制 MongoDB服务 2. 连接到实例 3. 创建的用户管理员 4. 重新启动MongoDB实例,并启用访问控制。 5. 用户管理员身份验证 服务器已开启认证后,如何创建用户管理员 1. 启动MongoDB实例的访问控制 2. 通过localho...
  • Mongodb部署

    mongodb安装 安装 启动与关闭 通过shell进行启动 mongohere便捷启动 Usage 当前目录启动mongodb 全局启动mongodb 进程查看 停止或关闭 客户端 基础操作 了解MONGODB的部署 总结 mongodb安装 本章节讲的是mongodb的安装,以及客户端使用,简单的操作 安装 for...
  • Using with MongoDB

    Using with MongoDB Use jest-mongodb Preset Using with MongoDB With the Global Setup/Teardown and Async Test Environment APIs, Jest can work smoothly with MongoDB . Use je...
  • Using with MongoDB

    Using with MongoDB Use jest-mongodb Preset Using with MongoDB With the Global Setup/Teardown and Async Test Environment APIs, Jest can work smoothly with MongoDB . Use je...
  • 模型-MongoDB

    模型[MongoDB] 模型[MongoDB] 本小节介绍常用的orm MongoDB操作。详细的api 点这里 在CmlPHP 中对MongoDB 的操作基本和MySql 一致,大部分操作可以参考模型mysql 这里主要列出操作MongoDB与Mysql不同的地方: 不支持groupBy、having、join、leftJoin、righ...
  • 模型(MongoDB)

    模型(MongoDB) 配置 创建模型 CURD 操作 其他 initDb() model() thinkRequire(‘mongoose’) 模型(MongoDB) ThinkJS 从 1.1.0 版本开始支持 MongoDB ,底层依赖了 mongoose 模块,所以使用 MongoDB 时候需要在项目下安装 mongoose...
  • Using with MongoDB

    Using with MongoDB Use jest-mongodb Preset Using with MongoDB With the Global Setup/Teardown and Async Test Environment APIs, Jest can work smoothly with MongoDB . Use jest...
  • MongoDB ACL

    MongoDB ACL MongoDB connection information Default data structure Authentication / Super Collection ACL rule collection super_query acl_query MongoDB ACL For MongoDB ACL, ...