官术网_书友最值得收藏!

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: "For example, background-color will throw an error, so you should write 'background-color'."

A block of code is set as follows:

var cart = ko.observableArray([]);
var showCartDetails = function () {
  if (cart().length > 0) {
    $("#cartContainer").removeClass("hidden");
  }
};
[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)
<button class="btn btn-primary btn-sm" data-bind="click: showCartDetails, enable: cart().length > 0">
  Show Cart Details
</button>

<button class="btn btn-primary btn-sm" data-bind="click: showCartDetails, disable: cart().length < 1">
  Show Cart Details
</button>

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: "Once we have clicked on the Confirm Order button, the order should be shown to us to review and confirm if we agree."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 万山特区| 中西区| 塘沽区| 老河口市| 宁陵县| 平潭县| 乌审旗| 阿坝| 阿勒泰市| 仁寿县| 临江市| 潼关县| 宁陵县| 洛浦县| 利辛县| 白沙| 长葛市| 灵寿县| 鄂托克旗| 商洛市| 卢龙县| 孝义市| 嘉祥县| 通辽市| 东至县| 金寨县| 当涂县| 乐至县| 壶关县| 石台县| 泰顺县| 河池市| 墨竹工卡县| 博湖县| 太谷县| 图们市| 讷河市| 高邮市| 清苑县| 滦南县| 陕西省|