摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// 字符串检测类 /// public static class StringChecker { /// ///... 阅读全文
posted @ 2008-11-06 16:06
原始部落
阅读(182)
评论(0)
推荐(0)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/// /// 数据库的通用访问代码 /// 此类为抽象类,不允许实例化,在应用时直接调用即可 /// public abstract class SqlHelper { //获取数据库连接字... 阅读全文
posted @ 2008-11-06 15:12
原始部落
阅读(310)
评论(0)
推荐(0)
摘要:
public static void UploadTxtToFtp(string fileName ) { FileInfo fileInf = new FileInfo(fileName); FtpWebRequest reqFTP; // 根据uri创建FtpWebRequest对象 ... 阅读全文
posted @ 2008-11-06 14:40
原始部落
阅读(492)
评论(0)
推荐(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)
推荐(0)