摘要:
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
昨夜飘风
阅读(620)
推荐(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
昨夜飘风
阅读(689)
推荐(0)
摘要:
阅读本文章之前的准备 阅读本文章前,需要读者对以下知识有所了解。否则,阅读过程中会在相应的内容上遇到不同程度的问题。 懂得ASP/ASP.NET编程 了解ASP/ASP.NET的Session模型 了解ASP.NET Web应用程序模型 了解ASP.NET Web应用程序配置文件Web.config的作用、意义及使用方法 了解Internet Information...
阅读全文
posted @ 2008-08-05 15:12
昨夜飘风
阅读(188)
推荐(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
昨夜飘风
阅读(754)
推荐(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
昨夜飘风
阅读(2237)
推荐(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
昨夜飘风
阅读(2475)
推荐(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
昨夜飘风
阅读(662)
推荐(1)
摘要:
C#的异常处理机制,现将所学总结如下
阅读全文
posted @ 2008-07-24 14:36
昨夜飘风
阅读(803)
推荐(0)
摘要:
未做测试,看到了就先保存起来,以后可能会用到
阅读全文
posted @ 2008-07-24 09:12
昨夜飘风
阅读(897)
推荐(0)
摘要:
要实现系统钩子其实很简单,调用三个Win32的API即可。
阅读全文
posted @ 2008-07-21 14:41
昨夜飘风
阅读(545)
推荐(0)