最近几年来,地理信息系统无论是在理论上还是应用上都处在一个飞速发展的阶段。 GIS被应用于多个领域的建模和决策支持,如城市管理、区划、环境整治等等,地理信息成为信息时代重要的组成部分之一; “数字地球”概念的提出,更进一步推动了作为其技术支撑的GIS的发展。 与此同时,一些学者致力于相关的理论研究,如空间感知、空间数据误差、空间关系的形式化等等。 这恰好说明了地理信息系统作为应用技术和学科的两个方面,并且这两个方面构成了相互促进的发展过程。
HTML Quick check list. You can print it for daily use. 11.26.1. HTML basic documentation ¶
11.26.3. Text formatting ¶
<b>Bold Textb> <code>Computer codecode> <em>Emphasize Textem> <i> Italic texti> <kbd>keyboard inputkbd> <pre>Preformatted Textpre> <small>Smaller Textsmall> Important Text Abbreviation <address>(contact information) <bdo>(Text direction) <blockquote>(a section referenced from another source) <cite>(Name of job) <del>(deleted text) <ins>(inserted text) <sub>(subscript text) <sup>(superscript text)
11.26.4. Link (Links) ¶
Regular links:Link Text image link:
Email link: Send email bookmark: Reminder section Jump to the prompt section
11.26.5. Images ¶
<imgloading="lazy"src="URL"alt="replace text"height="42"width="42">
11.26.6. Style / Block ¶
<style type="text/css"> h1 {color:red;} p {color:blue;} style> <div>Block level elements in documentsdiv> <span>Inline elements in documentsspan>
11.26.7. Unordered list ¶
<ul><li>projectli><li>projectli>ul>
11.26.8. Ordered list ¶
<ol><li>Item 1li><li>Item 2li>ol>
11.26.9. Definition list ¶
<dl><dt>Item 1dt><dd>Describe the project 1dd><dt>Item 2dt><dd>Describe the project 2dd>dl>
11.26.10. Tables ¶
<tableborder="1"><tr><th>Table Titleth><th>Table Titleth>tr><tr><td>Table Datatd><td>Table Datatd>tr>table>
11.26.11. Iframe ¶
<iframesrc="demo_iframe.htm">iframe>
11.26.12. Forms ¶
<formaction="demo_form.php"method="post/get"><inputtype= "text"name="email"size="40"maxlength="50"><inputtype="password"> <inputtype="checkbox"checked="checked"><inputtype="radio"checked= "checked"><inputtype="submit"value="Send"><inputtype="reset"> <inputtype="hidden"><select><option>appleoption><optionselected= "selected">bananaoption><option>cherryoption>select><textareaname= "comment"rows="60"cols="20">textarea>form>
11.26.13. Entities ¶
<equivalent to<> equivalent to>© equivalent to ©