- 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."
- CMDB分步構(gòu)建指南
- Android項(xiàng)目開發(fā)入門教程
- Building a RESTful Web Service with Spring
- OpenCV for Secret Agents
- MATLAB 2020 從入門到精通
- 匯編語言程序設(shè)計(jì)(第2版)
- Android NDK Beginner’s Guide
- Visual Basic程序設(shè)計(jì)教程
- Learn Programming in Python with Cody Jackson
- 零基礎(chǔ)入門學(xué)習(xí)Python
- Instant Lucene.NET
- MySQL入門很輕松(微課超值版)
- HTML5權(quán)威指南
- Python開發(fā)基礎(chǔ)
- Android技術(shù)內(nèi)幕(系統(tǒng)卷)