书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 205 个相关结果.
  • 集群配置

    集群配置(管理端) 简介 创建集群 集群配置(管理端) 简介 集群配置主要说明如何在 Wayne 平台上创建和管理集群 创建集群 后台点击集群列表-> 创建集群 创建集群字段说明: 名称:集群名称,英文简写,后续会使用此名称作为集群调用参数,例如 K8S Master : Kubernetes Apiserver 地址 k...
  • Use the Dapr API

    Use the Dapr API Step 1: Run the Dapr sidecar Step 2: Save state Step 2: Get state Step 3: See how the state is stored in Redis Use the Dapr API After running the dapr init...
  • 集群配置

    集群配置(管理端) 简介 创建集群 集群配置(管理端) 简介 集群配置主要说明如何在 Wayne 平台上创建和管理集群 创建集群 后台点击集群列表-> 创建集群 创建集群字段说明: 名称:集群名称,英文简写,后续会使用此名称作为集群调用参数,例如 K8S Master : Kubernetes Apiserver 地址 k...
  • Update document

    Update document Example Script example Path and HTTP methods URL parameters Request body Upsert Example response Response body fields Update document Introduced 1.0 If...
  • Update document

    Update document Example Script example Path and HTTP methods URL parameters Request body Upsert Example response Response body fields Update document Introduced 1.0 If...
  • Update document

    Update document Example Script example Path and HTTP methods URL parameters Request body Upsert Response Response body fields Update document Introduced 1.0 If you nee...
  • Update document

    Update document Example Script example Path and HTTP methods URL parameters Request body Upsert Response Response body fields Update document Introduced 1.0 If you nee...
  • Update document

    Update document Example Script example Path and HTTP methods URL parameters Request body Upsert Response Response body fields Update document Introduced 1.0 If you ne...
  • 权限管理

    权限(管理端) 简介 用户管理 权限管理 角色管理 使用示例 部门用户管理 项目用户管理 权限(管理端) 简介 Wayne 使用 RBAC(role-based access control)模式进行权限验证。用户角色分别分为管理员用户和普通用户。 管理员: 管理员拥有系统所有权限,初始管理员账号为 admin:admin,可以...
  • 集合

    948 2018-03-24 《Ruby 风格指南》
    集合 对于数组与哈希,倾向使用字面量语法来构建实例(除非你需要给构造器传递参数)。[link ] # 差 arr = Array . new hash = Hash . new # 好 arr = [] hash = {} 当创建一组元素为单词(没有空格或特殊字符)的数组时,倾向使用 %w...