首页 开发技术 Java     /    jsp+servlet汽车租赁系统

jsp+servlet汽车租赁系统

上传者: weixin_42923912 | 上传时间:2024/10/16 22:46:11 | 文件大小:619KB | 文件类型:zip
jsp+servlet汽车租赁系统
简单的汽车租赁系统,运用了jsp,servlet,功能有登录、注册。
登录分为普通管理员和超级管理员登录。
1)超级管理员功能:a)查看所有汽车租用记录,所有汽车都会在此页面展示出来b)查看单个汽车租用记录,如果此汽车被租赁出去,那么可以通过查看详情按钮查看租用人和汽车信息c)删除汽车,当汽车没有被租赁的情况下,可以删除汽车d)添加汽车,添加新的可租用汽车到数据库中e)修改汽车基本信息2)普通用户a)查看自己所有租车记录:自己租用的车都可以显示出来b)租车,可以查看所有未被租用的汽车,并把他们显示出来,当想租用某个汽车的时候,可以对他们租用c)还车 本软件ID:10642100

文件下载

资源详情

[{"title":"(65个子文件619KB)jsp+servlet汽车租赁系统","children":[{"title":"汽车租赁系统","children":[{"title":"cardb.sql <span style='color:#111;'>1.56KB</span>","children":null,"spread":false},{"title":"rentCar","children":[{"title":".project <span style='color:#111;'>1.25KB</span>","children":null,"spread":false},{"title":".mymetadata <span style='color:#111;'>294B</span>","children":null,"spread":false},{"title":"src","children":[{"title":"com","children":[{"title":"hp","children":[{"title":"service","children":[{"title":"CarService.java <span style='color:#111;'>628B</span>","children":null,"spread":false},{"title":"impl","children":[{"title":"UserServiceImpl.java <span style='color:#111;'>588B</span>","children":null,"spread":false},{"title":"CarServiceImpl.java <span style='color:#111;'>1.35KB</span>","children":null,"spread":false}],"spread":true},{"title":"UserService.java <span style='color:#111;'>262B</span>","children":null,"spread":false}],"spread":true},{"title":"dao","children":[{"title":"UserDao.java <span style='color:#111;'>254B</span>","children":null,"spread":false},{"title":"impl","children":[{"title":"UserDaoImpl.java <span style='color:#111;'>2.11KB</span>","children":null,"spread":false},{"title":"CarDaoImpl.java <span style='color:#111;'>8.39KB</span>","children":null,"spread":false}],"spread":true},{"title":"CarDao.java <span style='color:#111;'>856B</span>","children":null,"spread":false}],"spread":true},{"title":"util","children":[{"title":"jdbcInfo.properties <span style='color:#111;'>164B</span>","children":null,"spread":false},{"title":"DBHelper.java <span style='color:#111;'>1.48KB</span>","children":null,"spread":false}],"spread":true},{"title":"servlet","children":[{"title":"AllCarListServlet.java <span style='color:#111;'>1.56KB</span>","children":null,"spread":false},{"title":"AddCarServlet.java <span style='color:#111;'>1.75KB</span>","children":null,"spread":false},{"title":"FindOneServlet.java <span style='color:#111;'>2.34KB</span>","children":null,"spread":false},{"title":"UpdateCarServlet.java <span style='color:#111;'>2.22KB</span>","children":null,"spread":false},{"title":"RentCarServlet.java <span style='color:#111;'>1.50KB</span>","children":null,"spread":false},{"title":"AllNoRentCarListServlet.java <span style='color:#111;'>1.43KB</span>","children":null,"spread":false},{"title":"UpdateFindServlet.java <span style='color:#111;'>2.02KB</span>","children":null,"spread":false},{"title":"AddUserServlet.java <span style='color:#111;'>2.22KB</span>","children":null,"spread":false},{"title":"LoginServlet.java <span style='color:#111;'>2.08KB</span>","children":null,"spread":false},{"title":"DeleteCarServlet.java <span style='color:#111;'>1.32KB</span>","children":null,"spread":false},{"title":"ReturntCarServlet.java <span style='color:#111;'>1.49KB</span>","children":null,"spread":false},{"title":"UserCarListServlet.java <span style='color:#111;'>1.59KB</span>","children":null,"spread":false}],"spread":false},{"title":"bean","children":[{"title":"UserInfo.java <span style='color:#111;'>1.91KB</span>","children":null,"spread":false},{"title":"CarInfo.java <span style='color:#111;'>995B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":"WebRoot","children":[{"title":"WEB-INF","children":[{"title":"classes","children":[{"title":"com","children":[{"title":"hp","children":[{"title":"service","children":[{"title":"CarService.class <span style='color:#111;'>696B</span>","children":null,"spread":false},{"title":"UserService.class <span style='color:#111;'>341B</span>","children":null,"spread":false},{"title":"impl","children":[{"title":"UserServiceImpl.class <span style='color:#111;'>945B</span>","children":null,"spread":false},{"title":"CarServiceImpl.class <span style='color:#111;'>2.22KB</span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"dao","children":[{"title":"CarDao.class <span style='color:#111;'>684B</span>","children":null,"spread":false},{"title":"impl","children":[{"title":"UserDaoImpl.class <span style='color:#111;'>2.88KB</span>","children":null,"spread":false},{"title":"CarDaoImpl.class <span style='color:#111;'>8.53KB</span>","children":null,"spread":false}],"spread":false},{"title":"UserDao.class <span style='color:#111;'>329B</span>","children":null,"spread":false}],"spread":true},{"title":"util","children":[{"title":"jdbcInfo.properties <span style='color:#111;'>164B</span>","children":null,"spread":false},{"title":"DBHelper.class <span style='color:#111;'>1.97KB</span>","children":null,"spread":false}],"spread":true},{"title":"servlet","children":[{"title":"RentCarServlet.class <span style='color:#111;'>2.04KB</span>","children":null,"spread":false},{"title":"UpdateFindServlet.class <span style='color:#111;'>2.05KB</span>","children":null,"spread":false},{"title":"UpdateCarServlet.class <span style='color:#111;'>2.32KB</span>","children":null,"spread":false},{"title":"UserCarListServlet.class <span style='color:#111;'>2.11KB</span>","children":null,"spread":false},{"title":"AllNoRentCarListServlet.class <span style='color:#111;'>1.89KB</span>","children":null,"spread":false},{"title":"LoginServlet.class <span style='color:#111;'>2.44KB</span>","children":null,"spread":false},{"title":"AllCarListServlet.class <span style='color:#111;'>2.09KB</span>","children":null,"spread":false},{"title":"AddCarServlet.class <span style='color:#111;'>2.36KB</span>","children":null,"spread":false},{"title":"FindOneServlet.class <span style='color:#111;'>2.08KB</span>","children":null,"spread":false},{"title":"AddUserServlet.class <span style='color:#111;'>2.34KB</span>","children":null,"spread":false},{"title":"DeleteCarServlet.class <span style='color:#111;'>1.89KB</span>","children":null,"spread":false},{"title":"ReturntCarServlet.class <span style='color:#111;'>2.02KB</span>","children":null,"spread":false}],"spread":false},{"title":"bean","children":[{"title":"UserInfo.class <span style='color:#111;'>2.52KB</span>","children":null,"spread":false},{"title":"CarInfo.class <span style='color:#111;'>1.42KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"lib","children":[{"title":"sqljdbc2008.jar <span style='color:#111;'>569.62KB</span>","children":null,"spread":false}],"spread":true},{"title":"web.xml <span style='color:#111;'>4.23KB</span>","children":null,"spread":false}],"spread":true},{"title":"AllNoRentCarList.jsp <span style='color:#111;'>1.52KB</span>","children":null,"spread":false},{"title":"index.jsp <span style='color:#111;'>834B</span>","children":null,"spread":false},{"title":"updateCar.jsp <span style='color:#111;'>1.98KB</span>","children":null,"spread":false},{"title":"addCar.jsp <span style='color:#111;'>1.64KB</span>","children":null,"spread":false},{"title":"addUser.jsp <span style='color:#111;'>2.54KB</span>","children":null,"spread":false},{"title":"AllCarList.jsp <span style='color:#111;'>1.91KB</span>","children":null,"spread":false},{"title":"META-INF","children":[{"title":"MANIFEST.MF <span style='color:#111;'>36B</span>","children":null,"spread":false}],"spread":false},{"title":"login.jsp <span style='color:#111;'>1.52KB</span>","children":null,"spread":false},{"title":"userCarList.jsp <span style='color:#111;'>1.59KB</span>","children":null,"spread":false},{"title":"oneCarInfo.jsp <span style='color:#111;'>1.67KB</span>","children":null,"spread":false}],"spread":false},{"title":".myeclipse","children":null,"spread":false},{"title":".settings","children":[{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'>330B</span>","children":null,"spread":false}],"spread":true},{"title":".classpath <span style='color:#111;'>436B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • qq_40415020:
    空指针不知道怎么处理2019-03-01
  • qq_40415020:
    空指针不知道怎么处理2019-03-01

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明