.NET使用一般处理程序生成验证码!

HTML的代码:
Html代码 复制代码 收藏代码
  1. <!--  
  2.     Document   : ASP.NET用一般处理程序生成验证码 
  3.     Created on : 2008-10-13 17:04 
  4.     Author     : 牛腩 
  5. --> 
  6. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
  7. <html> 
  8.   <head> 
  9.     <title></title> 
  10.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
  11.     <script type="text/javascript"> 
  12.         function change() { 
  13.             var imgNode = document.getElementById("vimg"); 
  14.             imgNode.src = "WaterMark.ashx?t=" + (new Date()).valueOf();  // 这里加个时间的参数是为了防止浏览器缓存的问题 
  15.         } 
  16.     </script> 
  17.   </head> 
  18.   <body> 
  19.     <img src="WaterMark.ashx" id="vimg" alt="" /><input type="button" value="换一张图片" onclick="change()" /> 
  20.   </body> 
  21. </html> 
<!-- 
    Document   : ASP.NET用一般处理程序生成验证码
    Created on : 2008-10-13 17:04
    Author     : 牛腩
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <script type="text/javascript">
        function change() {
            var imgNode = document.getElementById("vimg");
            imgNode.src = "WaterMark.ashx?t=" + (new Date()).valueOf();  // 这里加个时间的参数是为了防止浏览器缓存的问题
        }
    </script>
  </head>
  <body>
    <img src="WaterMark.ashx" id="vimg" alt="" /><input type="button" value="换一张图片" οnclick="change()" />
  </body>
</html>

  一般处理程序WaterMark.ashx的代码:
C#代码 复制代码 收藏代码
  1. <%@ WebHandler Language="C#" Class="WaterMark" %> 
  2.  
  3. using System; 
  4. using System.Web; 
  5. using System.Drawing; 
  6. using System.Drawing.Drawing2D; 
  7. using System.Web.SessionState;   
  8.  
  9. public class WaterMark : IHttpHandler, IRequiresSessionState  // 要使用session必须实现该接口,记得要导入System.Web.SessionState命名空间 
  10.  
  11.     public void ProcessRequest(HttpContext context) 
  12.     { 
  13.         string checkCode = GenCode(5);  // 产生5位随机字符 
  14.         context.Session["Code"] = checkCode; //将字符串保存到Session中,以便需要时进行验证 
  15.         System.Drawing.Bitmap image = new System.Drawing.Bitmap(70, 22); 
  16.         Graphics g = Graphics.FromImage(image); 
  17.         try 
  18.         { 
  19.             //生成随机生成器 
  20.             Random random = new Random(); 
  21.  
  22.             //清空图片背景色 
  23.             g.Clear(Color.White); 
  24.  
  25.             // 画图片的背景噪音线 
  26.             int i; 
  27.             for (i = 0; i < 25; i++) 
  28.             { 
  29.                 int x1 = random.Next(image.Width); 
  30.                 int x2 = random.Next(image.Width); 
  31.                 int y1 = random.Next(image.Height); 
  32.                 int y2 = random.Next(image.Height); 
  33.                 g.DrawLine(new Pen(Color.Silver), x1, y1, x2, y2); 
  34.             } 
  35.  
  36.             Font font = new System.Drawing.Font("Arial", 12, (System.Drawing.FontStyle.Bold)); 
  37.             System.Drawing.Drawing2D.LinearGradientBrush brush = new System.Drawing.Drawing2D.LinearGradientBrush(new Rectangle(0, 0, image.Width, image.Height), Color.Blue, Color.DarkRed, 1.2F, true); 
  38.             g.DrawString(checkCode, font, brush, 2, 2); 
  39.  
  40.             //画图片的前景噪音点 
  41.             g.DrawRectangle(new Pen(Color.Silver), 0, 0, image.Width - 1, image.Height - 1); 
  42.             System.IO.MemoryStream ms = new System.IO.MemoryStream(); 
  43.             image.Save(ms, System.Drawing.Imaging.ImageFormat.Gif); 
  44.             context.Response.ClearContent(); 
  45.             context.Response.ContentType = "image/Gif"
  46.             context.Response.BinaryWrite(ms.ToArray()); 
  47.         } 
  48.         finally 
  49.         { 
  50.             g.Dispose(); 
  51.             image.Dispose(); 
  52.         } 
  53.     } 
  54.  
  55.     /// <summary> 
  56.     /// 产生随机字符串 
  57.     /// </summary> 
  58.     /// <param name="num">随机出几个字符</param> 
  59.     /// <returns>随机出的字符串</returns> 
  60.     private string GenCode(int num) 
  61.     { 
  62.         string str = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";//"的一是在不了有和人这中大为上个国我以要他时来用们生到作地于出就分对成会可主发年动同工也能下过子说产种面而方后多定行学法所民得经十三之进着等部度家电力里如水化高自二理起小物现实加量都两体制机当使点从业本去把性好应开它合还因由其些然前外天政四日那社义事平形相全表间样与关各重新线内数正心反你明看原又么利比或但质气第向道命此变条只没结解问意建月公无系军很情者最立代想已通并提直题党程展五果料象员革位入常文总次品式活设及管特件长求老头基资边流路级少图山统接知较将组见计别她手角期根论运农指几九区强放决西被干做必战先回则任取据处队南给色光门即保治北造百规热领七海口东导器压志世金增争济阶油思术极交受联什认六共权收证改清己美再采转更单风切打白教速花带安场身车例真务具万每目至达走积示议声报斗完类八离华名确才科张信马节话米整空元况今集温传土许步群广石记需段研界拉林律叫且究观越织装影算低持音众书布复容儿须际商非验连断深难近矿千周委素技备半办青省列习响约支般史感劳便团往酸历市克何除消构府称太准精值号率族维划选标写存候毛亲快效斯院查江型眼王按格养易置派层片始却专状育厂京识适属圆包火住调满县局照参红细引听该铁价严"; 
  63.         char[] chastr = str.ToCharArray(); 
  64.         // string[] source ={ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "#", "$", "%", "&", "@" }; 
  65.         string code = ""
  66.         Random rd = new Random(); 
  67.         int i; 
  68.         for (i = 0; i < num; i++) 
  69.         { 
  70.             //code += source[rd.Next(0, source.Length)]; 
  71.             code += str.Substring(rd.Next(0, str.Length), 1); 
  72.         } 
  73.         return code; 
  74.  
  75.     } 
  76.  
  77.     public bool IsReusable 
  78.     { 
  79.         get 
  80.         { 
  81.             return false
  82.         } 
  83.     } 
  84.  
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值