- 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."
- 每天5分鐘玩轉Kubernetes
- 鴻蒙生態:開啟萬物互聯的智慧新時代
- Windows Phone 7.5 Data Cookbook
- Installing and Configuring Windows 10:70-698 Exam Guide
- 嵌入式實時操作系統μC/OS原理與實踐
- AWS Development Essentials
- Hands-On UX Design for Developers
- iOS 10快速開發:18天零基礎開發一個商業應用
- Linux從入門到精通(視頻教學版)
- Learn Quantum Computing with Python and IBM Quantum Experience
- Windows 8完全自學手冊
- Website Development with PyroCMS
- Python機器學習系統構建(原書第3版)
- 分布式實時處理系統:原理、架構與實現
- 數字系統設計與VHDL