- 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.
- Learn TypeScript 3 by Building Web Applications
- C語言程序設(shè)計(第3版)
- Python自然語言處理實戰(zhàn):核心技術(shù)與算法
- Python金融數(shù)據(jù)分析
- Practical Windows Forensics
- C語言從入門到精通(第4版)
- 鋒利的SQL(第2版)
- Hands-On Enterprise Automation with Python.
- Python時間序列預(yù)測
- Unity 3D腳本編程:使用C#語言開發(fā)跨平臺游戲
- Xcode 6 Essentials
- ASP.NET求職寶典
- Python+Office:輕松實現(xiàn)Python辦公自動化
- Scrapy網(wǎng)絡(luò)爬蟲實戰(zhàn)
- Laravel Design Patterns and Best Practices