- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- Eric Pimpler Mark Lewin
- 203字
- 2021-07-02 15:48:51
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".
- Learn TypeScript 3 by Building Web Applications
- Python Network Programming Cookbook(Second Edition)
- Linux環(huán)境編程:從應(yīng)用到內(nèi)核
- ADI DSP應(yīng)用技術(shù)集錦
- HTML5從入門到精通 (第2版)
- ArcGIS for Desktop Cookbook
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- 多模態(tài)數(shù)據(jù)分析:AGI時(shí)代的數(shù)據(jù)分析方法與實(shí)踐
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第2版)
- Android Development Tools for Eclipse
- Java Web應(yīng)用開發(fā)給力起飛
- Greenplum構(gòu)建實(shí)時(shí)數(shù)據(jù)倉庫實(shí)踐
- SQL Server 2012 數(shù)據(jù)庫應(yīng)用教程(第3版)
- Java設(shè)計(jì)模式深入研究
- 虛擬現(xiàn)實(shí):引領(lǐng)未來的人機(jī)交互革命