java
hello2008world
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java实现断点续传(代码完善篇)
在原来作者的基础上做了一下处理: 在部分线程下载成功后,中断程序。会出现已成功的线程死循环的情况,所以对原来FileSplitterFetch.java类中的代码做了一些调整。 原文地址:http://www.ibm.com/developerworks/cn/java/joy-down/ 断点续传的原理其实断点续传的原理很简单,就是在 Http 的请求上和一般的下转载 2012-03-14 14:47:43 · 457 阅读 · 0 评论 -
安装j2ee 报错 Could not find the required version of the Java(TM)2 Runtime Environment in '(null)'
Could not find the required version of the Java(TM)2 Runtime Environment in '(null)' 我64位win7安装java_ee_sdk-6u4-jdk7-windows-x64-ml.exe,提示Could not find the required version of the Jav转载 2012-06-05 15:02:09 · 3507 阅读 · 0 评论 -
common-fileupload的使用
其中包含:1、jquery的验证插件jquery.validationEngine.js2、jquery的from提交插件 jquery.form.js 用于提交multipart/form-data类型的form 如:3、common-fileupload.jar包 上传功能 进度条功能 下载地址:http://d原创 2012-05-24 15:29:10 · 476 阅读 · 0 评论
分享