04 2014 档案
摘要:通过ICursor对Table进行操作(添加、修改、删除) 连接上数据表的目的就是对其进行包括浏览、添加、修改、删除等基本操作。浏览功能,之前文章中一提到,就是将Itable转换为DataTable与DataGridView的DataSource绑定实现。此文主要实现添加、修改以及删除功能。(1)添...
阅读全文
摘要:#region 依据目录填充树视图 /// /// 依据文件夹目录,填充树视图 /// /// 跟目录路径 /// 是否循环子文件夹 public void FillTreeView(TreeVi...
阅读全文
摘要:自己 整理了 下 代码 测试了下 还行。。。 #region 操作树视图控件 /// /// 自定义需要的类型 /// enum DatasetType { DTFeatureCla...
阅读全文
摘要:1、错误 1 Files 的值“ < < < < < < < .mine”无效。路径中具有非法字符。使用SVN进行更新的时候,出现了如上问题,解决方法如下:直接把Debug下的文件给删除 或 在你的工程OBJ/DEBUG目录下,找到 工程名.csproj.FileListAbsolute.txt的文...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Windows.Forms;namespace MyComman...
阅读全文
摘要:更多:https://i.cnblogs.com/EditPosts.aspx?postid=3673943
阅读全文
摘要:更多:https://i.cnblogs.com/EditPosts.aspx?postid=3673944
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace MyCommanHelper{ public class...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace MyCommanHelper{ //...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Windows.Forms;namespace MyCommanHelper{...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.OleDb;using System.Data;using System.Windows.Forms...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace MyCommanHelper{ public class ConvertHelper { #reg...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.Drawing;using System.Collect...
阅读全文