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

    starts_with description Syntax example keywords starts_with description Syntax BOOLEAN STARTS_WITH(VARCHAR str, VARCHAR prefix) 如果字符串以指定前缀开头,返回true。否则,返回false。任意参数为NULL,...
  • 通过 Kubectl 测试 HPA

    配置 kubectl 以连接到您的 Kubernetes 集群。 复制下面的 hello-world 部署清单。 将其部署到您的集群。 根据您使用的指标类型复制下面适合您的 HPA: 查看 HPA 信息和说明。确认已显示指标数据。 对 HPA 服务进行压测,以测试您的 Pod 是否可以按预期自动缩放。 测试 Pod 自动扩缩容功能是否按预期工...
  • 通过 Kubectl 测试 HPA

    配置 kubectl 以连接到您的 Kubernetes 集群。 复制下面的 hello-world 部署清单。 将其部署到您的集群。 根据您使用的指标类型复制下面适合您的 HPA: 查看 HPA 信息和说明。确认已显示指标数据。 对 HPA 服务进行压测,以测试您的 Pod 是否可以按预期自动缩放。 测试 Pod 自动扩缩容功能是否按预期工作。...
  • 2.2 Creating a Server Application

    2.2 Creating a Server Application 2.2 Creating a Server Application Although not required to use Micronaut, the Micronaut CLI is the quickest way to create a new server applica...
  • 异步Log日志

    425 2018-05-10 《GroupCo文档》
    异步Log日志 异步Log日志 use AsyncLog ; yield AsyncLog :: info ( 'hello world' ); yield AsyncLog :: debug ( 'test debug' , [ 'foo' => 'bar' ]); ...
  • Working with strings

    Functions for working with strings empty notEmpty length lengthUTF8 char_length, CHAR_LENGTH character_length, CHARACTER_LENGTH lower, lcase upper, ucase lowerUTF8 upperUT...
  • 2.2 Creating a Server Application

    2.2 Creating a Server Application 2.2 Creating a Server Application Although not required to use Micronaut, the Micronaut CLI is the quickest way to create a new server applica...
  • Manage X-Definition

    Manage X-Definition init vet render / apply get / list / edit / del Version: v1.2 Manage X-Definition In KubeVela CLI (>= v1.1.0), vela def command group provides a series...
  • 3.2 Vector attribute manipulation

    3.2 Vector attribute manipulation 3.2.1 Vector attribute subsetting 3.2.2 Vector attribute aggregation 3.2.3 Vector attribute joining 3.2.4 Creating attributes and removing spat...
  • First Knative Service

    Deploying your first Knative Service Knative Service: “Hello world!” Ping your Knative Service Deploying your first Knative Service In this tutorial, you will deploy a “Hello ...