书栈网 · BookStack 本次搜索耗时 0.046 秒,为您找到 361 个相关结果.
  • Mutations

    Mutations Code first Schema first Mutations Most discussions of GraphQL focus on data fetching, but any complete data platform needs a way to modify server-side data as well....
  • Pipes

    Pipes Binding pipes Pipes There is no fundamental difference between regular pipes and microservice pipes. The only difference is that instead of throwing HttpException , you...
  • NATS

    NATS Installation Overview Options NATS The NATS is a simple, high performance open source messaging system. Installation Before we start, we have to install required pa...
  • Redis

    Redis Installation Overview Options Client Context Redis The Redis transporter implements the publish/subscribe messaging paradigm and leverages the Pub/Sub feature of R...
  • Guards

    Guards Binding guards Guards There is no difference between web sockets guards and the regular guards . The only thing you should be aware of is that instead of throwing Http...
  • 基础

    用户提供商 使用值 使用类 使用工厂 导出自定义提供者 支持我们 异步提供者 循环依赖 正向引用 模块参考 单元测试 端到端测试 用户提供商 当你想直接 绑定到控制容器的Nest反转时,有很多场景。例如,任何常量值,基于当前环境创建的配置对象,外部库或预先计算的值(取决于其他几个定义的提供程序)。此外,您可以覆盖默认实现,例如在...
  • 基本原理

    自定义提供者 依赖注入 标准提供者 自定义提供者 值提供者 (useValue) 非类提供者 类提供者 (useClass) 工厂提供者 (useFactory) 别名提供者 (useExisting) 非服务提供者 导出自定义提供者 异步提供者 注入 实例 动态模块 简介 动态模块实例 配置模块示例 模块配置 实例 ...
  • 提供者

    Providers 服务 依赖注入 作用域 自定义提供者 可选提供者 基于属性的注入 注册提供者 手动实例化 译者署名 Providers Providers 是 Nest 的一个基本概念。许多基本的 Nest 类可能被视为 provider - service ,repository , factory , helper 等...
  • 第一步

    第一步 语言 先决条件 建立 运行应用程序 第一步 在这一组文章中, 您将了解 Nest 的核心基础知识。主要是了解基本的 nest 应用程序构建模块。您将构建一个基本的 CRUD 应用程序, 其中的功能涵盖了大量的入门基础。 语言 我们爱上了 TypeScript ,但最重要的是,我们喜欢 Node.js 。 这就是为什么 Nest...
  • Pipes

    Pipes Binding pipes Pipes There is no fundamental difference between regular pipes and web sockets pipes. The only difference is that instead of throwing HttpException , you s...