• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Kevin Gao

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 83 下一页

2011年11月6日

关于句柄的一些知识
摘要: 句柄的本质 一、书上定义: >(Microsoft Press,by Richard Wilton) 在Windows环境中,句柄是用来标识项目的,这些项目包括:模块(module)、任务(task)、实例 ... 阅读全文
posted @ 2011-11-06 19:53 Kevin Gao 阅读(18) 评论(0) 推荐(0)
 

2011年11月5日

图片管理类ImgCmdUtils
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Drawing; using System.Drawing.I... 阅读全文
posted @ 2011-11-05 12:46 Kevin Gao 阅读(8) 评论(0) 推荐(0)
 
图片管理类ImgCmdUtils
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;using System.Drawing.Imaging;using System.Drawing.Drawing2D;using System.IO;using System.Web;namespace Common.Utilities{ /// <summary> /// 图片管理类 /// </summary> public class ImgCmdUtils 阅读全文
posted @ 2011-11-05 12:45 Kevin Gao 阅读(636) 评论(0) 推荐(0)
 
构造获取分页操作SQL语句
摘要: 构造获取分页操作SQL语句 /// <summary> /// 获取分页操作SQL语句(对于排序的字段必须建立索引,优化分页提取方式) /// </summary> /// <param name="tblName">操作表名称</param> /// <param name="fldName">排序的索引字段</param> /// <param name="PageIndex">当前页</param> /// <param nam 阅读全文
posted @ 2011-11-05 12:41 Kevin Gao 阅读(390) 评论(0) 推荐(0)
 
构造获取分页操作SQL语句
摘要: 构造获取分页操作SQL语句 /// /// 获取分页操作SQL语句(对于排序的字段必须建立索引,优化分页提取方式) /// /// 操作表名称 /// 排序的索引字段 ... 阅读全文
posted @ 2011-11-05 12:41 Kevin Gao 阅读(22) 评论(0) 推荐(0)
 
C#中文件操作类FileUtil
摘要: public class FileUtil { /// /// 换行符 /// public static string NewLine = "\r\n"; #reg... 阅读全文
posted @ 2011-11-05 12:35 Kevin Gao 阅读(27) 评论(0) 推荐(0)
 
C#中文件操作类FileUtil
摘要: public class FileUtil { /// <summary> /// 换行符 /// </summary> public static string NewLine = "\r\n"; #region 检测指定目录是否存在 /// <summary> /// 检测指定目录是否存在 /// </summary> /// <param name="directoryPath">目录的绝对路径</param> public static bool IsExistDirecto 阅读全文
posted @ 2011-11-05 12:34 Kevin Gao 阅读(1501) 评论(0) 推荐(0)
 
关于Control的Invoke方法的使用
摘要: 关于Invoke方法的解释,我们首先看看MSDN中详细解释,Control.Invoke Method (Delegate)Executes the specified delegate on the thread that owns the control's underlying window handle.翻译:在属于这个控件的窗体的句柄的线程下执行这个指定的代理。英文水平有限,请大家不要笑啊。public Object Invoke( Delegate method )methodType: System.Delegate(委托类型)A delegate that contai 阅读全文
posted @ 2011-11-05 11:47 Kevin Gao 阅读(1162) 评论(0) 推荐(0)
 
关于Control的Invoke方法的使用
摘要: 关于Invoke方法的解释,我们首先看看MSDN中详细解释, Control.Invoke Method (Delegate) Executes the specified delegate on the thread that owns ... 阅读全文
posted @ 2011-11-05 11:47 Kevin Gao 阅读(19) 评论(0) 推荐(0)
 
DES加密/解密类
摘要: /// /// DES加密/解密类。 /// public class DESEncrypt { public DESEncrypt() { } ... 阅读全文
posted @ 2011-11-05 10:36 Kevin Gao 阅读(9) 评论(0) 推荐(0)
 
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 83 下一页