2008年11月12日
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> ' /> ImageUrl='' 或 ImageUrl='...
阅读全文
posted @ 2008-11-12 16:55
原始部落
阅读(642)
推荐(0)
2008年11月6日
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// 字符串检测类 /// public static class StringChecker { /// ///...
阅读全文
posted @ 2008-11-06 16:06
原始部落
阅读(182)
推荐(0)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/// /// 数据库的通用访问代码 /// 此类为抽象类,不允许实例化,在应用时直接调用即可 /// public abstract class SqlHelper { //获取数据库连接字...
阅读全文
posted @ 2008-11-06 15:12
原始部落
阅读(310)
推荐(0)
摘要:
public static void UploadTxtToFtp(string fileName ) { FileInfo fileInf = new FileInfo(fileName); FtpWebRequest reqFTP; // 根据uri创建FtpWebRequest对象 ...
阅读全文
posted @ 2008-11-06 14:40
原始部落
阅读(492)
推荐(0)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function login(){ var mode='status=no,resizable=no,scrollbars=no,' var size1='left='+screen.wi...
阅读全文
posted @ 2008-11-06 14:34
原始部落
阅读(223)
推荐(0)
2008年10月29日
posted @ 2008-10-29 09:52
原始部落
阅读(253)
推荐(0)
摘要:
网页上的图片当把鼠标移上去后,会出现一排按纽:打印,保存,... 要去掉有两种方法:HTTP-EQUIV="imagetoolbar" 或 GALLERYIMG="no" ...
阅读全文
posted @ 2008-10-29 09:51
原始部落
阅读(168)
推荐(0)
2008年10月28日
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->CREATE TABLE [Role] ( [RoleID] [int] IDENTITY (1, 1) PRIMARY KEY CLUSTERED , [CategoryID] [int...
阅读全文
posted @ 2008-10-28 10:37
原始部落
阅读(271)
推荐(0)
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public DataSet GetList(Hashtable hs) { if (Object.Equals(hs, null) || hs.Coun...
阅读全文
posted @ 2008-10-28 10:29
原始部落
阅读(159)
推荐(0)
2008年10月17日
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Data; using System.Configuration; using System.Collections; using System....
阅读全文
posted @ 2008-10-17 23:10
原始部落
阅读(209)
推荐(0)