04 2014 档案

摘要:通过ICursor对Table进行操作(添加、修改、删除) 连接上数据表的目的就是对其进行包括浏览、添加、修改、删除等基本操作。浏览功能,之前文章中一提到,就是将Itable转换为DataTable与DataGridView的DataSource绑定实现。此文主要实现添加、修改以及删除功能。(1)添... 阅读全文
posted @ 2014-04-23 12:13 慧由心生 阅读(1866) 评论(0) 推荐(0) 编辑
摘要:#region 依据目录填充树视图 /// /// 依据文件夹目录,填充树视图 /// /// 跟目录路径 /// 是否循环子文件夹 public void FillTreeView(TreeVi... 阅读全文
posted @ 2014-04-22 19:22 慧由心生 阅读(297) 评论(0) 推荐(0) 编辑
摘要:自己 整理了 下 代码 测试了下 还行。。。 #region 操作树视图控件 /// /// 自定义需要的类型 /// enum DatasetType { DTFeatureCla... 阅读全文
posted @ 2014-04-22 16:50 慧由心生 阅读(1037) 评论(0) 推荐(0) 编辑
摘要:1、错误 1 Files 的值“ < < < < < < < .mine”无效。路径中具有非法字符。使用SVN进行更新的时候,出现了如上问题,解决方法如下:直接把Debug下的文件给删除 或 在你的工程OBJ/DEBUG目录下,找到 工程名.csproj.FileListAbsolute.txt的文... 阅读全文
posted @ 2014-04-21 10:39 慧由心生 阅读(251) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Windows.Forms;namespace MyComman... 阅读全文
posted @ 2014-04-18 19:09 慧由心生 阅读(4065) 评论(0) 推荐(0) 编辑
摘要:更多:https://i.cnblogs.com/EditPosts.aspx?postid=3673943 阅读全文
posted @ 2014-04-18 19:06 慧由心生 阅读(2801) 评论(0) 推荐(0) 编辑
摘要:更多:https://i.cnblogs.com/EditPosts.aspx?postid=3673944 阅读全文
posted @ 2014-04-18 19:05 慧由心生 阅读(268) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace MyCommanHelper{ public class... 阅读全文
posted @ 2014-04-18 15:56 慧由心生 阅读(374) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace MyCommanHelper{ //... 阅读全文
posted @ 2014-04-18 14:51 慧由心生 阅读(212) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Windows.Forms;namespace MyCommanHelper{... 阅读全文
posted @ 2014-04-18 14:50 慧由心生 阅读(223) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.OleDb;using System.Data;using System.Windows.Forms... 阅读全文
posted @ 2014-04-18 14:49 慧由心生 阅读(254) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace MyCommanHelper{ public class ConvertHelper { #reg... 阅读全文
posted @ 2014-04-18 14:47 慧由心生 阅读(227) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.Drawing;using System.Collect... 阅读全文
posted @ 2014-04-18 14:44 慧由心生 阅读(2702) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示