书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 1322 个相关结果.
  • 测试基础

    测试基础 定义测试范围 应用程序测试和库测试 XCTest—Xcode测试框架 测试从哪里入手 本章由CocoaChina翻译小组成员dada翻译 github地址 测试基础 测试是指检验你的应用程序代码和库代码能否成功运行的过程,用于衡量预期结果。通过执行一些操作,测试可在执行一些操作后检查一个对象的实例变量的状态,以确定你的代码在受到...
  • 版本兼容性

    版本兼容性 版本兼容性 本书描述的是在 Xcode 13 中默认包含的 Swift 5.5 版本。你可以使用 Xcode 13 来构建 Swift 5.5、Swift 4.2 或 Swift 4 写的项目。 使用 Xcode 13 构建 Swift 4 和 Swift 4.2 代码时,Swift 5.5 的大多数功能都适用。但以下功能仅支持 Swif...
  • Compiler

    536 2020-12-10 《Build your own Lisp》
    Compiler Testing the Compiler Compiler The compiler is a program that transforms the C source code into a program your computer can run. The installation process for these is...
  • 安装Git

    1119 2022-09-23 《Git速查手册》
    前言 在Windows上安装 在Mac上安装 在Linux上安装 配置 前言 git 是全版本的软件,下载安装时请选择对应的系统即可 在Windows上安装 前往官网下载对应客户端:https://git-scm.com/downloadsopen in new window 下载完成后默认安装即可,(默认会将git添加到系统环境变量) ...
  • 插件开发:实现IOS端API

    2304 2018-12-05 《Flutter 实战》
    插件开发:iOS端API实现 使用Swift实现iOS API 插件开发:iOS端API实现 本节我们接着之前”获取电池电量”插件的示例,来完成iOS端API的实现。以下步骤使用Objective-C,如果您更喜欢Swift,可以直接跳到后面Swift部分。 首先打开Xcode中Flutter应用程序的iOS部分: 启动 Xcode 选择 F...
  • 安装Git

    安装Git 在Linux上安装Git 在Mac OS X上安装Git 在Windows上安装Git 读后有收获可以支付宝请作者喝咖啡: 安装Git 最早Git是在Linux上开发的,很长一段时间内,Git也只能在Linux和Unix系统上跑。不过,慢慢地有人把它移植到了Windows上。现在,Git可以在Linux、Unix、Mac和Wind...
  • Integrations

    Integrations Integrations Conan provides seamless integration with several platforms, build systems, and IDEs. Conan brings off-the-shelf support for some of the most important ...
  • Debugging on macOS

    Debugging on macOS Requirements Attaching to and Debugging Electron Setting Breakpoints Further Reading Debugging on macOS If you experience crashes or issues in Electron th...
  • 开发与调试

    开发与调试 准备代码编辑器 构建 Bridge 在本地运行 Kraken 调试 Kraken 调试 Dart 代码 调试 Bridge 代码 开发与调试 准备代码编辑器 Kraken 的开发环境是一个 Flutter 应用的开发环境,如果你熟悉 Flutter 应用开发,那么快速上手 Kraken 的源码开发环境将不是一件难事。 K...
  • Installing Python 3 on Mac OS X

    Installing Python 3 on Mac OS X Doing it Right Pip Working with Python 3 Pipenv & Virtual Environments Installing Python 3 on Mac OS X Mac OS X comes with Python 2.7 out of...