Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "Application instance of the travel portal such as trvl-portal-us, trvl-portal-eu
, and so on."
A block of code is set as follows:
emcli create_service -name='Check Out Service' -type='website' -availType='test' -availOp='or' -timezone_region='-7' -input_file='template:catalogue.xml' -beacons='TokyoBeacon:Y;NYCBeacon:N'
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:
emcli
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "The Availability Definition page allows the service administrator to toggle the service definition based on system target or service tests to one another".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 性能測試從零開始
- Object/Oriented Programming in ColdFusion
- Dreamweaver基礎與實戰教程
- Drupal Multimedia
- Google Web Toolkit 2 Application Development Cookbook
- 照相館的故事:Photoshop CC 2018調色合成精修
- 零基礎學會聲會影2018(全視頻教學版)
- 行攝 Photoshop CC后期修片高手之道(第2版)
- Mobile Web Development
- Photoshop CC 2015 標準教程(清華電腦學堂)
- Photoshop CC平面設計實戰從入門到精通
- 圖像處理系統
- AutoCAD 2018實用教程
- After Effects CC入門與應用
- PHP jQuery Cookbook