- Expert Android Programming
- Prajyot Mainkar
- 228字
- 2021-07-08 10:29:02
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: Here, jsouza is the user John Souza's uid. So, to fetch his details the path would be ;/users/jsouza.
A block of code is set as follows:
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: "Firebase is a cloud based backend-as-a-service (BaaS) service provided by Google that provides a structural way to save your data very efficiently and also retrieve it at much faster speeds."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 軟件安全技術
- The DevOps 2.3 Toolkit
- JavaScript Unlocked
- 精通搜索分析
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- SQL基礎教程(第2版)
- 持續輕量級Java EE開發:編寫可測試的代碼
- Delphi開發典型模塊大全(修訂版)
- Java程序設計入門(第2版)
- 網絡綜合布線與組網實戰指南
- 基于JavaScript的WebGIS開發
- Java EE 程序設計
- Unity3D高級編程:主程手記