书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 32347 个相关结果.
  • tiup-package 打包 TiUP 组件

    打包 TiUP 组件 示例:新增 Hello World 组件 打包 TiUP 组件 当想要新增一个组件或者新增一个已有组件的版本时,需要用 tar 命令将相关文件打包然后传到镜像仓库中。用 tar 打包并不困难,麻烦在于需要更新仓库的元信息,因为要避免更新元信息的时候破坏已有组件的信息。 因此,TiUP 提供了 package 组件,用于打包新...
  • For Replacing in Strings

    Functions for searching and replacing in strings replaceOne(haystack, pattern, replacement) replaceAll(haystack, pattern, replacement), replace(haystack, pattern, replacement) re...
  • 解决方案封装

    解决方案封装 什么时候需要封装? 如何封装? 捆绑插件 覆写插件 更多扩展 解决方案封装 什么时候需要封装? 现有解决不能满足你的需求:fis-plus , jello , spmx , phiz , gois 。 基于某一解决方案,需要配置的东西和安装的插件过多,不便于组内交接。 需要覆写某些插件。 你想采用更 nice 的命令名字...
  • String

    String Escaping Interpolation Percent string literals Percent string array literal Multiline strings Heredoc String A String represents an immutable sequence of UTF-8 cha...
  • String

    String Escaping Interpolation Percent string literals Percent string array literal Multiline strings Heredoc String A String represents an immutable sequence of UTF-8 cha...
  • 系统配置

    系统配置 使用方式 配置目录 配置缓存 配置定义 环境变量定义 自定义环境变量 all 返回所有配置 get 获取配置 has 是否存在配置 set 设置配置 delete 删除配置 reset 重置配置 数组访问配置对象 系统配置 Testing Is Documentation tests/Option/OptionT...
  • Autoscaling

    Autoscaling List your Knative Service Access your Knative Service Observe autoscaling Scale up your Knative Service Autoscaling Knative Serving provides automatic scaling, a...
  • Autoscaling

    Autoscaling List your Knative Service Access your Knative Service Observe autoscaling Scale up your Knative Service Autoscaling Knative Serving provides automatic scaling, a...
  • 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...
  • Quick Start

    Installation Example Installation go get github . com / clevergo / clevergo Example package main import ( "fmt" "net/http" "github.com/cle...