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".
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- Python神經(jīng)網(wǎng)絡項目實戰(zhàn)
- C/C++常用算法手冊(第3版)
- PHP網(wǎng)絡編程學習筆記
- Python Network Programming Cookbook(Second Edition)
- SAS數(shù)據(jù)統(tǒng)計分析與編程實踐
- Expert Data Visualization
- Mastering Android Development with Kotlin
- AppInventor實踐教程:Android智能應用開發(fā)前傳
- HTML5 APP開發(fā)從入門到精通(微課精編版)
- 零代碼實戰(zhàn):企業(yè)級應用搭建與案例詳解
- 算法圖解
- 程序員必會的40種算法
- Learning Cocos2d-JS Game Development
- 金融商業(yè)數(shù)據(jù)分析:基于Python和SAS