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

    ends_with description Syntax example keywords ends_with description Syntax BOOLEAN ENDS_WITH(VARCHAR str, VARCHAR suffix) 如果字符串以指定后缀结尾,返回true。否则,返回false。任意参数为NULL,返回NULL...
  • ARRAY JOIN

    ARRAY JOIN Clause Basic ARRAY JOIN Examples Using Aliases ARRAY JOIN with Nested Data Structure Implementation Details ARRAY JOIN Clause It is a common operation for tables ...
  • 插件开发

    简介 快速开始 运行插件 简介 XMake完全支持插件模式,我们可以很方便的扩展实现自己的插件,并且xmake也提供了一些内建的使用插件。 我们可以执行下 xmake -h 看下当前支持的插件: Plugins : l , lua Run the lua ...
  • Manage Definition

    Manage Definition Manage Definition tip Before reading this part, please make sure you’ve learned the Definition Concept of KubeVela. In KubeVela CLI, vela def command group...
  • Getting started

    Getting Started with Knative Eventing Creating a Knative Eventing namespace Adding a broker to the namespace Creating event consumers Creating triggers Creating a pod as an eve...
  • Getting started

    Getting Started with Knative Eventing Creating a Knative Eventing namespace Adding a broker to the namespace Creating event consumers Creating triggers Creating a pod as an eve...
  • 2.2 处理与平台相关的源代码

    2.2 处理与平台相关的源代码 准备工作 具体实施 工作原理 2.2 处理与平台相关的源代码 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-02/recipe-02 中找到,包含一个C++示例。该示例在CMake 3.5版(或更高版本)中...
  • 通过 Kubectl 测试 HPA

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

    使用 CronJob 运行自动化任务 准备开始 创建 CronJob 说明: 删除 CronJob 使用 CronJob 运行自动化任务 本页演示如何使用 Kubernetes CronJob 对象运行自动化任务。 准备开始 你必须拥有一个 Kubernetes 的集群,且必须配置 kubectl 命令行工具让其与你的集群通信。 建议运...
  • 2.4 Creating a Client

    2.4 Creating a Client 2.4 Creating a Client As mentioned previously, Micronaut includes both an HTTP server and an HTTP client . A low-level HTTP client is provided out of th...