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, 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:
function computeServiceArea(evt) {
map.graphics.clear();
var pointSymbol = new SimpleMarkerSymbol();
pointSymbol.setOutline = new
SimpleLineSymbol(SimpleLineSymbol.STYLE_SOLID, new Color([255, 0,
0]), 1);
pointSymbol.setSize(14);
pointSymbol.setColor(new Color([0, 255, 0, 0.25]));
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
function computeServiceArea(evt) {
map.graphics.clear();
var pointSymbol = new SimpleMarkerSymbol();
pointSymbol.setOutline = new
SimpleLineSymbol(SimpleLineSymbol.STYLE_SOLID, new Color([255, 0,
0]), 1);
pointSymbol.setSize(14);
pointSymbol.setColor(new Color([0, 255, 0, 0.25]));
}
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".
- Practical Data Analysis Cookbook
- Unity 2020 By Example
- 零基礎(chǔ)玩轉(zhuǎn)區(qū)塊鏈
- JavaScript+jQuery開發(fā)實戰(zhàn)
- Python應(yīng)用輕松入門
- JSP開發(fā)案例教程
- Webpack實戰(zhàn):入門、進(jìn)階與調(diào)優(yōu)
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- 移動增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- Test-Driven iOS Development with Swift
- 你好!Java
- Learning D3.js 5 Mapping(Second Edition)
- Spring Web Services 2 Cookbook
- C語言程序設(shè)計實驗指導(dǎo)教程
- Oracle Database 12c DBA官方手冊(第8版)