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

    Extensions Adding custom metadata Using custom metadata Extensions Warning This chapter applies only to the code first approach. Extensions is an advanced, low-level fea...
  • 模块

    模块 功能模块 共享模块 模块导出 依赖注入 全局模块 动态模块 译者署名 模块 模块是具有 @Module() 装饰器的类。 @Module() 装饰器提供了元数据,Nest 用它来组织应用程序结构。 每个 Nest 应用程序至少有一个模块,即根模块。根模块是 Nest 开始安排应用程序树的地方。事实上,根模块可能是应用程序中...
  • 模块

    模块 功能模块 共享模块 模块导出 依赖注入 全局模块 动态模块 译者署名 模块 模块是具有 @Module() 装饰器的类。 @Module() 装饰器提供了元数据,Nest 用它来组织应用程序结构。 每个 Nest 应用程序至少有一个模块,即根模块。根模块是 Nest 开始安排应用程序树的地方。事实上,根模块可能是应用程序...
  • 微服务

    微服务 基本 安装 开始 模式(patterns) 请求-响应 异步响应 基于事件 装饰器 客户端 消息传递 发布活动 作用域 Redis 安装 概述 选项 MQTT 安装 概览 属性 NATS 安装 概述 选项 RabbitMQ 安装 传输器 属性 gRPC 安装 传输器 选项 概述 客户端 ...
  • 异常过滤器

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

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

    First steps Language Prerequisites Setup Learn the right way! Platform Running the application First steps In this set of articles, you’ll learn the core fundamentals of...
  • First steps

    First steps Language Prerequisites Setup Platform Running the application First steps In this set of articles, you’ll learn the core fundamentals of Nest. To get familiar ...
  • Sequelize

    SQL (Sequelize) This chapter applies only to TypeScript Getting started Model injection SQL (Sequelize) This chapter applies only to TypeScript Sequelize is a popular Obj...
  • Enums

    Enums Code first Schema first Enums Enumeration types are a special kind of scalar that is restricted to a particular set of allowed values (read more here ). This allows you...