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

    1220 2019-11-16 《Nest.js v6.0 Document》
    RabbitMQ Installation Transporter Options RabbitMQ The RabbitMQ is the most widely deployed open source message broker. Installation Before we start, we have to install ...
  • Guards

    Guards Binding guards Guards There is no fundamental difference between web sockets guards and regular HTTP application guards . The only difference is that instead of throwin...
  • RabbitMQ

    RabbitMQ Installation Overview Options Client Context Message acknowledgement RabbitMQ RabbitMQ is an open-source and lightweight message broker which supports multiple ...
  • 中间件

    中间件 依赖注入 应用中间件 路由通配符 中间件消费者 函数式中间件 多个中间件 全局中间件 译者署名 中间件 中间件是在路由处理程序 之前 调用的函数。 中间件函数可以访问请求和响应对象,以及应用程序请求响应周期中的 next() 中间件函数。 next() 中间件函数通常由名为 next 的变量表示。 Nest 中间...
  • 第一步

    第一步 语言 先决条件 windows linux(建议) MacOS Debian系 Redhat系 Snap 建立 npm yarn 平台 运行应用程序 支持我们 译者署名 第一步 在这一组文章中, 您将了解 Nest 的核心基础知识 。为了了解基本的 nest 应用程...
  • HTTPS & multiple servers

    1124 2019-11-16 《Nest.js v6.0 Document》
    HTTPS Multiple simultaneous servers HTTPS In order to create application that uses HTTPS protocol, we have to pass an options object: const httpsOptions = { key : fs...
  • Serialization

    Serialization Overview Exclude properties Expose properties Transform Pass options WebSockets & Microservices Learn more Serialization Serialization is a process that ha...
  • Pipes

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

    Guards Binding guards Guards There is no fundamental difference between web sockets guards and regular HTTP application guards . The only difference is that instead of throwing...
  • 管道

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