- Mastering ArcGIS Server Development with JavaScript
- Ken Doman
- 187字
- 2021-07-16 20:02:59
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: "We're working with census data, let's call it census.html
."
A block of code is set as follows:
<!DOCTYPE html> <html> <head></head> <body></body> </html>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"/> <title>Census Map</title> <link rel="stylesheet" /> <style> html, body { border: 0; margin: 0; padding: 0; height: 100%; width: 100%; } </style> <script type="text/javascript"> dojoConfig = {parseOnLoad: true, debug: true}; </script> <script type="text/javascript" src="http://js.arcgis.com/3.13/" ></script> </head>
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: "We positioned it precisely in the top right, and left a little gap for the Census button to be centered vertically."
- 零起步玩轉掌控板與Mind+
- TypeScript Blueprints
- HBase從入門到實戰
- Vue.js 3.0源碼解析(微課視頻版)
- 精通MATLAB(第3版)
- ExtJS高級程序設計
- C/C++程序員面試指南
- 編程菜鳥學Python數據分析
- ExtJS Web應用程序開發指南第2版
- Getting Started with Polymer
- 網絡數據采集技術:Java網絡爬蟲實戰
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- OpenCV 3.0 Computer Vision with Java
- Groovy 2 Cookbook
- 計算機組裝與維護(第二版)