下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、public class VerifyCode private String sRand = ; protected String sNode =AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz; protected String sFonts = new StringTimes New Roman,Comic Sans MS,華文行楷, MS Mincho,Gungsuh,Sylfaen,Arial, Franklin Gothic Medium,Century; public Color getRandColor(int fc, in
2、t bc) / 給定范圍獲得隨機(jī)顏色 Random random = new Random(); if (fc 255) fc = 255; if (bc 255) bc = 255; int r = fc + random.nextInt(bc - fc); int g = fc + random.nextInt(bc - fc); int b = fc + random.nextInt(bc - fc); return new Color(r, g, b); public BufferedImage creatImage() / 在內(nèi)存中創(chuàng)建圖象 int width = 80, heigh
3、t = 20; BufferedImage image = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB); / 獲取圖形上下文 /Graphics g = image.getGraphics(); Graphics2D g = image.createGraphics(); AffineTransform tx =new AffineTransform(); /調(diào)整字體變形,可以產(chǎn)生效果,但不理想 /tx.scale(1.2, 0.9); g.transform(tx); / 生成隨機(jī)類 Random random =
4、 new Random(); / 設(shè)定背景色 g.setColor(getRandColor(200, 250); g.fillRect(0, 0, width, height); / 設(shè)定字體 g.setFont(new Font(this.getCurrentFonts(), Font.PLAIN, 18); / 畫邊框 / g.setColor(new Color(); / g.drawRect(0,0,width-1,height-1); / 隨機(jī)產(chǎn)生155條干擾線,使圖象中的認(rèn)證碼不易被其它程序探測到 g.setColor(getRandColor(160, 200); for (i
5、nt i = 0; i 155; i+) int x = random.nextInt(width); int y = random.nextInt(height); int xl = random.nextInt(12); int yl = random.nextInt(12); g.drawLine(x, y, x + xl, y + yl); / 取隨機(jī)產(chǎn)生的認(rèn)證碼(4位數(shù)字) for (int i = 0; i =50) ii=50; else rand = String.valueOf(random.nextInt(10); sRand += rand; / 將認(rèn)證碼顯示到圖象中 g
6、.setColor(new Color(20 + random.nextInt(110), 20 + random .nextInt(110), 20 + random.nextInt(110); /調(diào)用函數(shù)出來的顏色相同,可能是因?yàn)榉N子太接近,所以只能直接生成 g.drawString(rand, 13 * i + 6, 16); / 圖象生效 g.dispose(); return image; public String getSRand() return sRand; public void setSRand(String rand) sRand = rand; /* * 隨機(jī)產(chǎn)生是數(shù)
7、字還是字符 */ public boolean getRandomBoolResult() int i =(int) (Math.round(Math.random() * 4) ); if(i%2=0) return true; return false; 二使用方法public class VerifyCodeAction extends Action Override public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletRes
8、ponse response) throws Excep tion VerifyCode verify = new VerifyCode(); /獲得一個(gè)實(shí)例 response.setHeader(Pragma, No-cache); /設(shè)置頭屬性 response.setHeader(Cache-Control, no-cache); response.setDateHeader(Expires, 0); BufferedImage buffImage = verify.creatImage(); /得到驗(yàn)證碼圖片 HttpSession session = request.getSession(true); session.setAttribute
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 廣東理工學(xué)院《馬克思主義哲學(xué)原著》2023-2024學(xué)年第一學(xué)期期末試卷
- 廣東科技學(xué)院《音樂圖像學(xué)》2023-2024學(xué)年第一學(xué)期期末試卷
- 廣東機(jī)電職業(yè)技術(shù)學(xué)院《籃球基本技術(shù)與裁判》2023-2024學(xué)年第一學(xué)期期末試卷
- 廣東行政職業(yè)學(xué)院《珠寶首飾設(shè)計(jì)基礎(chǔ)》2023-2024學(xué)年第一學(xué)期期末試卷
- 廣東工程職業(yè)技術(shù)學(xué)院《化工熱力學(xué)實(shí)驗(yàn)》2023-2024學(xué)年第一學(xué)期期末試卷
- 廣東第二師范學(xué)院《國際商務(wù)溝通》2023-2024學(xué)年第一學(xué)期期末試卷
- 廣東財(cái)貿(mào)職業(yè)學(xué)院《電競解說能力訓(xùn)練》2023-2024學(xué)年第一學(xué)期期末試卷
- 幼兒安全頭盔課件下載
- 《報(bào)關(guān)與報(bào)檢實(shí)務(wù)》課件
- 廣東白云學(xué)院《中國城市發(fā)展與規(guī)劃史》2023-2024學(xué)年第一學(xué)期期末試卷
- 計(jì)算機(jī)基礎(chǔ)知識整理課件
- 高一數(shù)學(xué)必修2《事件的關(guān)系和運(yùn)算》課件
- 四年級道德與法治試卷分析范文(通用5篇)
- 封條模板A4直接打印版
- 電解銅箔制造工藝簡介
- 埋針治療評分標(biāo)準(zhǔn)
- 運(yùn)維服務(wù)目錄
- 山東省腫瘤醫(yī)院放療危及器官劑量限值
- T∕CGCC 8-2017 自熱方便菜肴制品
- 軟膠囊研制手冊
- 成骨細(xì)胞骨形成機(jī)制
評論
0/150
提交評論