java_web 關於驗證碼生成的代碼

来源:https://www.cnblogs.com/xuefeilong/archive/2018/03/12/8551848.html
-Advertisement-
Play Games

1 package com.itheima.servlet; 2 3 import java.awt.Color; 4 import java.awt.Font; 5 import java.awt.Graphics; 6 import java.awt.Graphics2D; 7 import j... ...


  1 package com.itheima.servlet;
  2 
  3 import java.awt.Color;
  4 import java.awt.Font;
  5 import java.awt.Graphics;
  6 import java.awt.Graphics2D;
  7 import java.awt.image.BufferedImage;
  8 import java.io.IOException;
  9 import java.util.Random;
 10 
 11 import javax.imageio.ImageIO;
 12 import javax.servlet.ServletException;
 13 import javax.servlet.http.HttpServlet;
 14 import javax.servlet.http.HttpServletRequest;
 15 import javax.servlet.http.HttpServletResponse;
 16 import javax.servlet.http.HttpSession;
 17 
 18 /**
 19  * 生成驗證碼圖片
 20  * 
 21  * 
 22  */
 23 public class CheckImgServlet extends HttpServlet {
 24 
 25     public void doGet(HttpServletRequest request, HttpServletResponse response)
 26             throws ServletException, IOException {
 27          
 28         
 29         
 30         
 31         
 32         // 禁止緩存
 33         // response.setHeader("Cache-Control", "no-cache");
 34         // response.setHeader("Pragma", "no-cache");
 35         // response.setDateHeader("Expires", -1);
 36 
 37         int width = 120;
 38         int height = 30;
 39 
 40         // 步驟一 繪製一張記憶體中圖片
 41         BufferedImage bufferedImage = new BufferedImage(width, height,
 42                 BufferedImage.TYPE_INT_RGB);
 43 
 44         // 步驟二 圖片繪製背景顏色 ---通過繪圖對象
 45         Graphics graphics = bufferedImage.getGraphics();// 得到畫圖對象 --- 畫筆
 46         // 繪製任何圖形之前 都必須指定一個顏色
 47         graphics.setColor(getRandColor(200, 250));
 48         graphics.fillRect(0, 0, width, height);
 49 
 50         // 步驟三 繪製邊框
 51         graphics.setColor(Color.WHITE);
 52         graphics.drawRect(0, 0, width - 1, height - 1);
 53 
 54         // 步驟四 四個隨機數字
 55         Graphics2D graphics2d = (Graphics2D) graphics;
 56         // 設置輸出字體
 57         graphics2d.setFont(new Font("宋體", Font.BOLD, 18));
 58 
 59         String words =
 60          "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890";
 61 //生成漢字的驗證碼
 62         /* String words = "\u7684\u4e00\u4e86\u662f\u6211\u4e0d\u5728\u4eba\u4eec\u6709\u6765\u4ed6\u8fd9\u4e0a\u7740\u4e2a\u5730\u5230\u5927\u91cc\u8bf4\u5c31\u53bb\u5b50\u5f97\u4e5f\u548c\u90a3\u8981\u4e0b\u770b\u5929\u65f6\u8fc7\u51fa\u5c0f\u4e48\u8d77\u4f60\u90fd\u628a\u597d\u8fd8\u591a\u6ca1\u4e3a\u53c8\u53ef\u5bb6\u5b66\u53ea\u4ee5\u4e3b\u4f1a\u6837\u5e74\u60f3\u751f\u540c\u8001\u4e2d\u5341\u4ece\u81ea\u9762\u524d\u5934\u9053\u5b83\u540e\u7136\u8d70\u5f88\u50cf\u89c1\u4e24\u7528\u5979\u56fd\u52a8\u8fdb\u6210\u56de\u4ec0\u8fb9\u4f5c\u5bf9\u5f00\u800c\u5df1\u4e9b\u73b0\u5c71\u6c11\u5019\u7ecf\u53d1\u5de5\u5411\u4e8b\u547d\u7ed9\u957f\u6c34\u51e0\u4e49\u4e09\u58f0\u4e8e\u9ad8\u624b\u77e5\u7406\u773c\u5fd7\u70b9\u5fc3\u6218\u4e8c\u95ee\u4f46\u8eab\u65b9\u5b9e\u5403\u505a\u53eb\u5f53\u4f4f\u542c\u9769\u6253\u5462\u771f\u5168\u624d\u56db\u5df2\u6240\u654c\u4e4b\u6700\u5149\u4ea7\u60c5\u8def\u5206\u603b\u6761\u767d\u8bdd\u4e1c\u5e2d\u6b21\u4eb2\u5982\u88ab\u82b1\u53e3\u653e\u513f\u5e38\u6c14\u4e94\u7b2c\u4f7f\u5199\u519b\u5427\u6587\u8fd0\u518d\u679c\u600e\u5b9a\u8bb8\u5feb\u660e\u884c\u56e0\u522b\u98de\u5916\u6811\u7269\u6d3b\u90e8\u95e8\u65e0\u5f80\u8239\u671b\u65b0\u5e26\u961f\u5148\u529b\u5b8c\u5374\u7ad9\u4ee3\u5458\u673a\u66f4\u4e5d\u60a8\u6bcf\u98ce\u7ea7\u8ddf\u7b11\u554a\u5b69\u4e07\u5c11\u76f4\u610f\u591c\u6bd4\u9636\u8fde\u8f66\u91cd\u4fbf\u6597\u9a6c\u54ea\u5316\u592a\u6307\u53d8\u793e\u4f3c\u58eb\u8005\u5e72\u77f3\u6ee1\u65e5\u51b3\u767e\u539f\u62ff\u7fa4\u7a76\u5404\u516d\u672c\u601d\u89e3\u7acb\u6cb3\u6751\u516b\u96be\u65e9\u8bba\u5417\u6839\u5171\u8ba9\u76f8\u7814\u4eca\u5176\u4e66\u5750\u63a5\u5e94\u5173\u4fe1\u89c9\u6b65\u53cd\u5904\u8bb0\u5c06\u5343\u627e\u4e89\u9886\u6216\u5e08\u7ed3\u5757\u8dd1\u8c01\u8349\u8d8a\u5b57\u52a0\u811a\u7d27\u7231\u7b49\u4e60\u9635\u6015\u6708\u9752\u534a\u706b\u6cd5\u9898\u5efa\u8d76\u4f4d\u5531\u6d77\u4e03\u5973\u4efb\u4ef6\u611f\u51c6\u5f20\u56e2\u5c4b\u79bb\u8272\u8138\u7247\u79d1\u5012\u775b\u5229\u4e16\u521a\u4e14\u7531\u9001\u5207\u661f\u5bfc\u665a\u8868\u591f\u6574\u8ba4\u54cd\u96ea\u6d41\u672a\u573a\u8be5\u5e76\u5e95\u6df1\u523b\u5e73\u4f1f\u5fd9\u63d0\u786e\u8fd1\u4eae\u8f7b\u8bb2\u519c\u53e4\u9ed1\u544a\u754c\u62c9\u540d\u5440\u571f\u6e05\u9633\u7167\u529e\u53f2\u6539\u5386\u8f6c\u753b\u9020\u5634\u6b64\u6cbb\u5317\u5fc5\u670d\u96e8\u7a7f\u5185\u8bc6\u9a8c\u4f20\u4e1a\u83dc\u722c\u7761\u5174\u5f62\u91cf\u54b1\u89c2\u82e6\u4f53\u4f17\u901a\u51b2\u5408\u7834\u53cb\u5ea6\u672f\u996d\u516c\u65c1\u623f\u6781\u5357\u67aa\u8bfb\u6c99\u5c81\u7ebf\u91ce\u575a\u7a7a\u6536\u7b97\u81f3\u653f\u57ce\u52b3\u843d\u94b1\u7279\u56f4\u5f1f\u80dc\u6559\u70ed\u5c55\u5305\u6b4c\u7c7b\u6e10\u5f3a\u6570\u4e61\u547c\u6027\u97f3\u7b54\u54e5\u9645\u65e7\u795e\u5ea7\u7ae0\u5e2e\u5566\u53d7\u7cfb\u4ee4\u8df3\u975e\u4f55\u725b\u53d6\u5165\u5cb8\u6562\u6389\u5ffd\u79cd\u88c5\u9876\u6025\u6797\u505c\u606f\u53e5\u533a\u8863\u822c\u62a5\u53f6\u538b\u6162\u53d4\u80cc\u7ec6";*/
 63         Random random = new Random();// 生成隨機數
 64         //StringBuffer sb = new StringBuffer();
 65 
 66         // 定義x坐標
 67         int x = 10;
 68         for (int i = 0; i < 4; i++) {
 69             // 隨機顏色
 70             graphics2d.setColor(new Color(20 + random.nextInt(110), 20 + random
 71                     .nextInt(110), 20 + random.nextInt(110)));
 72             // 旋轉 -30 --- 30度
 73             int jiaodu = random.nextInt(60) - 30;
 74             // 換算弧度
 75             double theta = jiaodu * Math.PI / 180;
 76 
 77             // 生成一個隨機數字
 78             int index = random.nextInt(words.length()); // 生成隨機數 0 到 length - 1
 79             // 獲得字母數字
 80             char c = words.charAt(index);
 81 
 82             // 將生成漢字 加入buffer
 83             //sb.append(c);
 84 
 85             // 將c 輸出到圖片
 86             graphics2d.rotate(theta, x, 20);
 87             graphics2d.drawString(String.valueOf(c), x, 20);
 88             graphics2d.rotate(-theta, x, 20);
 89             x += 30;
 90         }
 91             
 92         //request.getSession().setAttribute("code", sb.toString());
 93         // 步驟五 繪製干擾線
 94         graphics.setColor(getRandColor(160, 200));
 95         int x1;
 96         int x2;
 97         int y1;
 98         int y2;
 99         for (int i = 0; i < 30; i++) {
100             x1 = random.nextInt(width);
101             x2 = random.nextInt(12);
102             y1 = random.nextInt(height);
103             y2 = random.nextInt(12);
104             graphics.drawLine(x1, y1, x1 + x2, x2 + y2);
105         }
106 
107         // 將上面圖片輸出到瀏覽器 ImageIO
108         graphics.dispose();// 釋放資源
109         ImageIO.write(bufferedImage, "jpg", response.getOutputStream());
110 
111     }
112 
113 
114     public void doPost(HttpServletRequest request, HttpServletResponse response)
115             throws ServletException, IOException {
116         doGet(request, response);
117     }
118 
119     /**
120      * 取其某一範圍的color
121      * 
122      * @param fc
123      *            int 範圍參數1
124      * @param bc
125      *            int 範圍參數2
126      * @return Color
127      */
128     private Color getRandColor(int fc, int bc) {
129         // 取其隨機顏色
130         Random random = new Random();
131         if (fc > 255) {
132             fc = 255;
133         }
134         if (bc > 255) {
135             bc = 255;
136         }
137         int r = fc + random.nextInt(bc - fc);
138         int g = fc + random.nextInt(bc - fc);
139         int b = fc + random.nextInt(bc - fc);
140         return new Color(r, g, b);
141     }
142 
143 }

 


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 測試環境:Keil 5.20.0.0 STM32F103RBT6 固件庫版本:STM32F10x_StdPeriph_Lib_V3.5.0(2011) 本文使用TIM1的通道1,通道2,產生兩路1khz,死區時間1us的互補PWM波。 所使用的IO口:由下圖知,我們使用引腳為PA9,PA10,互補輸 ...
  • 一.java常用數據類型 int 只有 true或false沒有0或非0 二.數據類型轉換 1.自動轉換:byte ->short int->char->int->long int ->float->double 轉換條件:由低類型向高類型(即箭頭所指的轉換方向)變數類型不會改變,但計算值會變為高類 ...
  • 題目描述 過長……不想發圖也不想發文字,所以就發鏈接吧…… [沒有人的算術][1] 題解 $orz$神題一枚 我們考慮如果插入的數不是數對,而是普通的數,這就是一道傻題了——直接線段樹一頓亂上就可以了。 於是我們現在只需要解決一個問題——維護這些數的大小關係。 由於這些數具有有序性,我們可以將這些數 ...
  • happens before原則 我們編寫的程式都要經過優化後(編譯器和處理器會對我們的程式進行優化以提高運行效率)才會被運行,優化分為很多種,其中有一種優化叫做重排序,重排序需要遵守happens before規則,換句話說只要滿足happens before原則就可以進行重排序。 定義 :在JM ...
  • 根據xml文件設計Student對象 設計學生類 根據菜單進行解析 使用jar包 ...
  • 一、抽象類 抽象類、具體類是相對的,並非絕對的。抽象是一種概念性名詞,具體是一種可見可觸摸的現實對象。概念越小,則其抽象程度就越大,其外延也越大,反之亦然。簡單說,比如“人”比“男人”抽象一點,而“生物”又比“人”更抽象一點,“物質”又比“生物”更抽象。 抽象的概念是由具體概念依其“共性”而產生的, ...
  • 內容:通過wget批量下載我自己博客園的隨筆頁面,看閱讀量是否增加環境:kali+python思路:1、在終端利用調用腳本的方式執行python腳本,比如:python add_readcounts.py -f my_blogs2、對爬蟲不熟,但是也不能把每一篇隨筆的鏈接加入到代碼中,使用一個文本保 ...
  • Python內置函數 一、數學運算類 二、集合類操作 三、邏輯判斷 四、反射 compile(source, filename, mode[, flags[, dont_inherit]]) 五、IO操作 六、open 打開,關閉,close (2)、w只寫模式【不可讀;文件不存在則創建;存在則清空 ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...