书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1322 个相关结果.
  • 为 macOS 导出

    为 macOS 导出 需求 代码签名与公证 如果你有 Apple 开发者 ID 证书 如果你没有 Apple 开发者 ID 证书 签名选项 公证选项 授权 强化运行时授权 App 沙盒授权 为 macOS 导出 参见 这个页面描述的是如何将 Godot 项目导出到 macOS。如果你想要找的是从源码编译编辑器或导出模板二进制文件,请...
  • EditorExportPlugin

    EditorExportPlugin Description Tutorials Methods Method Descriptions User-contributed notes EditorExportPlugin Inherits: RefCounted < Object A script that is executed ...
  • Running Godot apps on macOS

    Running Godot apps on macOS App is signed, notarized and distributed via App Store App is signed, notarized and distributed outside App Store App is signed (including ad-hoc sign...
  • Sequence and IteratorProtocol

    Sequence and IteratorProtocol Introduction Problem Take For Granted Behind the Scene Custom Type Sequence Protocol IteratorProtocol Testing Magic Source Code Resources Re...
  • 自定义字段映射类型

    ColumnCodable 文件与代码模版 文件模版 代码模版 在模型绑定一章中,已经介绍了模型绑定及其内建支持的类型。对于不支持的类,则无法进行字段映射。 class MyClass { var variable1 : String = "" var variable2 : String ...
  • 安装与兼容性

    基本要求 通过 Cocoapods 安装 安装 Cocoapods 工具 更新本地的 Cocoapods 缓存 添加 Podfile 配置 引入 WCDBSwift 通过 Carthage 安装 安装 Carthage 工具 添加 cartfile 配置 编译生成动态库 链入动态库 引入 WCDBSwift 通过源码安装 获取 WCD...
  • conan.tools.intel

    conan.tools.intel IntelCC Custom configurations Reference conf conan.tools.intel IntelCC This tool helps you to manage the new Intel oneAPI DPC++/C++ and Classic ecosyste...
  • 6.3 列表生成式

    列表生成式 小结 列表生成式 列表生成式即List Comprehensions,是Python内置的非常简单却强大的可以用来创建list的生成式。 举个例子,要生成list [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] 可以用range(1, 11) : >>> range ( 1 , 11 ) [ 1 , 2...
  • CMake 各个版本添加的新特性

    CMake 各个版本添加的新特性 CMake 3.0 :接口库 CMake 3.1 :支持 C++11 和编译特性 CMake 3.2 :UTF8 CMake 3.3 :if 中添加 IN_LIST CMake 3.4 :Swift & CCache CMake 3.5 :ARM CMake 3.6 :Clang-Tidy CMake 3.7 ...
  • 工具:Sublime插件

    1415 2020-06-15 《APICloud 开发文档》
    工具:Sublime插件 概述 Sublime APICloud 插件的安装和使用说明 当前支持环境 首先安装 Package Control 安装真机同步插件 安装 APICloud 代码提示插件 创建新应用 创建APICloud文件 压缩 Widget 包,用于代码上传 官方 Loader 真机同步 Android设备真机同步 iOS...