摘要: class CommonHelper { /// /// 通过字符串获取MD5值,返回32位字符串。 /// /// /// public static string GetMD5String(stri... 阅读全文
posted @ 2014-10-24 01:19 hg一如既往 阅读(4224) 评论(0) 推荐(0) 编辑
摘要: 在一般处理程序中,使用context.Session对象,必须先继承IRequiresSessionState接口。System.Web.SessionState.IRequiresSessionState 阅读全文
posted @ 2014-10-24 00:43 hg一如既往 阅读(400) 评论(0) 推荐(0) 编辑
摘要: context.Response.Write(""); 阅读全文
posted @ 2014-10-24 00:36 hg一如既往 阅读(6559) 评论(0) 推荐(0) 编辑
摘要: public class DownLoad : IHttpHandler { public void ProcessRequest(HttpContext context) { context.Response.ContentType = "t... 阅读全文
posted @ 2014-10-24 00:33 hg一如既往 阅读(760) 评论(0) 推荐(0) 编辑