摘要: public HttpServletResponse download(String path, HttpServletResponse response) { try { // path是指欲下载的文件的路径。 File file = new File(path); // 取得文件名。 Strin 阅读全文
posted @ 2016-05-09 20:47 guodaxia 阅读(486) 评论(1) 推荐(1) 编辑
摘要: package com.Date; import java.util.Date; public class DateTest { public static void main(String[] args){ } public static void Date(){ //1、无参构造方法,得到的是当 阅读全文
posted @ 2016-05-09 08:07 guodaxia 阅读(168) 评论(0) 推荐(0) 编辑