Kotlin Language Documentation 1.9.20
Migrating to Kotlin 1.4.0 What's new in Kotlin 1.3 Coroutines release Kotlin/Native Multiplatform projects Contracts Capturing when subject in a variable @JvmStatic and @JvmField in companions of interfaces @JvmDefault Standard library Tooling What's new in Kotlin 1.2 Table of contents Multiplatform projects (experimental) 283 285 287 287 289 292 293 299 299 300 300 300 301 301 301 302 Futures, promises, and others Reactive extensions Coroutines Coroutines How to start Sample projects Annotations Usage Constructors Instantiation Lambdas Annotation use-site targets Java annotations0 码力 | 1299 页 | 32.44 MB | 1 年前3Kotlin 1.9.10 官方文档 中文版
Kotlin/Wasm is a new compilation target for Kotlin. You can use it in your Kotlin Multiplatform projects. With Kotlin/Wasm, you can create applications that run on different environments and devices supporting management, validation, routing, and more out of the box, and integrates with Kotlin Multiplatform projects. Visit fritz2 site for documentation, tutorials, and examples. For updates and discussions about for the JVM is now in Beta. There's now also basic support for Kotlin/Native and multiplatform projects. kapt 编译器插件与 K2 编译器的兼容性 You can use the kapt plugin in your project along with the K2 compiler0 码力 | 3753 页 | 29.69 MB | 1 年前3Rust 程序设计语言简体中文版
项目来说,我们建议你在 home 目录中创建 projects 目录,并将你的所有项目存放在这里。 打开终端并输入如下命令创建 projects 目录,并在 projects 目录中为 “Hello, world!” 项目创建 一个目录。 对于 Linux、macOS 和 Windows PowerShell,输入: $ mkdir ~/projects $ cd ~/projects $ mkdir hello_world hello_world $ cd hello_world 对于 Windows CMD,输入: > mkdir "%USERPROFILE%\projects" > cd /d "%USERPROFILE%\projects" > mkdir hello_world > cd hello_world 编写并运行 Rust 程序 接下来,新建一个源文件,命名为 main.rs。Rust 源文件总是以 fn main() { println!("Hello, world!"); } 示例 1-1: 一个打印 Hello, world! 的程序 保存文件,并回到当前目录为“ /projects/hello_world”的终端窗口。在 Linux 或 macOS 上, 输入如下命令,编译并运行文件: $ rustc main.rs $ ./main Hello, world! 在0 码力 | 600 页 | 12.99 MB | 1 年前3Kotlin 官方文档中文版 v1.9
Kotlin/Wasm is a new compilation target for Kotlin. You can use it in your Kotlin Multiplatform projects. With Kotlin/Wasm, you can create applications that run on different environments and devices supporting management, validation, routing, and more out of the box, and integrates with Kotlin Multiplatform projects. Visit fritz2 site for documentation, tutorials, and examples. For updates and discussions about for the JVM is now in Beta. There's now also basic support for Kotlin/Native and multiplatform projects. kapt 编译器插件与 K2 编译器的兼容性 You can use the kapt plugin in your project along with the K2 compiler0 码力 | 2049 页 | 45.06 MB | 1 年前3Rust 程序设计语言 简体中文版 1.85.0
项目来说,我们建议你在 home 目录中创建 projects 目录,并将你的所有项目存放在这里。 打开终端并输入如下命令创建 projects 目录,并在 projects 目录中为 “Hello, world!” 项目创建 一个目录。 对于 Linux、macOS 和 Windows PowerShell,输入: $ mkdir ~/projects $ cd ~/projects $ mkdir hello_world hello_world $ cd hello_world 对于 Windows CMD,输入: > mkdir "%USERPROFILE%\projects" > cd /d "%USERPROFILE%\projects" > mkdir hello_world > cd hello_world 编写并运行 Rust 程序 接下来,新建一个源文件,命名为 main.rs。Rust 源文件总是以 rs 文件,输入示例 1-1 中的代码。 文件名:main.rs fn main() { println!("Hello, world!"); } 保存文件,并回到当前目录为 /projects/hello_world 的终端窗口。在 Linux 或 macOS 上,输 入如下命令,编译并运行文件: 15/562Rust 程序设计语言 简体中文版 $ rustc main.rs $0 码力 | 562 页 | 3.23 MB | 10 天前3The Rust Programming Language,2nd Edition
where your code lives, but for this book, we’d suggest making a projects directory in your home directory and keeping all your projects there. Open a terminal and enter the following commands to make a project: Linux and Mac: $ mkdir ~/projects $ cd ~/projects $ mkdir hello_world $ cd hello_world Windows: > mkdir %USERPROFILE%\projects > cd %USERPROFILE%\projects > mkdir hello_world 15 > cd hello_world manage all of the options your project has and make it easy to share your code with other people and projects. Next, we’ll introduce you to a tool called Cargo, which will help you write real-world Rust programs0 码力 | 617 页 | 1.54 MB | 1 年前3ThinkJS 2.1 Documentation
other framworks around the world, and makes develop Node.js projects faster and efficient than ever before. Using ES6/7 features to build projects is very efficent, that must be the trend. The lastest version ThinkJS, you can apply single module mode, general mode or mutiple modules mode, and to develop projects with it’s complexity range from very low to very high. By default, there are three kinds of project different environment to support different requests. You can also custom and extend them in your projects. ThinkJS supports MySQL , MongoDB and SQLite . It encapsulates many APIs of the database operations0 码力 | 148 页 | 1.69 MB | 1 年前3Kotlin Language Documentation 1.3
Specific Operations Multiplatform Programming Platform-Specific Declarations Building Multiplatform Projects with Gradle Other Destructuring Declarations Type Checks and Casts: 'is' and 'as' This Expression through the process of creating a real Android application in Kotlin. Check out Google's sample projects written in Kotlin. — — — — 10 Kotlin provides the ability to target JavaScript. It does so platforms a static library or dynamic library with C headers for C/C++ projects an Apple framework for Swift and Objective-C projects On the other hand, Kotlin/Native supports interoperability to use existing0 码力 | 597 页 | 3.61 MB | 1 年前3ThinkJS 2.2 Documentation
other framworks around the world, and makes develop Node.js projects faster and efficient than ever before. Using ES6/7 features to build projects is very efficent, that must be the trend. The lastest version ThinkJS, you can apply single module mode, general mode or mutiple modules mode, and to develop projects with it’s complexity range from very low to very high. By default, there are three kinds of project different environment to support different requests. You can also custom and extend them in your projects. ThinkJS supports MySQL , MongoDB and SQLite . It encapsulates many APIs of the database operations0 码力 | 156 页 | 2.62 MB | 1 年前3Kotlin 1.2 Language Documentation
Inline Functions Multiplatform Programming Platform-Specific Declarations Building Multiplatform Projects with Gradle Other Destructuring Declarations Collections: List, Set, Map Ranges Type Checks through the process of creating a real Android application in Kotlin. Check out Google's sample projects written in Kotlin. Using Kotlin for Android Development — — — — — — Kotlin for Android Case platforms a static library or dynamic library with C headers for C/C++ projects an Apple framework for Swift and Objective-C projects On the other hand, Kotlin/Native supports interoperability to use existing0 码力 | 333 页 | 2.22 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100