昨夜飘风
昨 夜, 风, 飘 过; 枯 树, 叶, 飞 落。
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//存: public void addphoto2(string file) { //将文件名为file的文件读入到buffer中 System.IO.FileStream strea... 阅读全文
posted @ 2008-08-08 09:59 昨夜飘风 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 我对调用Execl.dll一向反感,因为会有乱七八糟的要求。。 但是还是记录一点,以后可能用到 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using ... 阅读全文
posted @ 2008-08-07 16:36 昨夜飘风 阅读(679) 评论(0) 推荐(0) 编辑
摘要: 阅读本文章之前的准备 阅读本文章前,需要读者对以下知识有所了解。否则,阅读过程中会在相应的内容上遇到不同程度的问题。 懂得ASP/ASP.NET编程 了解ASP/ASP.NET的Session模型 了解ASP.NET Web应用程序模型 了解ASP.NET Web应用程序配置文件Web.config的作用、意义及使用方法 了解Internet Information... 阅读全文
posted @ 2008-08-05 15:12 昨夜飘风 阅读(184) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->LiteralControl control1 = new LiteralControl(""); this.Header.Controls.Add(control1); th... 阅读全文
posted @ 2008-08-04 16:56 昨夜飘风 阅读(740) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Type t = button1.GetType(); PropertyInfo pi = t.GetProperty("Events", BindingFlags.Instan... 阅读全文
posted @ 2008-07-31 15:23 昨夜飘风 阅读(2204) 评论(1) 推荐(0) 编辑
摘要: Sqltransaction 是用在多sql任务写数据库时的 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using (SqlConnection conn = new SqlConnection(SqlHelper.Connecti... 阅读全文
posted @ 2008-07-31 15:04 昨夜飘风 阅读(2455) 评论(0) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Drawing; using System.Collections; using System.ComponentModel; us... 阅读全文
posted @ 2008-07-31 14:53 昨夜飘风 阅读(653) 评论(0) 推荐(1) 编辑
摘要: C#的异常处理机制,现将所学总结如下 阅读全文
posted @ 2008-07-24 14:36 昨夜飘风 阅读(799) 评论(0) 推荐(0) 编辑
摘要: 未做测试,看到了就先保存起来,以后可能会用到 阅读全文
posted @ 2008-07-24 09:12 昨夜飘风 阅读(886) 评论(2) 推荐(0) 编辑
摘要: 要实现系统钩子其实很简单,调用三个Win32的API即可。 阅读全文
posted @ 2008-07-21 14:41 昨夜飘风 阅读(536) 评论(0) 推荐(0) 编辑