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

    介绍 哲学 安装 使用 CLI 安装 使用 Git 安装 手动创建 保持联系 介绍 Nest 是一个用于构建高效,可扩展的 Node.js 服务器端应用程序的框架。它使用渐进式 JavaScript,内置并完全支持 TypeScript (但仍然允许开发人员使用纯 JavaScript 编写代码)并结合了 OOP(面向...
  • Custom decorators

    1513 2019-11-16 《Nest.js v6.0 Document》
    Custom route decorators Param decorators Passing data Working with pipes Custom route decorators Nest is built around a language feature called decorators . Decorators are a...
  • 异常过滤器

    异常过滤器 基础异常类(Base exceptions) 自定义异常(Custom exceptions) 内置HTTP异常(Built-in HTTP exceptions) 异常过滤器(Exception Filters) Arguments host 绑定过滤器 捕获一切 继承 译者署名 异常过滤器 内置的异常层 负责处理整个...
  • 守卫

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

    微服务 基本 安装 开始 模式(patterns) 请求-响应 异步响应 基于事件 装饰器 客户端 发送消息 发布事件 作用域 处理超时 Redis 安装 概述 选项 客户端 上下文 MQTT 安装 概览 选项 客户端 上下文 通配符 NATS 安装 概述 选项 客户端 请求-响应 基于事件 队...
  • 看守器

    看守器 角色看守器 用法 反射器 自定义错误响应 全局守护器 看守器 看守器是一个使用 @Guard () 装饰器的类。 看守器应该使用 CanActivate 接口。 看守器有一个单独的责任。它们确定请求是否应该由路由处理程序处理。到目前为止, 访问限制逻辑大多在中间件内。这样很好, 因为诸如 token 验证或将req对象附加...
  • Performance (Fastify.md)

    Performance (Fastify) Installation Adapter Platform specific packages Redirect response Fastify options Example Performance (Fastify) By default, Nest makes use of the Ex...
  • 拦截器

    拦截器 基础 执行上下文 调用处理程序 截取切面 绑定拦截器 响应映射 异常映射 Stream 重写 更多操作符 译者署名 拦截器 拦截器是使用 @Injectable() 装饰器注解的类。拦截器应该实现 NestInterceptor 接口。 拦截器具有一系列有用的功能,这些功能受面向切面编程(AOP)技术的启发。它们可...
  • Lazy-loading modules

    Lazy-loading modules Getting started Lazy-loading controllers, gateways, and resolvers Common use-cases Lazy-loading modules By default, modules are eagerly loaded, which mea...
  • Pipes

    2029 2019-11-16 《Nest.js v6.0 Document》
    Pipes Built-in pipes Validation use case Object schema validation Binding pipes Class validator Transformation use case The built-in ValidationPipe Pipes A pipe is a cla...