书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 1536 个相关结果.
  • Redux and @ngrx

    Redux and @ngrx What is Redux? What is @ngrx? Redux and @ngrx What is Redux? Redux is an application state manager for JavaScript applications, and keepswith the core prin...
  • 两种技术的比较

    两种技术的比较 语法 性能 灵活性 定时选择 两种技术的比较 本节将会概括性地指出脏检查和存取器技术的优缺点。 语法 脏检查不需要语法来定义的提供者和消费者,但是把 handler() 和 (provider, property) 进行映射配对是笨拙和不灵活的。 存取器技术要求用 observable() 来封装提供者,但是...
  • Getting More From Redux and @ngrx

    Getting more from Redux and @ngrx Redux @ngrx Getting more from Redux and @ngrx Redux Redux has a number of tools and middleware available in its ecosystem to facilitate e...
  • 重试

    重试 重试 有时你可能想要重试失败的请求。例如,如果用户离线,你可能需要每隔一段时间或不停地重试。 使用RxJS retry 操作符。 它接受一个retryCount 参数。 如果没有返回结果,它将无限期重试序列。 请注意,在重试阶段不会调用错误回调。 如果请求失败,它将被重试,并且只有在所有重试尝试失败之后,流才会抛出错误。 import ...
  • WEBSOCKETS

    网关 安装 基本 多个响应 异步响应 生命周期挂钩 服务 异常过滤器 过滤器 继承 管道 绑定管道 守卫 绑定守卫 拦截器 适配器 拓展 socket.io ws 库 高级(自定义适配器) 示例 译者署名 网关 本文档中其他地方讨论的大多数概念,如依赖注入、装饰器、异常过滤器、管道、守卫和拦截器,都同样适用于网...
  • Enabling Modernization

    Enabling Modernization Enabling Modernization Until now, Service Mesh has been considered to be the last step of architecture modernization after transitioning to containers an...
  • Enabling Modernization

    Enabling Modernization Enabling Modernization Until now, Service Mesh has been considered to be the last step of architecture modernization after transitioning to containers an...
  • 委托属性

    委托属性 标准委托 延迟属性 Lazy 可观察属性 Observable 把属性储存在映射中 属性委托要求 翻译规则 提供委托(自 1.1 起) 委托属性 有一些常见的属性类型,虽然我们可以在每次需要的时候手动实现它们,但是如果能够为大家把他们只实现一次并放入一个库会更好。例如包括: 延迟属性(lazy properties): 其...
  • Dataplane Health

    Dataplane Health Circuit Breaker Policy Kubernetes and Universal Service Probes Health Check Policy Dataplane Health Health is an important aspect of a microservice arc...
  • Overview of Kuma

    Overview of Kuma Overview of Kuma Kuma is a platform agnostic open-source control plane for service mesh and microservices management, with support for Kubernetes, VM, and bare ...