登录
首页 » java » java版验证码(数字字母大小写字体字号颜色均任意变化)

java版验证码(数字字母大小写字体字号颜色均任意变化)

于 2022-03-03 发布 文件大小:1.57 kB
0 102
下载积分: 2 下载次数: 1

代码说明:

import java.awt.BasicStroke; import java.awt.Color; import java.awt.Font; import java.awt.Graphics2D; import java.awt.image.BufferedImage; import java.io.IOException; import java.io.OutputStream; import java.util.Random; import javax.imageio.ImageIO; public class VerifyCode { private int w = 70; private int h = 35; private Random r = new Random(); // {"宋体", "华文楷体", "黑体", "华文新魏", "华文隶书", "微软雅黑", "楷体_GB2312"} private String[] fontNames = {"宋体", "华文楷体", "黑体", "微软雅黑", "楷体_GB2312"};//可选字体 private String codes = "23456789abcdefghjkmnopqrstuvwxyzABCDEFGHJKMNPQRSTUVWXYZ";//可选字符 private Color bgColor = new Color(255, 255, 255);//背景颜色 private String text ;//验证码上的字符 //生成随机的颜色 private Color randomColor () { int red = r.nextInt(150); int green = r.nextInt(150); int blue = r.nextInt(150); return new Color(red, green, blue); } //生成随机的字体 private Font randomFont () { int index = r.nextInt(fontNames.length); Stri

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • javamaterial
    收集的Java入门资料,内容丰富,希望对大家有用。(Collection of introductory information on Java, rich in content and hope for all of us.)
    2009-10-31 14:49:05下载
    积分:1
  • 电商中文词库
    2023-07-16 14:25:03下载
    积分:1
  • 根据java文件,自动生成java webservice 描述文件
    根据java文件,自动生成java webservice 描述文件 -According to java files, automatically generate java webservice description files
    2022-03-10 21:57:09下载
    积分:1
  • AbstractMessageLite
    A partial implementation of the MessageLite interface which implements as many methods of that interface as possible in terms of other methods for Andriod.
    2013-10-06 00:26:08下载
    积分:1
  • Android无线点菜系统源代码及讲解pdf
    说明:  基于安卓的点餐系统,基本能够实现具体的点餐功能(Based on the Android's ordering system, the specific function of the point meal can be realized)
    2018-01-09 19:33:59下载
    积分:1
  • jsp影院售票
    一款好的影院售票系统,应该是可以帮助售票人员提高工作效率,帮助工作人员利用计算机,极为方便的对影院的有关数据进行管理、输入、输出、查找等有关操作,使杂乱的影院售票数据能够具体化、直观化、合理化等。“基于JSP的影院售票系统”可以提高工作效率, 缓解因场地、 人手等软硬件因素而带来的矛盾, 充分体现 “ 以人为本, 服务用户”的理念, 使影院的信息高度统一与集中,为影院的信息化管理提供保障
    2023-07-30 07:15:14下载
    积分:1
  • jsp-player
    介绍jsp内嵌播放器的几种方法,介绍jsp内嵌播放器的几种方法。(Jsp embedded player introduced several methods to introduce jsp embedded player in several ways.)
    2013-10-08 17:59:04下载
    积分:1
  • MIT.matlabnew
    mit的MATLAB导论教程,适用于MATLAB初学和基础应用。(mit Introduction to the MATLAB tutorial for beginners and the basis for the application of MATLAB.)
    2009-05-10 21:45:06下载
    积分:1
  • web-java进销存代码
    开发技术:java + SSH+Ext 版本:Struts2.0 、Spring 2.5 、Hibernate3 、Ext js 3.3 数据库: mySql 
    2022-01-25 15:31:38下载
    积分:1
  • 编译的作业,请下载吧
    编译的作业,请下载吧-compiler operations, download it
    2022-02-03 09:18:11下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载