• 大小: 28.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-28
  • 语言: Java
  • 标签: 其他  

资源简介

基于JSP的酒店客房管理系统.zip

资源截图

代码片段和文件信息

/*
 * Copyright (c) 2019.  黄钰朝
 *
 * Licensed under the Apache License Version 2.0 (the “License“);
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing software
 * distributed under the License is distributed on an “AS IS“ BASIS
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.hyc.www.controller.constant;

/**
 * @author 黄钰朝
 * @program XHotel
 * @description 用于枚举缓存项
 * @date 2019-04-20 21:46
 */
public enum  CacheConst {
    /**
     * 登陆用户类型
     */
    USER
    ADMIN
    SUPER
    /**
     * 是否记住登陆
     */
    TRUE
    AUTO_LOGIN

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-08-03 00:10  HotelSystem\
     文件      431336  2019-08-03 00:10  HotelSystem\Xhotel API 文档.CHM
     文件       96187  2019-08-03 00:10  HotelSystem\db_xhotel.sql
     目录           0  2019-08-03 00:10  HotelSystem\src\
     目录           0  2019-08-03 00:10  HotelSystem\src\com\
     目录           0  2019-08-03 00:10  HotelSystem\src\com\hyc\
     目录           0  2019-08-03 00:10  HotelSystem\src\com\hyc\www\
     目录           0  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\
     目录           0  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\constant\
     文件         968  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\constant\CacheConst.java
     文件        1619  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\constant\Methods.java
     文件        1807  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\constant\Pages.java
     目录           0  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\filter\
     文件        2577  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\filter\EncodingFilter.java
     文件        4009  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\filter\LoginFilter.java
     目录           0  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\listener\
     文件        2257  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\listener\MyServletContextListener.java
     目录           0  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\servlet\
     文件        4703  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\servlet\OrderRoomServlet.java
     文件        3309  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\servlet\RemarkServlet.java
     文件        6938  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\servlet\RoomServlet.java
     文件       10337  2019-08-03 00:10  HotelSystem\src\com\hyc\www\controller\servlet\UserServlet.java
     目录           0  2019-08-03 00:10  HotelSystem\src\com\hyc\www\dao\
     目录           0  2019-08-03 00:10  HotelSystem\src\com\hyc\www\dao\impl\
     文件       28616  2019-08-03 00:10  HotelSystem\src\com\hyc\www\dao\impl\baseDaoImpl.java
     文件        6545  2019-08-03 00:10  HotelSystem\src\com\hyc\www\dao\impl\HotelDaoImpl.java
     文件        5824  2019-08-03 00:10  HotelSystem\src\com\hyc\www\dao\impl\MyDataSourceImpl.java
     文件        6587  2019-08-03 00:10  HotelSystem\src\com\hyc\www\dao\impl\OrderRoomDaoImpl.java
     文件        2052  2019-08-03 00:10  HotelSystem\src\com\hyc\www\dao\impl\PictrueDaoImpl.java
     文件        2337  2019-08-03 00:10  HotelSystem\src\com\hyc\www\dao\impl\RemarkDaoImpl.java
     文件        9253  2019-08-03 00:10  HotelSystem\src\com\hyc\www\dao\impl\RoomDaoImpl.java
............此处省略145个文件信息

评论

共有 条评论