摘要: 以 下是一个验证码类源代码,使用方法:建立一个ValidateImg.aspx,后台代码里写:ValidateImage img = new ValidateImage();验证的地方:ValidateImage.Validate(txtCode.Text.Trim()) 阅读全文
posted @ 2008-08-25 09:58 gllg 阅读(746) 评论(1) 推荐(0)
摘要: SqlHelper详细中文注释 阅读全文
posted @ 2008-08-25 09:56 gllg 阅读(693) 评论(0) 推荐(0)
摘要: asp.net压缩解压缩,需要服务器安装WinRar,并且把Rar.exe拷贝到网站根目录。 asp.net压缩文件夹调用示例:rar("e:/www.svnhost.cn/", "e:/www.svnhost.cn.rar"); asp.net解压缩rar文件调用示例:unrar("e:/www.svnhost.cn.rar", "e:/"); 阅读全文
posted @ 2008-08-25 09:41 gllg 阅读(407) 评论(0) 推荐(0)