作了些改动,呵呵,以前他的那个数字是要根据在线用户来计算的,我改成随机的了,现在把源码贴出来
getcode.aspx代码如下
 1DZ.NET论坛的图片验证码(原)using System;
 2DZ.NET论坛的图片验证码(原)using System.Data;
 3DZ.NET论坛的图片验证码(原)using System.Configuration;
 4DZ.NET论坛的图片验证码(原)using System.Collections;
 5DZ.NET论坛的图片验证码(原)using System.Web;
 6DZ.NET论坛的图片验证码(原)using System.Web.Security;
 7DZ.NET论坛的图片验证码(原)using System.Web.UI;
 8DZ.NET论坛的图片验证码(原)using System.Web.UI.WebControls;
 9DZ.NET论坛的图片验证码(原)using System.Web.UI.WebControls.WebParts;
10DZ.NET论坛的图片验证码(原)using System.Web.UI.HtmlControls;
11DZ.NET论坛的图片验证码(原)using System.IO;
12DZ.NET论坛的图片验证码(原)using System.Drawing;
13DZ.NET论坛的图片验证码(原)using System.Drawing.Imaging;
14DZ.NET论坛的图片验证码(原)using System.Text;
15DZ.NET论坛的图片验证码(原)public partial class GetCode : System.Web.UI.Page
16

VerifyImage.cs代码如下
  1DZ.NET论坛的图片验证码(原)using System;
  2DZ.NET论坛的图片验证码(原)using System.Data;
  3DZ.NET论坛的图片验证码(原)using System.Configuration;
  4DZ.NET论坛的图片验证码(原)using System.Web;
  5DZ.NET论坛的图片验证码(原)using System.Web.Security;
  6DZ.NET论坛的图片验证码(原)using System.Web.UI;
  7DZ.NET论坛的图片验证码(原)using System.Web.UI.WebControls;
  8DZ.NET论坛的图片验证码(原)using System.Web.UI.WebControls.WebParts;
  9DZ.NET论坛的图片验证码(原)using System.Web.UI.HtmlControls;
 10DZ.NET论坛的图片验证码(原)using System.IO;
 11DZ.NET论坛的图片验证码(原)using System.Drawing;
 12DZ.NET论坛的图片验证码(原)using System.Drawing.Drawing2D;
 13DZ.NET论坛的图片验证码(原)using System.Drawing.Imaging;
 14DZ.NET论坛的图片验证码(原)using System.Drawing.Text;
 15DZ.NET论坛的图片验证码(原)using System.Security.Cryptography;
 16DZ.NET论坛的图片验证码(原)
 17

相关文章:

  • 2022-12-23
  • 2021-10-29
  • 2021-08-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
相关资源
相似解决方案