- Mastering Backbone.js
- Abiee Echamea
- 196字
- 2021-07-23 14:39:31
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.
- 微服務設計(第2版)
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Access 2010數據庫基礎與應用項目式教程(第3版)
- SAS數據統計分析與編程實踐
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- RealSenseTM互動開發實戰
- C++20高級編程
- Spring Boot+MVC實戰指南
- C++從入門到精通(第6版)
- Python網絡爬蟲實例教程(視頻講解版)
- 精通Spring:Java Web開發與Spring Boot高級功能
- Getting Started with Electronic Projects
- Akka入門與實踐
- PostgreSQL Developer's Guide
- JavaScript Concurrency