- Asynchronous Android Programming(Second Edition)
- Helder Vasconcelos
- 196字
- 2021-07-14 10:43:10
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 an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
[default] exten => s,1,Dial(Zap/1|30) exten => s,2,Voicemail(u100) exten => s,102,Voicemail(b100) exten => i,1,Voicemail(s0)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
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: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- 華為HMS生態與應用開發實戰
- Java Web及其框架技術
- NativeScript for Angular Mobile Development
- Python爬蟲開發與項目實戰
- 前端架構:從入門到微前端
- Microsoft System Center Orchestrator 2012 R2 Essentials
- 嚴密系統設計:方法、趨勢與挑戰
- Drupal 8 Configuration Management
- 微服務架構深度解析:原理、實踐與進階
- Webpack實戰:入門、進階與調優(第2版)
- C++程序設計教程(第2版)
- 遠方:兩位持續創業者的點滴思考
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- 軟件開發中的決策:權衡與取舍