上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页

2015年9月24日

摘要: 开发环境:Windows7旗舰版64bit、VisualStudio2008 With SP1、ArcEngine10.0、NetFrameWork4.0、IIS7和C#开发语言。 背景:ArcEngine开发的分析功能同时在dotNet(CS)和Java(BS)中使用,在CS程序中运行正常,但是在 阅读全文

posted @ 2015-09-24 13:10 云起 阅读(8) 评论(0) 推荐(0)

摘要: public class ExcelOper { private Application _excelApp = null; public ExcelOper() { } #region 读取Excel的内容 /// <summary> /// 获取Excel的内容 /// 备注:把Excel读取到 阅读全文

posted @ 2015-09-24 12:26 云起 阅读(7) 评论(0) 推荐(0)


2015年9月22日

摘要: 1、Encountered multiple versions of the assembly with GUID Try pre-importing one of these assemblies 异常 vs2008 开发的 winform程序 迁移到 vs2010后编译发生错误。 “Encoun 阅读全文

posted @ 2015-09-22 13:03 云起 阅读(13) 评论(0) 推荐(0)


2015年9月19日

摘要: c#对内存的操作~~ 最近一直不务正,老打算用C#写个外挂出来。 这方面对C#来说是个弱项,但并不表示无法做到。 下面写个简单的例子,和大家交流一下。 以windows中的扫雷为例,比如说读取雷的数量。 1.首先导入API(对底层的操作都要用API): [DllImport("kernel32.dl 阅读全文

posted @ 2015-09-19 09:08 云起 阅读(18) 评论(0) 推荐(0)


2015年9月10日

摘要: 在sde数据被锁定的情况下,编辑、创建featureclass或者注册版本的时候会报告:Lock request conflicts with an established lock。 方法一:多半情况下关闭数据库连接可以解决这个问题,但有时候问题依然存在。 方法二解是: 1.关闭所有的ArcMap 阅读全文

posted @ 2015-09-10 12:07 云起 阅读(28) 评论(0) 推荐(0)


2015年9月9日

摘要: this.button1.Click += new System.EventHandler(delegate(object sender, System.EventArgs e) { this.Close(); }); void button1_Click(object sender, EventA 阅读全文

posted @ 2015-09-09 16:18 云起 阅读(8) 评论(0) 推荐(0)


2015年9月1日

摘要: begin for i in (select t.table_name from user_tables t where t.table_name like '%关键字%') loop begin execute immediate 'delete table ' || i.table_name; 阅读全文

posted @ 2015-09-01 17:27 云起 阅读(6) 评论(0) 推荐(0)


2015年8月17日

摘要: 在调用import71,将E00转换成coverage的时候,需要注意两点: 1、e00文件路径,需要包含.e00后缀; 2、输入路径的文件夹必须不存在,在转换的时候,工具会进行新建。 参考 http://forums.esri.com/Thread.asp?c=24&f=199&t=89543 阅读全文

posted @ 2015-08-17 14:38 云起 阅读(11) 评论(0) 推荐(0)


2015年8月3日

摘要: 原文地址:点击打开链接 栅格计算器中用得到$$相关函数 $$NROWS: the number of rows in the analysis window (行数) $$NCOLS: the number of columns in the analysis window (列数) $$CELLS 阅读全文

posted @ 2015-08-03 13:44 云起 阅读(470) 评论(0) 推荐(0)


2015年7月29日

摘要: using System; using System.Collections.Generic; using System.Text; using System.Net; using System.IO; using System.Windows.Forms; namespace ConvertDat 阅读全文

posted @ 2015-07-29 16:02 云起 阅读(8) 评论(0) 推荐(0)


上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3