摘要: 类: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing;//image的命名空间namespace 实现本网站图片保护功能 { public class yanzhengma:IHttpHandler { public bool IsReusable { get { throw new NotImplementedException(); } } public void ProcessRequest(HttpContext... 阅读全文
posted @ 2013-01-02 16:23 SevenNiu 阅读(369) 评论(0) 推荐(0) 编辑