• 大小: 5.58M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-27
  • 语言: Java
  • 标签: 管理  后台  

资源简介

采用框架开发的汽车后台管理系统

资源截图

代码片段和文件信息

package com.rentCarSystem.commons;

public abstract class Constants {
public static final String DB_DRIVER=“oracle.jdbc.driver.OracleDriver“;
public static final String DB_URL=“jdbc:oracle:thin:@localhost:1521:orcl“;
public static final String DB_USER_NAME=“snn“;
public static final String DB_USER_PWD=“admin“;
public static final String SESSION_KEY=“user“;
public static final String MESSAGE_KEY=“msg“;
public final static String VALIDATE_CODE_KEY = “code“;
public final static int PAGE_NUMBER=5;
public final static String LOG_ACTION_RENTCARTABLE = “生成出租单“;
public final static String LOG_ACTION_CHECKTABLE = “生成检查单“;
public final static int LOG_ACTION_RENDCARTABLE_STATE = 1;
public final static int LOG_ACTION_CHECKTABLE_STATE = 2;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-12-07 21:48  rentCarSystem\
     文件         755  2013-04-18 17:10  rentCarSystem\.classpath
     文件         312  2013-05-08 22:21  rentCarSystem\.mymetadata
     文件        1286  2013-04-18 17:10  rentCarSystem\.project
     目录           0  2013-05-09 00:07  rentCarSystem\.settings\
     目录           0  2013-05-09 00:07  rentCarSystem\.settings\.svn\
     文件         375  2013-05-08 22:21  rentCarSystem\.settings\.svn\all-wcprops
     文件         539  2013-05-08 22:21  rentCarSystem\.settings\.svn\entries
     目录           0  2013-05-09 09:49  rentCarSystem\.settings\.svn\prop-base\
     目录           0  2013-05-09 09:49  rentCarSystem\.settings\.svn\props\
     目录           0  2013-05-09 00:07  rentCarSystem\.settings\.svn\text-base\
     文件         144  2013-05-08 22:21  rentCarSystem\.settings\.svn\text-base\org.eclipse.core.resources.prefs.svn-base
     文件         330  2013-05-08 22:21  rentCarSystem\.settings\.svn\text-base\org.eclipse.jdt.core.prefs.svn-base
     目录           0  2013-05-09 00:07  rentCarSystem\.settings\.svn\tmp\
     目录           0  2013-05-09 09:49  rentCarSystem\.settings\.svn\tmp\prop-base\
     目录           0  2013-05-09 09:49  rentCarSystem\.settings\.svn\tmp\props\
     目录           0  2013-05-09 09:49  rentCarSystem\.settings\.svn\tmp\text-base\
     文件         144  2013-04-18 17:10  rentCarSystem\.settings\org.eclipse.core.resources.prefs
     文件         330  2013-04-18 17:10  rentCarSystem\.settings\org.eclipse.jdt.core.prefs
     目录           0  2013-05-09 00:07  rentCarSystem\.svn\
     文件         368  2013-05-08 22:21  rentCarSystem\.svn\all-wcprops
     文件         672  2013-05-08 22:21  rentCarSystem\.svn\entries
     目录           0  2013-05-09 09:49  rentCarSystem\.svn\prop-base\
     目录           0  2013-05-09 09:49  rentCarSystem\.svn\props\
     目录           0  2013-05-09 00:07  rentCarSystem\.svn\text-base\
     文件         755  2013-05-08 22:21  rentCarSystem\.svn\text-base\.classpath.svn-base
     文件         312  2013-05-08 22:21  rentCarSystem\.svn\text-base\.mymetadata.svn-base
     文件        1286  2013-05-08 22:21  rentCarSystem\.svn\text-base\.project.svn-base
     目录           0  2013-05-09 00:07  rentCarSystem\.svn\tmp\
     目录           0  2013-05-09 09:49  rentCarSystem\.svn\tmp\prop-base\
     目录           0  2013-05-09 09:49  rentCarSystem\.svn\tmp\props\
............此处省略1690个文件信息

评论

共有 条评论