资源简介

java+jsp实现的物流管理系统,mysql数据库,tomcat服务器,含数据库sql文件。 前台地址:http://localhost:8080/WuLiu/ 后台管理地址:http://localhost:8080/WuLiu/Manager/

资源截图

代码片段和文件信息

package com.wy;

import java.util.Date;
import java.text.DateFormat;

public class CountTime {
public String currentlyTime() {
Date date = new Date();
DateFormat dateFormat = DateFormat.getDateInstance(DateFormat.FULL);
return dateFormat.format(date);
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       82595  2014-06-11 20:55  1.jpg
     文件       56128  2014-06-11 20:55  2.jpg
     文件       65943  2014-06-11 20:55  3.jpg
     文件       62995  2014-06-11 20:55  4.jpg
     文件       71056  2014-06-11 20:55  5.jpg
     目录           0  2014-06-11 21:05  WuLiu\
     文件         915  2014-06-11 20:08  WuLiu\.classpath
     文件        1254  2014-06-11 20:09  WuLiu\.project
     目录           0  2014-06-11 21:05  WuLiu\.settings\
     文件         503  2013-07-26 11:20  WuLiu\.settings\.jsdtscope
     文件         395  2013-07-26 11:20  WuLiu\.settings\org.eclipse.jdt.core.prefs
     文件         445  2013-07-26 11:20  WuLiu\.settings\org.eclipse.wst.common.component
     文件         345  2013-07-26 11:20  WuLiu\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2013-07-26 11:20  WuLiu\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2013-07-26 11:20  WuLiu\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2014-06-11 21:05  WuLiu\WebContent\
     目录           0  2014-06-11 21:05  WuLiu\WebContent\CSS\
     文件        2975  2013-07-26 14:18  WuLiu\WebContent\CSS\style.css
     目录           0  2014-06-11 21:05  WuLiu\WebContent\meta-INF\
     文件          39  2013-07-26 11:20  WuLiu\WebContent\meta-INF\MANIFEST.MF
     目录           0  2014-06-11 21:05  WuLiu\WebContent\Manager\
     文件        1820  2013-07-26 14:18  WuLiu\WebContent\Manager\active_add.jsp
     文件        1054  2013-07-26 14:18  WuLiu\WebContent\Manager\active_changeConfig.jsp
     文件        1014  2013-07-26 15:44  WuLiu\WebContent\Manager\active_config.jsp
     文件         602  2013-07-26 14:18  WuLiu\WebContent\Manager\active_delete.jsp
     文件        3029  2013-07-26 14:18  WuLiu\WebContent\Manager\active_select.jsp
     文件        2434  2013-07-26 14:18  WuLiu\WebContent\Manager\active_show.jsp
     文件        6343  2013-07-26 14:18  WuLiu\WebContent\Manager\car_change.jsp
     文件        2030  2013-07-26 14:18  WuLiu\WebContent\Manager\car_changeConfig.jsp
     文件         635  2013-07-26 14:18  WuLiu\WebContent\Manager\car_delete.jsp
     文件        3152  2013-07-26 14:18  WuLiu\WebContent\Manager\car_select.jsp
............此处省略133个文件信息

评论

共有 条评论