摘要: 1.生成验证码字符串 2.绘制干扰线 3.生成验证码 4.前段获取验证码 5.后台验证 阅读全文
posted @ 2017-11-09 20:01 fight139 阅读(698) 评论(0) 推荐(3) 编辑
摘要: 1.字符流 2.字节流 阅读全文
posted @ 2017-11-09 15:03 fight139 阅读(322) 评论(0) 推荐(0) 编辑
摘要: public static void findFile(File root,String fileName,ArrayList rs){ if(!root.isDirectory()){ if(fileName.equals(root.getName())){ rs.add(root); } }else{ ... 阅读全文
posted @ 2017-11-09 14:39 fight139 阅读(338) 评论(0) 推荐(0) 编辑