文件名称:BT-download
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-03-30
- 文件大小:
- 1.65mb
- 下载次数:
- 0次
- 提 供 者:
- 张**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
程序执行流程:
http请求列表页面提取到每个内容页面的请求地址 ,
分别请求不同的内容页面获取内容页面中的下载地址,存入excel便于直接下载->
http多线程分别请求下载页面;并解析下载页面得到下载所需要的参数,
post提交到下载服务器,并将读取到返回的buffer写入文件。 -Program execution flow: http request list page extract to each content page request, request different content download page for the content page address stored in excel-> http request download page multithreaded facilitate direct download and parse The download page to download the required parameters, post submit to the download server, and read into the buffer written to the file returned.
http请求列表页面提取到每个内容页面的请求地址 ,
分别请求不同的内容页面获取内容页面中的下载地址,存入excel便于直接下载->
http多线程分别请求下载页面;并解析下载页面得到下载所需要的参数,
post提交到下载服务器,并将读取到返回的buffer写入文件。 -Program execution flow: http request list page extract to each content page request, request different content download page for the content page address stored in excel-> http request download page multithreaded facilitate direct download and parse The download page to download the required parameters, post submit to the download server, and read into the buffer written to the file returned.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
btfactory\.classpath
.........\.project
.........\.settings\org.eclipse.core.resources.prefs
.........\.........\org.eclipse.jdt.core.prefs
.........\bin\com\using\http\btfactory\BtFactory.class
.........\...\...\.....\....\.........\DownLoadThread.class
.........\...\...\.....\....\.........\DownLoadTorrent.class
.........\...\...\.....\....\.........\ExcelTools.class
.........\...\...\.....\....\.........\IConfig.class
.........\...\...\.....\....\.........\imgHtml.ftl
.........\...\...\.....\....\.........\indexHtml.ftl
.........\...\...\.....\....\.........\LinkBeans.class
.........\...\...\.....\....\common\HttpRequestTool.class
.........\...\...\.....\....\......\PageListBean.class
.........\...\...\.....\....\start\StartAppliction.class
.........\...\torrent.xls
.........\lib\freemarker-2.3.15.jar
.........\...\htmlparser.jar
.........\...\jxl.jar
.........\src\com\using\http\btfactory\BtFactory.java
.........\...\...\.....\....\.........\DownLoadThread.java
.........\...\...\.....\....\.........\DownLoadTorrent.java
.........\...\...\.....\....\.........\ExcelTools.java
.........\...\...\.....\....\.........\IConfig.java
.........\...\...\.....\....\.........\imgHtml.ftl
.........\...\...\.....\....\.........\indexHtml.ftl
.........\...\...\.....\....\.........\LinkBeans.java
.........\...\...\.....\....\common\HttpRequestTool.java
.........\...\...\.....\....\......\PageListBean.java
.........\...\...\.....\....\start\StartAppliction.java
.........\...\torrent.xls
.........\bin\com\using\http\btfactory
.........\...\...\.....\....\common
.........\...\...\.....\....\start
.........\src\com\using\http\btfactory
.........\...\...\.....\....\common
.........\...\...\.....\....\start
.........\bin\com\using\http
.........\src\com\using\http
.........\bin\com\using
.........\src\com\using
.........\bin\com
.........\src\com
.........\.settings
.........\bin
.........\lib
.........\src
btfactory