- 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."
- Android Wearable Programming
- ServiceNow Application Development
- Angular UI Development with PrimeNG
- Visual FoxPro程序設(shè)計教程
- C語言程序設(shè)計(第2版)
- 區(qū)塊鏈架構(gòu)與實現(xiàn):Cosmos詳解
- INSTANT MinGW Starter
- OpenNI Cookbook
- 用Python實現(xiàn)深度學習框架
- Web Development with MongoDB and Node(Third Edition)
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Building Machine Learning Systems with Python(Second Edition)
- Getting Started with React Native
- Buildbox 2.x Game Development
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應用實戰(zhàn)