摘要:
1,流不小心关闭了,那就把流打开就好了: 2,不小心写成递归了,不断的自己调用自己: 3,有些工具类的方法,在内部类的方法里使用会报错,在外部就不会,例如: JOptionPane.showMessageDialog(this, "本系统只支持Https协议!"); 4,忘记写break了,比较隐蔽 阅读全文
摘要:
1、package DownLoader.ui 中的类:APPMain、DownLoaderJFrame、MyProgressBar 2、package DownLoader.utils 中类:ClimbNetPage、DownLoader、DownLoaderTask、ImageUtil、Spee 阅读全文