用后立即调用Dispose

摘要: Robust ProgrammingYou should always call Dispose on any objects that consume system resources, such as Pen objects. 阅读全文
posted @ 2012-04-28 17:10 imihiro 阅读(170) 评论(0) 推荐(0) 编辑

获取鼠标点击处的颜色

摘要: 官方代码:ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.chs/enu_kbnetframeworkkb/netframeworkkb/892462.htm 阅读全文
posted @ 2012-04-28 15:21 imihiro 阅读(708) 评论(0) 推荐(0) 编辑

UserControl 实现From_Close

摘要: 使用容器.Controls.Remove方法http://social.msdn.microsoft.com/Forums/pt-BR/232/thread/55c4698f-2d5c-4428-934a-aba60df640ec this.Parent.Controls.Remove(this as Control); 阅读全文
posted @ 2012-04-27 11:15 imihiro 阅读(381) 评论(0) 推荐(0) 编辑

ArcScene 高程不同的表面无法叠加

摘要: 问题描述: 在shp上两个完全重合的多边形图层,高程值不同。转成TIN之后,在ArcMap中看是叠加的,但在ArcScene中看没有叠加 shp的坐标是GCS,高程是米解决方式: 将shp投影成PCS,然后再生成TIN.在ArcScene中看效果就能叠加了。 阅读全文
posted @ 2012-04-26 13:56 imihiro 阅读(852) 评论(0) 推荐(0) 编辑

Cross Site Script 知识

摘要: 相关博客:http://www.cnblogs.com/hkncd/ 阅读全文
posted @ 2012-04-25 07:48 imihiro 阅读(162) 评论(0) 推荐(0) 编辑

从Excel表格中坐标生成 点线面

摘要: http://wenku.baidu.com/view/73a3140cba1aa8114431d973.html 阅读全文
posted @ 2012-04-24 07:39 imihiro 阅读(576) 评论(0) 推荐(0) 编辑

arcsde9.3 the arcsde repository is not successfully created

摘要: 在进行arcsde post installation 的时候,创建完了sde用户和sde数据库。但最后几步提示此错误原因:win7 中运行 post intallation 要以管理员身份 阅读全文
posted @ 2012-04-22 23:58 imihiro 阅读(342) 评论(0) 推荐(0) 编辑

ArcGIS9.3全套 下载地址

摘要: http://www.cnblogs.com/vgis/archive/2009/01/07/ArcGIS_93_download.htmlArcEngine,ArcSDE,ArcGISServer,ArcGIS Desktop迅雷、Q旋风、电驴均可 阅读全文
posted @ 2012-04-22 23:03 imihiro 阅读(2891) 评论(0) 推荐(0) 编辑

SQLServer 2008 安装 is not a volid login or don't have permission

摘要: 安装到最后时,出现这个提示。原因:计算机名称和 SQL Server的 sa账户同名解决方式:更改计算机名称问题2: Visual Studio 2008 的早起版本 失败原因:sql server2008 和Management Studio 2008 要求已安装 vs2008 sp1.解决方式:在官网下下载 studio 2008 sp1 阅读全文
posted @ 2012-04-22 21:59 imihiro 阅读(508) 评论(0) 推荐(0) 编辑

regasm.exe 注册dll

摘要: (1)在计算机搜索regasm.exe(2)打开cmd,将regasm.exe拖动到控制台窗体中(3)输入命令 -help . 可以查看用法。总结:自己编写程序生成的dll,用此法可注册。 阅读全文
posted @ 2012-04-22 00:48 imihiro 阅读(4471) 评论(0) 推荐(0) 编辑