posts - 35,  comments - 7,  trackbacks - 0
          1、密碼由6-32位字母、數字或下劃線構成;
          2、至少需要一位小寫字母;
          3、至少需要一位大寫字母;
          4、至少需要一位數字。

          String?password?=?"password";
          ????????System.out.println(password?
          !=?null?&&?password.length()?>=?6
          ????????????????
          &&?password.length()?<=?32
          ????????????????
          &&?Pattern.compile("[a-z]+").matcher(password).find()
          ????????????????
          &&?Pattern.compile("[A-Z]+").matcher(password).find()
          ????????????????
          &&?Pattern.compile("[\\d]+").matcher(password).find());
          posted on 2006-05-10 09:10 java小記 閱讀(409) 評論(0)  編輯  收藏 所屬分類: 轉載

          <2006年5月>
          30123456
          78910111213
          14151617181920
          21222324252627
          28293031123
          45678910

          常用鏈接

          留言簿(1)

          隨筆分類

          隨筆檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 烟台市| 瑞丽市| 大姚县| 聊城市| 乌拉特前旗| 娱乐| 西盟| 禹城市| 乐亭县| 成安县| 黑龙江省| 汉中市| 准格尔旗| 治县。| 泾阳县| 咸阳市| 柯坪县| 大英县| 嘉义市| 综艺| 博湖县| 称多县| 漯河市| 云霄县| 辉南县| 吉木萨尔县| 阿拉善右旗| 海伦市| 台湾省| 汝州市| 油尖旺区| 来凤县| 南木林县| 佛冈县| 青浦区| 陇川县| 白朗县| 通化县| 福安市| 临清市| 濮阳县|