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

2015年9月24日

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

posted @ 2015-09-24 12:26 云起 阅读(3) 评论(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 云起 阅读(3) 评论(0) 推荐(0) 编辑


2015年9月19日

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

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


2015年9月10日

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

posted @ 2015-09-10 12:07 云起 阅读(15) 评论(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 云起 阅读(2) 评论(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 云起 阅读(1) 评论(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 云起 阅读(2) 评论(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 云起 阅读(189) 评论(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 云起 阅读(2) 评论(0) 推荐(0) 编辑


2015年7月23日

摘要: 1、报错:值不在预期范围内。 获取字段序号超出范围 2、feture.set_shape报错HRESULT:0x80040238 坐标系问题,需要设置坐标系,或者统一到相同坐标系下 3、 创建SdeWorkspaceFactory对象,出错,内容如下: 检索 COM 类工厂中 CLSID 为 {D9 阅读全文

posted @ 2015-07-23 12:07 云起 阅读(7) 评论(0) 推荐(0) 编辑


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

Copyright © 2024 云起
Powered by .NET 9.0 on Kubernetes