摘要: 1 package cn.test.DownLoad; 2 3 import java.io.File; 4 import java.io.InputStream; 5 import java.io.RandomAccessFile; 6 import java.net.HttpUR... 阅读全文
posted @ 2014-12-11 18:38 liuwt365 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 1 //1、声明URL 2 String path="http://localhost:8080/day22_DownLoad/file/a.rmvb"; 3 URL url=new URL(path); 4 //2、设置已下载文件 5 ... 阅读全文
posted @ 2014-12-11 18:16 liuwt365 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 1 request.setCharacterEncoding("utf-8"); 2 String name=request.getParameter("name"); 3 //1、设置响应头 4 response.setContentType("a... 阅读全文
posted @ 2014-12-11 18:12 liuwt365 阅读(241) 评论(0) 推荐(0) 编辑