书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 1299 个相关结果.
  • Filter Plugins

    Filter Plugins Filter Plugins The filter plugins allows to alter the incoming data generated by the input plugins. As of this version the following filter plugins are available...
  • Filter Plugins

    Filter Plugins Filter Plugins The filter plugins allows to alter the incoming data generated by the input plugins. As of this version the following filter plugins are available...
  • 控制器

    控制器 路由 Request 资源 路由通配符 状态码 Headers 重定向 路由参数 子域路由 作用域 Async / await 请求负载 处理错误 完整示例 最后一步 类库特有方式 译者署名 控制器 控制器负责处理传入的 请求 和向客户端返回 响应 。 控制器的目的是接收应用的特定请求。路由 机制控...
  • 提供者

    提供者 依赖注入 定制提供者 最后一步 提供者 几乎所有的东西都可以被认为是提供者 - service, repository, factory, helper 等等。他们都可以注入依赖关系 constructor ,也就是说,他们可以创建各种关系。但事实上,提供者不过是一个用@Injectable () 装饰器注解的简单类。 控制器应...
  • Lifecycle events

    1859 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...
  • Circular dependency

    2958 2019-11-16 《Nest.js v6.0 Document》
    Circular dependency Forward reference Module forward reference Module reference Circular dependency A circular dependency occurs when two classes depend on each other. For e...
  • Custom providers

    Custom providers DI fundamentals Learn the right way! Standard providers Custom providers Value providers: useValue Non-class-based provider tokens Class providers: useClass ...
  • Serverless

    Serverless Cold start Benchmarks Runtime optimizations Example integration Using standalone application feature Serverless Serverless computing is a cloud computing executi...
  • 独立应用

    独立应用 入门 独立应用 有几种安装 Nest 应用程序的方式。您可以创建一个 Web 应用程序,一个微服务或仅一个裸 Nest 独立应用程序(没有任何网络监听)。Nest 独立应用程序是 Nest IoC 容器的封装,该容器包含所有实例化的类。我们可以使用独立的应用程序对象直接从导入的模块中获取现有实例的引用。因此,您可以在任何地方利用 Ne...
  • Platform agnosticism

    Platform agnosticism Build once, use everywhere Platform agnosticism Nest is a platform-agnostic framework. This means you can develop reusable logical parts that can be used ...