摘要: ``` #code.jsp # loginForm.jsp welcome account: password: code: 看不清,换一张 ... 阅读全文
posted @ 2015-12-14 17:35 阿文的博客 阅读(900) 评论(1) 推荐(0)
摘要: ```cpp /** * 获取随机字母数字组合 * * @param length * 字符串长度 * @return */ public static String getRandomCharAndNumr(Integer length) { String str = ""; Random random = new Ra... 阅读全文
posted @ 2015-12-14 15:09 阿文的博客 阅读(300) 评论(0) 推荐(0)