- Mastering High Performance with Kotlin
- Igor Kucherenko
- 166字
- 2021-06-25 20:55:20
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "To override finalize(), all you need to do is simply declare it without using the override keyword (and it can't be private)."
A block of code is set as follows:
class C {
protected fun finalize() {
// finalization logic
}
}
Any command-line input or output is written as follows:
computation
CacheThread 8
NetworkThread 8
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "The IntelliJ IDEA has a special function for this. Go to the CalculatorMachine class and open the Generate pane."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Learn TypeScript 3 by Building Web Applications
- 高效微控制器C語言編程
- Vue.js快跑:構建觸手可及的高性能Web應用
- Java深入解析:透析Java本質的36個話題
- Java Web開發技術教程
- QGIS:Becoming a GIS Power User
- JavaScript:Moving to ES2015
- Linux命令行與shell腳本編程大全(第4版)
- Learning Python Design Patterns
- Kotlin從基礎到實戰
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- 寫給程序員的Python教程
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Learning Splunk Web Framework
- Julia數據科學應用