书栈网 · BookStack 本次搜索耗时 0.077 秒,为您找到 10177 个相关结果.
  • pd-ctl

    PD Control 使用说明 安装方式 使用 TiUP 下载安装包 源码编译 简单例子 命令行参数 (flags) --cacert --cert --detach / -d --help / -h --interact / -i --key --pd / -u --version / -V 命令 (c...
  • Fine-grained device scheduling

    Fine-grained device scheduling Summary Motivation Goals Non-goals/Future work Proposal API Device resource dimensions User apply device resources scenarios Compatible with nvi...
  • Fine-grained device scheduling

    Fine-grained device scheduling Summary Motivation Goals Non-goals/Future work Proposal API Device resource dimensions User apply device resources scenarios Compatible with nvi...
  • 调度器配置

    调度器配置 配置文件 扩展点 调度插件 多配置文件 应用于多个扩展点的插件 调度程序配置迁移 接下来 调度器配置 特性状态: Kubernetes v1.25 [stable] 你可以通过编写配置文件,并将其路径传给 kube-scheduler 的命令行参数,定制 kube-scheduler 的行为。 调度模板(Profi...
  • Futures

    805 2020-01-13 《Dask 2.9.1 Document》
    Futures Examples Start Dask Client Submit Tasks Move Data References, Cancellation, and Exceptions Waiting on Futures Fire and Forget Submit Tasks from Tasks Coordination P...
  • Customizing components with the kubeadm API

    Customizing components with the kubeadm API Customizing the control plane with flags in ClusterConfiguration APIServer flags ControllerManager flags Scheduler flags Etcd flags ...
  • Multi Hierarchy Elastic Quota Management

    Multi Hierarchy Elastic Quota Management Introduction Setup Prerequisite Installation Configurations Use Multi-Hierarchy-ElasticQuota-Management Quick Start by Label Quick St...
  • pd-ctl

    PD Control 使用说明 安装方式 使用 TiUP 下载安装包 源码编译 简单例子 命令行参数 (flags) --cacert --cert --detach / -d --help / -h --interact / -i --key --pd / -u --version / -V 命令 (c...
  • Spring Boot 使用定时任务

    1、pom包配置 2、启动类启用定时 3、创建定时任务实现类 参数说明 在我们的项目开发过程中,经常需要定时任务来帮助我们来做一些内容,springboot默认已经帮我们实行了,只需要添加相应的注解就可以实现 1、pom包配置 pom包里面只需要引入springboot starter包即可 <dependencies> <d...
  • SubscribeOn

    SubscribeOn SubscribeOn 指定Observable自身在哪个调度器上执行 很多ReactiveX实现都使用调度器 “Scheduler “ 来管理多线程环境中Observable的转场。你可以使用SubscribeOn 操作符指定Observable在一个特定的调度器上运转。 ObserveOn 操作符的作用类似,但是功...