摘要:
例:加载服务地址"http://services.arcgisonline.com/ArcGIS/services"中的"ESRI_Imagery_World_2D"数据对象(图层)到地图上。 private void GetServerTest() { //获得服务对象名称 IAGSServerO 阅读全文
posted @ 2022-06-29 13:47
devgis
阅读(225)
评论(0)
推荐(0)
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TeatApp_Crypto { using System; using System.Security.C 阅读全文
posted @ 2022-06-29 13:40
devgis
阅读(903)
评论(0)
推荐(0)
摘要:
安装环境 系统环境:Windows 7 64位 Apache版本:2.4.9 PHP版本:5.5.12 MongoDB版本:3.2.6 Wamp版本:wamp 2.5 64位 在windows下安装mongodb的扩展比Linux环境稍微复杂点 安装步骤 一、确定php的compiler 通过查看p 阅读全文
posted @ 2022-06-29 13:37
devgis
阅读(406)
评论(0)
推荐(0)
摘要:
<?php /** * PHP操作MongoDB学习笔记 */ //************************* //** 连接MongoDB数据库 **// //************************* //格式=>(“mongodb://用户名:密码 @地址:端口/默认指定数据库 阅读全文
posted @ 2022-06-29 13:37
devgis
阅读(408)
评论(0)
推荐(0)
摘要:
SELECT R.SHAPE.GET_WKT() FROM ROAD R WHERE R.Objectid=2 阅读全文
posted @ 2022-06-29 13:35
devgis
阅读(148)
评论(0)
推荐(0)
摘要:
public class Startup { [STAThread] public static void Main(string[] args) { SingleInstanceApplicationWrapper wrapper = new SingleInstanceApplicationWr 阅读全文
posted @ 2022-06-29 12:07
devgis
阅读(310)
评论(0)
推荐(0)
摘要:
// Get the XAML content from an external file. DependencyObject rootElement; using (FileStream fs = new FileStream(xamlFile, FileMode.Open)) { rootEle 阅读全文
posted @ 2022-06-29 10:49
devgis
阅读(513)
评论(0)
推荐(0)

浙公网安备 33010602011771号