- Django Project Blueprints
- Asad Jibran Ahmed
- 196字
- 2021-07-16 10:37:44
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."
- Learning OpenDaylight
- 無蘋果不生活 OS X Mountain Lion隨身寶典
- Arch Linux Environment Setup How-to
- Linux就該這么學(xué)
- Linux自動化運(yùn)維:Shell與Ansible(微課版)
- Linux內(nèi)核觀測技術(shù)BPF
- 注冊表應(yīng)用完全DIY
- Windows Server 2012網(wǎng)絡(luò)操作系統(tǒng)項(xiàng)目教程(第4版)
- Kali Linux高級滲透測試(原書第3版)
- UI設(shè)計(jì)手繪表現(xiàn)從入門到精通
- Web Penetration Testing with Kali Linux(Third Edition)
- Less Web Development Essentials
- Getting Started with Raspberry Pi Zero
- Python機(jī)器學(xué)習(xí)系統(tǒng)構(gòu)建(原書第3版)
- Hyper-V Replica Essentials