- Building Clouds with Windows Azure Pack
- Amit Malik
- 202字
- 2021-07-16 09:32:32
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: "Also Verify if system databases such as master
, tempdb
are created "
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: "Web PI provides a single click option which is Windows Azure Pack: Portal and API Express"
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- PHP動態(tài)網(wǎng)站程序設(shè)計
- 一步一步學(xué)Spring Boot 2:微服務(wù)項目實戰(zhàn)
- SOA實踐
- Mastering Objectoriented Python
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- C/C++算法從菜鳥到達(dá)人
- Full-Stack Vue.js 2 and Laravel 5
- 名師講壇:Spring實戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Learning Apache Mahout Classification
- MATLAB 2020從入門到精通
- Lighttpd源碼分析
- Visual C#.NET Web應(yīng)用程序設(shè)計
- Go語言開發(fā)實戰(zhàn)(慕課版)
- 實戰(zhàn)Java高并發(fā)程序設(shè)計(第2版)
- Web App Testing Using Knockout.JS