09 2018 档案

java生成字母数字可控可变长随机码
摘要:public String getRedomchar(){String[] char1 = new String[] { "a", "b", "c", "d", "e", "f","g", "h", "i", "j", "k", "l", "m", "n", "o", "p", 阅读全文

posted @ 2018-09-27 16:56 贾广祥 阅读(563) 评论(0) 推荐(0)

js校验密码,不能为空的8-20位非纯数字或字母的密码
摘要:jsp: <div class="mui-input-row"> <label>密码</label><!-- id='password' --> <input type="password" class="mui-input-clear mui-input" placeholder="请输入密码" 阅读全文

posted @ 2018-09-27 16:53 贾广祥 阅读(2972) 评论(0) 推荐(0)

tomcat正常关闭,端口号占用解决 StandardServer.await: create[8005]:
摘要:cmd进入依次输入以下三个命令 1:netstat -ano | findstr "8005"2:tasklist | findstr "5632" 3:taskkill /f /t /im javaw.exe 第二种(推荐) 阅读全文

posted @ 2018-09-05 19:03 贾广祥 阅读(511) 评论(0) 推荐(0)

导航