摘要:
1.生成验证码字符串 2.绘制干扰线 3.生成验证码 4.前段获取验证码 5.后台验证 阅读全文
摘要:
1.字符流 2.字节流 阅读全文
摘要:
public static void findFile(File root,String fileName,ArrayList rs){ if(!root.isDirectory()){ if(fileName.equals(root.getName())){ rs.add(root); } }else{ ... 阅读全文