- Developing Mobile Web ArcGIS Applications
- Matthew Sheehan
- 201字
- 2021-07-23 20:24:12
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: "Mobile developers will need to use require()
to load any of the additional modules."
A block of code is set as follows:
<script> require(["esri/map", "dojo/domReady!"], function(Map){ }); </script>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(showPosition); } else { x.innerHTML = "Geolocation is not supported by this browser."; }
Any command-line input or output is written as follows:
>npm install cordova –save
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "When you click on the sign-in button, it redirects you to the OAuth Log in page."
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Reactive Programming with Swift
- VMware vSphere 6.7虛擬化架構實戰指南
- Hands-On RESTful Web Services with Go
- Kotlin Standard Library Cookbook
- Hands-On Swift 5 Microservices Development
- Teaching with Google Classroom
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- UML2面向對象分析與設計(第2版)
- Python網絡爬蟲實例教程(視頻講解版)
- 零基礎學SQL(升級版)
- 計算機程序的構造和解釋(JavaScript版)
- Learning TypeScript
- Android Application Programming with OpenCV 3
- Mastering VMware Horizon 6