书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 1536 个相关结果.
  • 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...
  • 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...
  • Introduction to Kuma

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

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

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

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

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

    Writing Tests Writing Tests 测试异步代码不是很容易的事情。我们仍然在学习测试 Epics 最好的方式。如果你有完美的方案,请分享 ! 如果你对常规 Redux 还没有进行过测试。你需要首先转向它们的文档 ,因为几乎所有都是适用的。 一种方式是 mock 完整的 Redux store 并且在每个测试用例中替换根...
  • 委托属性

    委托属性 委托属性 我们可能需要一个属性具有一些相同的行为,使用lazy 或者observable 可以被很有趣地实现重用。而不是一次又一次地去声明那些相同的代码,Kotlin提供了一个委托属性到一个类的方法。这就是我们知道的委托属性 。 当我们使用属性的get 或者set 的时候,属性委托的getValue 和setValue 就会被调用。 属...
  • 第六课:保存和加载数据

    第六课:保存和加载数据 保存数据 加载数据 总结 第六课:保存和加载数据 你知道什么是最烦恼的吗?如果你创建了一大个待完成的checklist,稍后回来的时候再用的时候,发现没有了。嗯,这就是应用当前的状态,所以我们将要给用户提供一个保存用户数据的途径。我们已经为他做了一些架构准备,我们订阅了我们的Observable在每次数据变更的时候都调用...