书栈网 · BookStack 本次搜索耗时 0.043 秒,为您找到 1597 个相关结果.
  • Configure Authentication

    Configure Authentication Objective Prerequisites Overview Authentication Configuration Identity Providers LDAP Authentication Configure Authentication Objective This gu...
  • Control Flow Verification Tool Design Document

    651 2020-03-21 《LLVM 10 User Guides》
    Control Flow Verification Tool Design Document Objective Location Background Design Ideas Other Design Notes Control Flow Verification Tool Design Document Objective Thi...
  • 添加对 Pod 库的依赖

    添加对 Pod 库的依赖 From the CocoaPods repository On a locally stored library From a custom Git repository From a custom Podspec repository With custom cinterop options 使用 @import 指令支...
  • ELCE 2011 Technical Showcase

    ELCE 2011 Technical Showcase Contents Embedded Linux Conference Europe 2011 Technical Showcase Details Objective Criteria Coordinator What will be prepared by the Linux Foun...
  • Kotlin 1.4.0

    Kotlin 1.4.0 的新特性 语言特性与改进 Kotlin 接口的 SAM 转换 面向库作者的显式 API 模式 混用具名与位置参数 拖尾的逗号 可调用引用改进 对具有默认参数值的函数的引用 返回 Unit 的函数的函数引用 根据函数的参数数量进行调整的引用 可调用引用的挂起转换 在循环中的 when 内部使用 break 与 con...
  • 概览

    开始 欢迎进入 gRPC 的开发文档,gRPC 一开始由 google 开发,是一款语言中立、平台中立、开源的远程过程调用(RPC)系统。本文档通过快速概述和一个简单的 Hello World 例子来向您介绍 gRPC 。你可以在本站发现更详细的教程和参考文档——文档将会越来越丰富。 快速开始 为了直观地着手运行 gRPC,可以从你所选择的语言对应...
  • nil 检查

    nil 检查 Tip nil 检查只用在逻辑流程中。 使用 nil 的检查来检查应用程序的逻辑流程,而不是避免崩溃。Objective-C 运行时会处理向 nil 对象发送消息的情况。如果方法没有返回值,就没关系。如果有返回值,可能由于运行时架构、返回值类型以及 OS X 版本的不同而不同,参见 Apple’s documentation...
  • 关于中文翻译

    关于中文翻译 GitBook 排版 关于中文翻译 译者 林翔宇 http://linxiangyu.org linxiangyu@nupter.org http://github.com/oa414 庞博 bopang@sohu -inc.com https://github.com/heistings Kevin.Xia...
  • 发布 macOS 应用

    macOS 构建指引 主要内容 相关阅读 macOS 构建指引 Cocos Creator 支持发布 macOS 桌面应用程序,但至少需要一台支持 macOS 的设备以及苹果开发者账号。 主要内容 macOS 构建示例 macOS 构建选项介绍 基于反射机制实现 JavaScript 与 iOS/macOS 系统原生通信 使用 JsbB...
  • Structuring Your Project

    Structuring Your Project Structuring Your Project By “structure” we mean the decisions you make concerninghow your project best meets its objective. We need to consider how to...