上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 30 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// 复选框操作类 ... 阅读全文
posted @ 2014-05-07 13:50 慧由心生 阅读(4505) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using ZedGraph;namespace TestZedGraphCo... 阅读全文
posted @ 2014-05-07 13:47 慧由心生 阅读(5184) 评论(0) 推荐(0)
摘要: 通过ICursor对Table进行操作(添加、修改、删除) 连接上数据表的目的就是对其进行包括浏览、添加、修改、删除等基本操作。浏览功能,之前文章中一提到,就是将Itable转换为DataTable与DataGridView的DataSource绑定实现。此文主要实现添加、修改以及删除功能。(1)添... 阅读全文
posted @ 2014-04-23 12:13 慧由心生 阅读(1877) 评论(0) 推荐(0)
摘要: #region 依据目录填充树视图 /// /// 依据文件夹目录,填充树视图 /// /// 跟目录路径 /// 是否循环子文件夹 public void FillTreeView(TreeVi... 阅读全文
posted @ 2014-04-22 19:22 慧由心生 阅读(301) 评论(0) 推荐(0)
摘要: 自己 整理了 下 代码 测试了下 还行。。。 #region 操作树视图控件 /// /// 自定义需要的类型 /// enum DatasetType { DTFeatureCla... 阅读全文
posted @ 2014-04-22 16:50 慧由心生 阅读(1041) 评论(0) 推荐(0)
摘要: 1、错误 1 Files 的值“ < < < < < < < .mine”无效。路径中具有非法字符。使用SVN进行更新的时候,出现了如上问题,解决方法如下:直接把Debug下的文件给删除 或 在你的工程OBJ/DEBUG目录下,找到 工程名.csproj.FileListAbsolute.txt的文... 阅读全文
posted @ 2014-04-21 10:39 慧由心生 阅读(259) 评论(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 慧由心生 阅读(4077) 评论(0) 推荐(0)
摘要: 更多:https://i.cnblogs.com/EditPosts.aspx?postid=3673943 阅读全文
posted @ 2014-04-18 19:06 慧由心生 阅读(2810) 评论(0) 推荐(0)
摘要: 更多:https://i.cnblogs.com/EditPosts.aspx?postid=3673944 阅读全文
posted @ 2014-04-18 19:05 慧由心生 阅读(271) 评论(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 慧由心生 阅读(377) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 30 下一页