
代码片段
iteye_18908
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
下载功能
public void down() throws Exception { javax.servlet.http.HttpServletResponse response = (javax.servlet.http.HttpServletResponse) ActionContext.getContext().get(ServletActionContext.HTTP_RESPON...原创 2010-09-26 09:41:51 · 102 阅读 · 0 评论 -
存取文件
// save文件; public static long saveFile(File file, String fileName, String filePath) throws Exception { if (file == null) { return 0; } Fil...原创 2010-09-26 16:59:20 · 169 阅读 · 0 评论