摘要: 1.使用ArcMap先增加一个字段,把值批量赋过去后,删除源字段2.在SDE里修改源表和sde.column_registry表对应字段定义 阅读全文
posted @ 2011-08-19 16:16 qb371 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 先看以下代码:using System;using System.Text;using System.Windows.Forms;using System.Threading;namespace 线程间通讯{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } //1.创建Invoke函数,大致如下: /// <summary> /// Delegate function to be invoked by main thread /// </summary> priv 阅读全文
posted @ 2011-08-19 11:19 qb371 阅读(251) 评论(0) 推荐(0) 编辑