Kotlin 1.9.10 官方文档 中文版
iOS、 tvOS、 watchOS Linux Windows(MinGW) Android NDK 如需编译苹果目标平台 macOS、 iOS、 tvOS 以及 watchOS,需要安装 Xcode 及其命令行工具。 参见所支持目标的完整列表。 互操作 Kotlin/Native 支持与不同操作系统的原生编程语言的双向互操作。 编译器可创 建: 用于多个平台的可执行文件 用于 C/C++ documentation. The Kotlin Multiplatform plugin still doesn't support the Gradle configuration cache with Xcode integration tasks or the Kotlin CocoaPods Gradle plugin. We expect to add this feature in future in Kotlin/Native Performance improvements for the garbage collector in Kotlin/Native Support for Xcode 15 in Kotlin/Native New and renamed targets in Kotlin/Wasm Support for the WASI API in the standard0 码力 | 3753 页 | 29.69 MB | 1 年前3
Kotlin 官方文档中文版 v1.9iOS、 tvOS、 watchOS Linux Windows(MinGW) Android NDK 如需编译苹果目标平台 macOS、 iOS、 tvOS 以及 watchOS,需要安装 Xcode 及其命令行 工具。 参见所支持目标的完整列表。 互操作 Kotlin/Native 支持与不同操作系统的原生编程语言的双向互操作。 编译器可创建: 用于多个平台的可执行文件 用于 C/C++ 0 65 The Kotlin Multiplatform plugin still doesn't support the Gradle configuration cache with Xcode integration tasks or the Kotlin CocoaPods Gradle plugin. We expect to add this feature in future in Kotlin/Native Performance improvements for the garbage collector in Kotlin/Native Support for Xcode 15 in Kotlin/Native New and renamed targets in Kotlin/Wasm Support for the WASI API in the standard0 码力 | 2049 页 | 45.06 MB | 1 年前3
2019-2021 美团技术年货 前端篇美 团 和 大 众 点 评 的 全 源 码 编 译 流 程 为 实 验 对 象 的 前 提 下,co- coapods-hmap-prebuilt 插件能将总链路提升 45% 以上的速度,在 Xcode 打包 环节上能提升 50% 以上的速度,是不是有点动心了? 为了更好的理解这个插件的价值和功能,我们不妨先看一下当前的工程中存在的 问题。 为什么现有的项目不够好? 目前,美团内的 App Public、Private、Project 到底代表着什么意思,好像很多同学从来没 怎么关注过,以及为什么它会影响 hmap 里的内容? Public,Private,Project 是个啥? 在 Apple 官方的 Xcode Help - What are build phases? 文档中,我们可以看到如 下的一段解释: Associates public, private, or project header 不会放在最终的产物中。 如果你继续翻阅一些资料,例如 StackOverflow - Xcode: Copy Headers: Public vs. Private vs. Project? 和 StackOverflow - Understanding Xcode’s Copy Headers phase,你会发现在早期 Xcode Help 的 Project Editor 章节里,有一段 名为 Setting0 码力 | 738 页 | 50.29 MB | 1 年前3
跨平台桌⾯应⽤框架:Electron举例: Win IDE: Visual Studio + 语⾔: C# + 框架: WinForm / WPF 截图 Electron简介 6 Mac IDE: XCode + 语⾔: Objective-C / Swift + 框架: Cocoa 截图 额外特性 ⾃动更新 ⽀持平台 不⽀持 Linux ⽀持 Mac 和 Win 都是基于Squirrel去实现的 Digital Arts [译] 零基础 macOS 应⽤开发(⼀) - 个⼈⽂章 - SegmentFault 思否 Mac开发——基础篇(swift桌⾯App)swift刘成利的博客-CSDN博客 Xcode - Apple Developer macOS - Apple Developer Electron 和当下其他的桌⾯开发⽅法相⽐如何? - 知乎 打造你的第⼀个 Electron 应⽤ |0 码力 | 123 页 | 21.81 MB | 1 年前3
CollectionKit Workshop - Luke内部构造与设计思路路 Requirements • Workshop Project 下载链接:https://github.com/lkzhao/ CollectionKitWorkshop • Xcode 9.4.1 • UICollectionView的⼀一些概念 • ⽆无需Auto Layout,Storyboard • ⼀一点点⼏几何数学(计算⼤大⼩小,位置) CollectionKit0 码力 | 50 页 | 21.43 MB | 1 年前3
Swift 迁移之路 - 唐巧Objective-C ! 混编进展 • 优势: • ⾯面向协议编程, Lazy Load, type infer, guard ⋯⋯ • 问题: • Swift 升级 • IDE 补全慢/挂掉,Xcode ⽆无故⽩白屏,Internal Error,系 统的⽅方法补全⽆无故失败 • 混编的编译速度奇慢(最慢出现过打包⼀一次 40 分钟的情 况) 调整 • 升级打包机和开发机 • 当前项⽬目代码量量:0 码力 | 43 页 | 1.37 MB | 1 年前3
从 Swift 到机器学习
- 王巍Apple 以 2 亿美元收购 • 2017, 开源, ⽀支持 Metal 和 macOS GPU 加速 • 2018, 部分集成⼊入 Apple Developer Toolkit (Xcode) • 未来, 更更多的学习任务… 基于学习任务的 “傻⽠瓜式” 机器器学习框架 ⼏几个问题 VisionFeaturePrint 集成在 iOS 12 和 macOS 10.14 中0 码力 | 64 页 | 4.32 MB | 1 年前3
Swift for TensorFlow - 莲叔• Still in early stage, active developing • Combine usability & performance • Work nicely with Xcode Playground, support macOS & Ubuntu currently Playground “Script Language Feeling” is very important0 码力 | 56 页 | 3.03 MB | 1 年前3
Greenplum 编译安装和调试3 使用 IDE 调试 常用的调试器gdb/lldb虽然简单易用、功能也很强大,但是不直观。很多集成开发环境(IDE)提 供了非常直观、强大、易用的调试环境,包括 clion、eclipse、xcode 等。IDE 对于学习 Greenplum 代码也非常有帮助,可以大大提高效率。 下面简单介绍如何使用 clion 图形化用户界面调试 Greenplum 代码。(Eclipse、VisualCode具有0 码力 | 15 页 | 2.07 MB | 1 年前3
Go 入门指南(The way to Go)处理器上的移植进度:https://codedr-go- ppc.googlecode.com/hg/。 注意事项 在 Mac 系统下使用到的 C 工具链是 Xcode 的一部分,因此你需要通过安装 Xcode 来完成这些工具的安 装。你并不需要安装完整的 Xcode,而只需要安装它的命令行工具部分。 你可以在 下载页面 页面下载到 Mac 系统下的一键安装包或源代码自行编译。 通过源代码编译安装的过程与环境变量的配置与在 这样的版本控制工具。 26. 集成 Google App Engine 开发及调试的功能。 3.2 编辑器和集成开发环境 这些编辑器包含了代码高亮和其它与 Go 有关的一些使用工具:Emacs、Vim、Xcode 6、KD Kate、 TextWrangler、BBEdit、McEdit、TextMate、TextPad、JEdit、SciTE、Nano、Notepad++、 Geany、SlickEdit、IntelliJ0 码力 | 380 页 | 2.97 MB | 1 年前3
共 78 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













