上QQ阅读APP看书,第一时间看更新
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 are shown as follows: "Naturally, each GIS server generates its own logs and this is all saved by default at C:\arcgisserver\logs\
."
A block of code is set as follows:
FINE Nov 17, 2013, 11:29:17 AM REST request received. Request size is 178 characters. Parcels.MapServer
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<%
Dim r
Randomize (Timer)
r = Rnd()
r = r * 100
r = Round(r)
Response.Write(r)
%>
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: "From the View Log Messages panel, click on Query to view the current logfiles."