书栈网 · BookStack 本次搜索耗时 0.064 秒,为您找到 15183 个相关结果.
  • Calico automatic labels

    Calico automatic labels Labels for matching namespaces Labels for matching service accounts Kubernetes labels for matching namespaces Labels for matching workload endpoints Use...
  • Azure Table storage

    Azure Table Storage Azure Table Storage This example is using the HadoopInputFormat wrapper to use an existing Hadoop input format implementation for accessing Azure’s Table St...
  • Microsoft Azure table

    Microsoft Azure Table Storage format Microsoft Azure Table Storage format This example is using the HadoopInputFormat wrapper to use an existing Hadoop input format implementat...
  • Azure Table storage

    Azure Table Storage Azure Table Storage This example is using the HadoopInputFormat wrapper to use an existing Hadoop input format implementation for accessing Azure’s Table St...
  • User-defined Functions

    User-defined Functions Overview Implementation Guide Function Class Evaluation Methods Type Inference Automatic Type Inference Custom Type Inference Determinism Runtime Inte...
  • 3.1 包(package)

    2168 2019-03-05 《Kotlin极简教程》
    3.1 包(package) 3.1 包(package) 我们先来举个例子。比如说,程序员A写了一个类叫 JSON , 程序员B也写了一个类叫 JSON。然后,我们在写代码的时候,想要同时使用这两个类,该怎么区分呢? 一个答案是使用目录命名空间。对应在Java中,就是使用package 来组织类,以确保类名的唯一性。上面说的例子,A写的类放到pa...
  • 用 Lincheck 编写第一个测试

    用 Lincheck 编写第一个测试 Create a project Add required dependencies Write a concurrent counter and run the test Trace the invalid execution Test the Java standard library Next step ...
  • 时间同步

    时间同步 时间同步 主机必须配置NTP。同一提供点中的所有主机时间必须相同。 安装NTP。 # yum install ntp 编辑NTP配置文件指定NTP服务器。 # vi /etc/ntp.conf 在文件中添加一行或多行你想使用的服务器地址. 例如: server 0.xenserver . pool . ntp ....
  • API 配置

    API 配置 服务提供者 服务消费者 Bootstrap API 其它配置 基本配置 方法级设置 点对点直连 API 配置 以 API 的方式来配置你的 Dubbo 应用 通过 API 编码方式组装配置、启动 Dubbo、发布及订阅服务。此方式可以支持动态创建 ReferenceConfig/ServiceConfig,结合泛化调用可以...
  • Java Walkthrough

    Java Walkthrough A Basic Hello A Stateful Hello Routing Messages Persistence Want To Go Further? Java Walkthrough Like all great introductions in software, this walkthroug...