Kotlin 1.9.10 官方文档 中文版
语言的结构与联合类型——教程 映射来自 C 语言的函数指针——教程 映射来自 C 语言的字符串——教程 创建使用 C 语言互操作与 libcurl 的应用——教程 与 Objective-C 互操作性 与 Swift/Objective-C 互操作性 Kotlin/Native 开发 Apple framework——教程 CocoaPods 集成 CocoaPods 概述 添加对 Pod 库的依赖 C/C++ 项目的静态库或动态库以及 C 语言头文件 用于Swift 与 Objective-C 项目的 Apple 框架 支持直接在 Kotlin/Native 中使用以下现有库的互操作: 静态或动态 C 语言库 C 语言、 Swift 以及 Objective-C 框架 将编译后的 Kotlin 代码包含进用 C、 C++、 Swift、 Objective-C 以及其他语言 编写的现有项目中会很容易。 编写的现有项目中会很容易。 直接在 Kotlin/Native 中使用现有原生代码、 静 态或动态 C 语言库、 Swift/Objective-C 框架、 图形引擎以及任何其他原生内 容也很容易。 Kotlin/Native 库有助于在多个项目之间共享 Kotlin 代码。 POSIX、 gzip、 OpenGL、 Metal、 Foundation 以及许多其他流行库与 Apple 框架都已预先导入0 码力 | 3753 页 | 29.69 MB | 1 年前3
Pro Git 2nd Edition 2.1.413prompted the Linux development community (and in particular Linus Torvalds, the creator of Linux) to develop their own tool based on some of the lessons they learned while using BitKeeper. Some of the goals mastering this feature gives you a powerful and unique tool and can entirely change the way that you develop. Branches in a Nutshell To really understand the way Git does branching, we need to take a step possibly only code that has been or will be released. They have another parallel branch named develop or next that they work from or use to test stability — it isn’t necessarily always stable, but whenever0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 prompted the Linux development community (and in particular Linus Torvalds, the creator of Linux) to develop their own tool based on some of the lessons they learned while using BitKeeper. Some of the goals mastering this feature gives you a powerful and unique tool and can entirely change the way that you develop. Branches in a Nutshell To really understand the way Git does branching, we need to take a step — possibly only code that has been or will be released. They have another parallel branch named develop or next that they work from or use to test stability — it isn’t necessarily always stable, but whenever0 码力 | 691 页 | 13.35 MB | 1 年前3
Computer Programming with the Nim Programming Language
the official homepage at https://nim-lang.org/ An alternative Nim implementation, which may later develop into another language, is available at https://github.com/nim-works/nimskull. The source code perhaps C++ with Qt and the Java/Kotlin/Android bundle, and of course the commercial languages Swift and C#. Some people just prefer languages with full OOP support and true classes. While Nim does try instead to solve the task without a template, as an exercise with medium difficulty. We will develop recursive and iterative solutions, and finally compare them to solutions from Rosetta-Code. We0 码力 | 865 页 | 7.45 MB | 1 年前3
Computer Programming with the Nim Programming Language
the official homepage at https://nim-lang.org/ An alternative Nim implementation, which may later develop into another language, is available at https://github.com/nim-works/nimskull. The source code perhaps C++ with Qt and the Java/Kotlin/Android bundle, and of course the commercial languages Swift and C#. Some people just prefer languages with full OOP support and true classes. While Nim does try instead to solve the task without a template, as an exercise with medium difficulty. We will develop recursive and iterative solutions, and finally compare them to solutions from Rosetta-Code. We0 码力 | 784 页 | 2.13 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66并入其他分支中。 许多使用 Git 的开发者都喜欢使用这种方式来工作,比如只在 master 分支上 保留完全稳定的代码——有可能仅仅是已经发布或即将发布的代码。 他们还 有一些名为 develop 或者 next 的平行分支,被用来做后续开发或者测试稳定 性——这些分支不必保持绝对稳定,但是一旦达到稳定状态,它们就可以被合 并入 master 分支了。 这样,在确保这些已完成的主题分支(短期分支,比如 master 和 develop,master 分支只会在一个非 常稳定的版本发布时才会更新,而所有的新代码会首先整合进入 develop 分 支。 你定期将这两个分支推送到公共版本库中。 每次需要合并新的主题分支 时(合并主题分支前。),你都应该合并进入 develop 分支(合并主题分支 后。);当打标签发布的时候,你会将 master 分支快进到已经稳定的 develop 分支(一次发布之后。)。 这样当人们克隆你项目的版本库后,既可以检出 master 分支以构建最新的稳 定版本并保持更新, 也可以检出包含更多前沿内容 develop 分支。 你也可以 扩展这个概念,维护一个将所有工作合并到一起的整合分支。 当该分支的代 码稳定并通过测试之后,将其合并进入 develop 分支; 经过一段时间,确认 其稳定之后,将其以快进的形式并入 master 分支。 大项目合并工作流 Git 项目0 码力 | 670 页 | 13.59 MB | 1 年前3
Blender NIF Plugin Documentation
Release 2.6.0a0.dev4Naming Conventions Development Overview This section outlines various priciples which govern how we develop the Blender Nif Plugin and why. Development Methodology A development methodology describes the principles we want as part of the development process. For the 2.6.x series of development we decided to develop a Feature Oriented, Test Driven Development (TDD) methodology to suit both current and future needs haven’t broken any other existing functionality. The focus of our TDD methodology is 3 main areas: Develop maintainable code - Ensure good foundation for stable development & improvement. Constant feedback0 码力 | 112 页 | 107.36 KB | 1 年前3
Blender NIF Plugin
Release 2.6.0a0.dev4Conventions Development Overview This section outlines various principles which govern how we develop the Blender Nif Plugin and why. Development Methodology A development methodology describes the we want as part of the development process. For the 2.6.x series of development, we decided to develop a Feature-Oriented, Test Driven Development (TDD) methodology to suit both current and future needs haven’t broken any other existing functionality. The focus of our TDD methodology is 3 main areas: Develop maintainable code - Ensure good foundation for stable development & improvement. Constant feedback0 码力 | 113 页 | 102.69 KB | 1 年前3
httpd 2.4.28 中文文档properly, this feature can reduce considerably the security risks involved with allowing users to develop and run private CGI or SSI programs. However, if suEXEC is improperly configured, it can cause any c++, common lisp, dart, erlang, haskell, java, nodejs, php, python, perl, ruby, rust, scala and swift. Several of the non-browser client implementations support HTTP/2 over cleartext, h2c. The most versatile Developer Developing modules for the Apache HTTP Server 2.4 This document explains how you can develop modules for the Apache HTTP Server 2.4 Support Apache! See also Request Processing in Apache 20 码力 | 2659 页 | 3.10 MB | 1 年前3
httpd 2.4.33 中文文档properly, this feature can reduce considerably the security risks involved with allowing users to develop and run private CGI or SSI programs. However, if suEXEC is improperly configured, it can cause any c++, common lisp, dart, erlang, haskell, java, nodejs, php, python, perl, ruby, rust, scala and swift. Several of the non-browser client implementations support HTTP/2 over cleartext, h2c. The most versatile Developer Developing modules for the Apache HTTP Server 2.4 This document explains how you can develop modules for the Apache HTTP Server 2.4 Support Apache! See also Request Processing in Apache 20 码力 | 2692 页 | 3.12 MB | 1 年前3
共 286 条
- 1
- 2
- 3
- 4
- 5
- 6
- 29













