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

    Logger Basic customization Custom implementation Extend built-in logger Learn the right way! Dependency injection Using the logger for application logging Use external logger...
  • Plugins

    Plugins Custom plugins Using external plugins Plugins Plugins enable you to extend Apollo Server’s core functionality by performing custom operations in response to certain ev...
  • 异常过滤器

    异常过滤器 基础异常类 自定义异常 内置HTTP异常 异常过滤器 参数主机 绑定过滤器 捕获异常 继承 译者署名 异常过滤器 内置的异常层 负责处理整个应用程序中的所有抛出的异常。当捕获到未处理的异常时,最终用户将收到友好的响应。 开箱即用,此操作由内置的全局异常过滤器执行,该过滤器处理类型 HttpException (及其...
  • Lifecycle events

    1860 2019-11-16 《Nest.js v6.0 Document》
    Lifecycle Events Lifecycle sequence Usage OnApplicationShutdown Lifecycle Events Every application element has a lifecycle managed by Nest. Nest offers lifecycle hooks that...
  • Logging

    Logger Basic customization Custom implementation Extend built-in logger Dependency injection Using the logger for application logging Injecting a custom logger Use external l...
  • WEBSOCKETS

    网关 安装 基本 异步响应 生命周期挂钩 特定库的服务器实例 异常过滤器 异常过滤器 管道 看守器 拦截器 适配器 网关 网关是用@WebSocketGateway () 装饰器注解的类。默认情况下,网关使用 socket.io 包,但也提供了与广泛的其他库的兼容性,包括本地web套接字实现(阅读更多 )。 ?> 提示 网...
  • CLI

    CLI 概述 安装 使用 选项 new (alias: n) CLI 概述 为了帮助用户管理他们的项目,已经创建了 CLI 工具。它同时在很多方面都有帮助,从搭建项目到构建结构良好的应用程序。嵌套CLI基于 @ angular - devkit 软件包。此外,还有专门用于嵌套开发 @ nestjs / schematics 的特殊...
  • Testing

    Testing Installation Unit testing Testing utilities Learn the right way! End-to-end testing Testing request-scoped instances Testing Automated testing is considered an es...
  • 异常过滤器

    异常过滤器 HttpException 异常层次(Exceptions Hierarchy) HTTP exceptions 异常过滤器(Exception Filters) 异常过滤器 在 Nest 中,有一个异常层,它负责捕获未处理的异常,并将适当的响应返回给最终用户。 每个异常都由全局异常筛选器处理, 当无法识别 (不是 Http...
  • Rate limiting

    Rate Limiting Customization Websockets GraphQL Configuration Async Configuration Storages Rate Limiting A common technique to protect applications from brute-force attacks...