上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: 一般,当我们在本机调试ASP动态网页时,可输入http://localhosthttp://本地计算机名http://127.0.0.1 在当输入http://127.0.0.1 时,一般机器都需要输入用户名和密码进入,这里将分两种情况:一种是刚新建IIS的,为了测试IIS,所以此时访问即是“系统盘\Inetpub\wwwroot”下的iisstart.asp,随之 iisstart.asp又跳转到localstart.asp,并同时打开iishelp的。“localhost”、“计算机名”都没问题,但输入 127.0.0.1时,弹出对话框,需要输入帐户和密码。第二种情况是,建立了虚拟目录,通 阅读全文
posted @ 2011-02-26 17:46 hl3292 阅读(1552) 评论(0) 推荐(0) 编辑
摘要: ArcGIS Engine没有提供在MapControl中点击查询的命令,只是提供了ReaderControl中的使用的点击查询的命令,下面的代码就是实现点击查询并闪烁的代码。 过程描述 Private Sub MapControl1_OnMouseDown(ByVal button As Long, ByVal shift As Long, ByVal x As Long, ByVal y As Long, ByVal mapX As Double, ByVal mapY As Double)Dim pMap As IMapDim i As IntegerDim pPoint As IPoi 阅读全文
posted @ 2011-02-26 09:51 hl3292 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Text;using System.Windows.Forms;using ESRI.ArcGIS.Controls;using ESRI.ArcGIS.DataSourcesFile;using ESRI.ArcGIS.Carto;using ESRI.ArcGIS.Geometry;using ESRI.Ar 阅读全文
posted @ 2011-02-26 09:46 hl3292 阅读(1224) 评论(0) 推荐(0) 编辑
摘要: 原文地址http://hi.baidu.com/gis%C0%ED%CF%EB/blog/item/78954da1fc618c8c4610646a.html大家好!我是GIS理想!今天我主要讲讲基于ArcGIS Server9.3的GP(Geoprocessing)服务的发布,此过程主要涉及到ArcMap里对改model的测试 然后是在arcgis server manager里发布此服务 由于在实际的开发中这点应用的比较多 因为在这个最最基础的环节 我会说的比较详细(一贯的风格哈~)在讲解这个之前有个小插曲哈 就是带给大家一个比较振奋的消息 就是ESRI即将推出arcgis server 阅读全文
posted @ 2011-02-25 16:35 hl3292 阅读(1336) 评论(0) 推荐(1) 编辑
摘要: 第一部分:ArcGIS Web Mapping for Silverlight开发入门之9:属性查询、定位、标注-转载原文地址http://blog.csdn.net/FlexMapServer/archive/2010/12/09/6065260.aspxvoid QueryTask_ExecuteCompleted(object sender, ESRI.ArcGIS.Client.Tasks.QueryEventArgs args) { FeatureSet featureSet = args.FeatureSet; if (featureSet != null && f 阅读全文
posted @ 2011-02-25 09:43 hl3292 阅读(520) 评论(0) 推荐(0) 编辑
摘要: http://gemvg.com/archives/513 阅读全文
posted @ 2011-02-23 09:25 hl3292 阅读(225) 评论(0) 推荐(0) 编辑
摘要: Epsnap 阅读全文
posted @ 2011-02-21 14:27 hl3292 阅读(97) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/ff645221(zh-cn).aspx教程:VS2010 之TFS入门指南 阅读全文
posted @ 2011-02-21 10:49 hl3292 阅读(367) 评论(1) 推荐(0) 编辑
摘要: IE ——右键——属性——安全选项卡——自定义级别——用户验证——自动使用当前用户名和密码登陆 阅读全文
posted @ 2011-02-16 16:44 hl3292 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 网页里head加上这一行meta http-equiv="Content-Type" content="text/html; charset=gb2312" meta是html语言head区的一个辅助性标签。几乎所有的网页里,我们可以看到类似下面这段的html代码: <head> <meta http-equiv="content-Type" content="text/html; charset=gb2312"> </head> 也许你认为这些代码可有可无。其实如果你能够用好meta标签,会给你带来意想不到的效果,例如加入关键字会自动被大型搜索网站自动搜集;可以设定页面格式及 阅读全文
posted @ 2011-01-28 10:54 hl3292 阅读(287) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页