书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 4134 个相关结果.
  • Intro to Test Driven Development

    Intro to Test Driven Swift Introduction Problem Swift Optimization Assert Function Assert AssertionFailure Precondition PreconditionFailure FatalError Source Code Referenc...
  • Cocoa 代码指南

    Introduction to Coding Guidelines for Cocoa Cocoa代码规范指南介绍 Organization of This Document 文档结构 Introduction to Coding Guidelines for Cocoa Cocoa代码规范指南介绍 Developing a Cocoa f...
  • 在 MacOS 平台上编译

    在 MacOS 平台上编译 环境要求 编译步骤 第三方库 启动 常见问题 在 MacOS 平台上编译 本文介绍如何在 macOS 平台上编译源码。 环境要求 macOS 12 (Monterey) 及以上(Intel和Apple Silicon均支持 ) Homebrew 编译步骤 使用Homebrew 安装依赖 brew i...
  • Using Testcontainers on Rancher Desktop

    Using Testcontainers on Rancher Desktop Prerequisites QEMU VZ Using Testcontainers on Rancher Desktop Rancher Desktop can be used with Testcontainers to execute ephemeral te...
  • How to Translate Messages using the ICU MessageFormat

    How to Translate Messages using the ICU MessageFormat How to Translate Messages using the ICU MessageFormat Using the ICU Message Format Message Placeholders Selecting Different...
  • 打包和发布为 iOS 应用

    打包和发布到 iOS 平台 预先准备 在 App Store Connect 上注册你的 App 登记套装 ID 在 App Store Connect 创建一个应用记录 检查 Xcode 项目设置 更新应用版本号 添加应用图标 创建一个构建归档(build archive) 发布你的 app 到 TestFlight 发布你的 app 到...
  • 验证码

    EasySwoole 验证码组件 composer 安装 示例: EasySwoole 验证码组件 仓库地址: 验证码组件 EasySwoole提供了独立的 验证码组件 ,几行代码即可实现输出一个验证码 composer 安装 composer require easyswoole / verifycode 示例:...
  • Install and Set Up kubectl on macOS

    Install and Set Up kubectl on macOS Before you begin Install kubectl on macOS Install kubectl binary with curl on macOS Note: Note: Note: Install with Homebrew on macOS Insta...
  • HTML 前端开发编码规范

    1543 2018-05-17 《O2前端规范文档》
    前端开发编码规范 HTML规范 代码规范 DOCTYPE 声明 团队约定 更多关于 DOCTYPE声明 页面语言LANG 团队约定 已废弃不推荐使用的 Languages Tags 更多关于 Languages Tags : CHARSET 团队约定 更多关于 元素及标签闭合 团队约定 书写风格 HTML代码大小写 类型属性 元素...
  • RANDOMKEY

    RANDOMKEY 返回值 代码示例 RANDOMKEY 可用版本: >= 1.0.0 时间复杂度: O(1) 从当前数据库中随机返回(不删除)一个 key 。 返回值 当数据库不为空时,返回一个 key 。当数据库为空时,返回 nil 。 代码示例 # 数据库不为空   redis > MSET fruit ...