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)

          隨筆分類

          隨筆檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 福海县| 寿光市| 剑川县| 疏勒县| 嵩明县| 泾阳县| 安丘市| 隆化县| 孟村| 洪江市| 元江| 临沭县| 拜泉县| 双桥区| 中超| 新兴县| 台南县| 张家界市| 巧家县| 肃宁县| 绥德县| 香河县| 宜川县| 屯门区| 乌鲁木齐县| 株洲市| 甘孜| 岐山县| 布拖县| 松潘县| 蒙阴县| 张家川| 安福县| 五大连池市| 东方市| 秀山| 友谊县| 仙桃市| 苏尼特右旗| 张掖市| 南京市|