摘要:
class CommonHelper { /// /// 通过字符串获取MD5值,返回32位字符串。 /// /// /// public static string GetMD5String(stri... 阅读全文
摘要:
在一般处理程序中,使用context.Session对象,必须先继承IRequiresSessionState接口。System.Web.SessionState.IRequiresSessionState 阅读全文
摘要:
context.Response.Write(""); 阅读全文
摘要:
public class DownLoad : IHttpHandler { public void ProcessRequest(HttpContext context) { context.Response.ContentType = "t... 阅读全文