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

    typeof typeof The typeof expression returns the type of an expression: a = 1 b = typeof ( a ) # => Int32 It accepts multiple arguments, and the result is the uni...
  • 模块

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

    依赖注入 使用 Value 使用工厂(Factory) 使用类(class) 注入 异步组件 循环依赖 正向引用 模块参考 单元测试 隔离测试 测试工具 E2E 测试 依赖注入 有很多情况下, 当你想绑定的东西直接到 Nest 容器。您应该知道的是, Nest 是通过 tokens 来注入依赖关系的。通常, token 只是一...
  • typeof

    typeof typeof The typeof expression returns the type of an expression: a = 1 b = typeof ( a ) # => Int32 It accepts multiple arguments, and the result is the unio...
  • typeof

    typeof typeof The typeof expression returns the type of an expression: a = 1 b = typeof ( a ) # => Int32 It accepts multiple arguments, and the result is the unio...
  • typeof

    typeof typeof The typeof expression returns the type of an expression: a = 1 b = typeof ( a ) # => Int32 It accepts multiple arguments, and the result is the uni...
  • 模块

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

    Modules Feature modules Shared modules Module re-exporting Dependency injection Global modules Dynamic modules Modules A module is a class annotated with a @Module() deco...
  • Lifecycle events

    Lifecycle Events Lifecycle sequence Lifecycle events Usage Asynchronous initialization Application shutdown Lifecycle Events A Nest application, as well as every applicatio...
  • Promise的集合

    Promise 的集合 每台鸟巢计算机在其neighbors 属性中,都保存了传输距离内的其他鸟巢的数组。 为了检查当前哪些可以访问,你可以编写一个函数,尝试向每个鸟巢发送一个"ping" 请求(一个简单地请求响应的请求),并查看哪些返回了。 在处理同时运行的Promise 集合时,Promise.all 函数可能很有用。 它返回一个Promise ,...