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

    管道 内置管道 测试用例 对象结构验证 绑定管道 类验证器 转换管道 内置验证管道 译者署名 管道 管道是具有 @Injectable() 装饰器的类。管道应实现 PipeTransform 接口。 管道有两个类型: 转换 :管道将输入数据转换为所需的数据输出 验证 :对输入数据进行验证,如果验证成功继续传递; 验证失败...
  • MQTT

    MQTT Installation Overview Options MQTT The MQTT is a lightweight messaging protocol, optimized for high-latency. Installation Before we start, we have to install requir...
  • 组件

    组件 依赖注入 最后一步 组件 几乎所有的事物都是一个组件 Service ,Repository ,Factory ,Helper ,可以通过构造函数将一个组件注入控制器或者另一个组件中。 在上一章中,我们已经构建了一个简单的控制器 CatsController 。 控制器应该只处理HTTP请求并将更复杂的任务委托给组件。 这些组件是一...
  • Guards

    Guards Binding guards Guards There is no fundamental difference between microservices guards and regular HTTP application guards . The only difference is that instead of throwi...
  • GraphQL

    GraphQL 快速开始 安装 概述 入门 Playground 多个端点 模式优先 代码优先 Async 配置 例子 解析图 模式优先 Typings 代码优先 装饰 Module 变更(Mutations) 模式优先 类型定义 代码优先 订阅(Subscriptions) 模...
  • Guards

    Guards Binding guards Guards There is no difference between microservices guards and the regular guards . The only thing you should be aware of is that instead of throwing Htt...
  • Scripts

    Nest CLI and scripts The nest binary Build Execution Generation Package scripts Backward compatibility Migration Nest CLI and scripts This section provides additional bac...
  • 五、使用管道、DTO 验证入参,摆脱 if-else 的恐惧

    Nest.js 从零到壹系列(五):使用管道、DTO 验证入参,摆脱 if-else 的恐惧 前言 一、什么是 DTO? 二、管道 1. 概念 2. 创建管道 3. 绑定管道 4. 完善错误提示 总结 Nest.js 从零到壹系列(五):使用管道、DTO 验证入参,摆脱 if-else 的恐惧 前言 上一篇介绍了如何使用中...
  • GraphQL

    GraphQL 快速开始 安装 概述 入门 Playground 多个端点 模式优先 代码优先 Async 配置 例子 解析图 模式优先 Typings 代码优先 装饰 Module 变更(Mutations) 模式优先 类型定义 代码优先 订阅(Subscriptions) 模...
  • 自定义装饰器

    自定义路由参数装饰器 参数装饰器 传递数据 使用管道 译者署名 自定义路由参数装饰器 Nest 是基于装饰器 这种语言特性而创建的。它是许多常用编程语言中众所周知的概念,但在 JavaScript 世界中,这个概念仍然相对较新。所以为了更好地理解装饰器是如何工作的,你应该看看 这篇 文章。下面给出一个简单的定义: ES2016 的装饰...