摘要: 例:加载服务地址"http://services.arcgisonline.com/ArcGIS/services"中的"ESRI_Imagery_World_2D"数据对象(图层)到地图上。 private void GetServerTest() { //获得服务对象名称 IAGSServerO 阅读全文
posted @ 2022-06-29 13:47 devgis 阅读(167) 评论(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 阅读(795) 评论(0) 推荐(0) 编辑
摘要: <?php /** * PHP操作MongoDB学习笔记 */ //************************* //** 连接MongoDB数据库 **// //************************* //格式=>(“mongodb://用户名:密码 @地址:端口/默认指定数据库 阅读全文
posted @ 2022-06-29 13:37 devgis 阅读(395) 评论(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 阅读(347) 评论(0) 推荐(0) 编辑
摘要: SELECT R.SHAPE.GET_WKT() FROM ROAD R WHERE R.Objectid=2 阅读全文
posted @ 2022-06-29 13:35 devgis 阅读(130) 评论(0) 推荐(0) 编辑
摘要: public class Startup { [STAThread] public static void Main(string[] args) { SingleInstanceApplicationWrapper wrapper = new SingleInstanceApplicationWr 阅读全文
posted @ 2022-06-29 12:07 devgis 阅读(253) 评论(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 阅读(469) 评论(0) 推荐(0) 编辑