- Exploring SE for Android
- William Confer William Roberts
- 159字
- 2021-07-23 20:37:33
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and explanations of their meanings.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Now let's attempt to execute the hello.txt
file and see what happens."
A block of code is set as follows:
case INTERFACE_TRANSACTION: { reply.writeString(DESCRIPTOR); return true; }
Any command-line input or output is written as follows:
$ su testuser Password: testuser@ubuntu:/home/bookuser$
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Exit the configuration menus by selecting Exit until you are asked to save your new configuration."
- scikit-learn Cookbook
- 程序員面試筆試寶典(第3版)
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Java入門很輕松(微課超值版)
- Developing Middleware in Java EE 8
- Reactive Programming with Swift
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Python 3網絡爬蟲實戰
- 游戲程序設計教程
- The Data Visualization Workshop
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- WordPress 4.0 Site Blueprints(Second Edition)
- Microsoft Azure Storage Essentials
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- jQuery技術內幕:深入解析jQuery架構設計與實現原理