书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 1641 个相关结果.
  • 12-部署docker-registry

    部署私有 docker registry 部署 ceph RGW 节点 创建测试账号 demo 创建 demo 账号的子账号 swift 创建 demo:swift 子账号的 sercret key 创建 docker registry 向 registry push image 私有 registry 的运维操作 查询私有镜像中的 images...
  • Pool Placement and Storage Classes

    398 2020-12-05 《Ceph v15.2 Document》
    Pool Placement and Storage Classes Placement Targets Storage Classes Zonegroup/Zone Configuration Adding a Placement Target Adding a Storage Class Customizing Placement Defaul...
  • Welcome

    1451 2020-12-05 《Ceph v15.2 Document》
    Welcome to Ceph Welcome to Ceph Ceph uniquely delivers object, block, and file storage in one unified system . Ceph Object Store RESTful Interface S3- and Swift-compliant API...
  • 苹果官方Blog官方翻译

    苹果官方Blog官方翻译 链接 苹果官方Blog官方翻译 链接 Access Control 权限控制的黑与白 造个类型不是梦-白话Swift类型创建 WWDC里面的那个“大炮打气球” Swift与C语言指针友好合作 引用类型和值类型的恩怨 访问控制和Protected 可选类型完美解决占位问题
  • Keys

    Keys Get keys Example Response: 200 Ok Keys Each instance of MeiliSearch has three keys: a master, a private, and a public. Each key has a given set of permissions on the AP...
  • 基础部分

    基础部分 常量和变量 声明常量和变量 类型注解 常量和变量的命名 输出常量和变量 注释 分号 整数 整数范围 Int UInt 浮点数 类型安全和类型推断 数值型字面量 数值型类型转换 整数转换 整数和浮点数转换 类型别名 布尔值 元组 可选类型 nil if 语句以及强制解析 可选绑定 隐式解析可选类型 错...
  • Result Type

    Error Handling with Enum Result Type Introduction Problem HTTPS Request Design Error Design Result Type Design Function and Return Error Handle Error Source Code Conclusion...
  • 9. iOS接入

    iOS Swift 引入pod 使用方式 事件 请求处理 校验注意事项 二次校验传参 iOS OC 引入pod 使用方式 事件 请求处理 校验注意事项 二次校验传参 iOS Swift 引入pod pod 'CryptoSwift' , '~> 1.0' pod 'Alamofire' , '~>4.7....
  • 登入登出

    通用注册登录 注册 通过邮箱注册 通过用户名注册 登录 通过邮箱登录 通过用户名登录 匿名登录 其他方式登录 手机号 + 短信验证码登录 微信登录 关联微信账号 同步第三方平台用户信息 登出 多平台用户统一登录 通用注册登录 Auth 模块集合了用户注册登录相关操作。 注册 注册成功后会自动登录。 登录成...
  • The Enum Basics

    The Enum Basics Problem Types of Enumeration Basic Enumerations Raw Value Raw Value: String Raw Value: Int Initialization from Raw Value Associated Value Example from Doc V...