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

    CORS Getting started CORS Cross-origin resource sharing (CORS) is a mechanism that allows resources to be requested from another domain. Under the hood, Nest makes use of the E...
  • Exception filters

    Exception filters Throwing standard exceptions Custom exceptions Built-in HTTP exceptions Exception filters Arguments host Learn the right way! Binding filters Catch everyth...
  • CLI Plugin

    CLI Plugin Overview Using the CLI plugin CLI Plugin Warning This chapter applies only to the code first approach. TypeScript’s metadata reflection system has several lim...
  • Custom decorators

    Custom route decorators Param decorators Passing data Working with pipes Decorator composition Custom route decorators Nest is built around a language feature called decora...
  • 守卫

    守卫 授权守卫 执行上下文 基于角色认证 绑定守卫 反射器 译者署名 守卫 守卫是一个使用 @Injectable() 装饰器的类。 守卫应该实现 CanActivate 接口。 守卫有一个单独的责任。它们根据运行时出现的某些条件(例如权限,角色,访问控制列表等)来确定给定的请求是否由路由处理程序处理。 这通常称为授权。在传统的...
  • Raw Queries - 原始查询

    Raw Queries - 原始查询 “Dotted” 属性 和 nest 参数 替换 绑定参数 Raw Queries - 原始查询 由于常常使用简单的方式来执行原始/已经准备好的SQL查询,因此可以使用 sequelize.query 方法. 默认情况下,函数将返回两个参数 - 一个结果数组,以及一个包含元数据(例如受影响的行数等)...
  • 秘籍

    秘籍 SQL (TypeORM) 入门 存储库模式 MongoDB (Mongoose) 入门 模型注入 CQRS Commands 事件(Events) Sagas Queries 建立(Setup) 概要 OpenAPI (Swagger) 安装(Installation) 引导(Bootstrap) Body, query...
  • 异常过滤器

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

    Custom route decorators Param decorators Passing data Working with pipes Decorator composition Custom route decorators Nest is built around a language feature called decorat...
  • Hot reload

    Hot Reload With CLI Installation Configuration Hot-Module Replacement Without CLI Installation Configuration Hot-Module Replacement Hot Reload The highest impact on you...