首页 Java N067基于SSM/Java的火车订票系统的设计与实现
N067基于SSM/Java的火车订票系统的设计与实现
作品编号:1082
关注人气:1238
文件包括:设计源码+数据库+论文
设计大小:33.15 M
开发语言:Java
开发数据库:MySQL
开发环境:Eclipse+Tomcat8+JDK1.8
原价:900元
现价:90元
下载说明

本作品里面包括调试教程和开发工具和软件,可自行下载根据教程进行调试!

如需技术协助调试,本站收取50元作品调试费!点此申请调试

如果上面没有找到适合您需求的作品,您可联系我们为您定做,定做的作品完全按照您的功能需求来做,并且后期三包,包调试,包讲解,包修改直到通过为止。

  • 作品介绍
  • 项目目录
  • 论文目录
  • 论文预览

铁路单位为方便旅客,需开发一个订票系统。系统的操作者是有登录密码和用户名的售票员。系统要实现的基本功能是车次的调整,售票,订票,取票,退票,乘客信息的管理,乘客购票的统计;而系统在以后扩展时还可以实现的功能有:对车站工作人员的管理,预定火车票的送票情况管理等。要求系统能有效、快速、安全、可靠和无误的完成上述操作。并要求客户机的界面要简单明了,易于操作,服务器程序利于维护。


N067基于SSM的火车订票系统的设计与实现N067基于SSM的火车订票系统的设计与实现N067基于SSM的火车订票系统的设计与实现N067基于SSM的火车订票系统的设计与实现N067基于SSM的火车订票系统的设计与实现N067基于SSM的火车订票系统的设计与实现N067基于SSM的火车订票系统的设计与实现N067基于SSM的火车订票系统的设计与实现
卷 软件 的文件夹 PATH 列表
卷序列号为 0008-B552
D:\TEST\源码
│  基于JSP的火车票订票系统的设计与实现.doc
│  最新版论文修改秘籍.doc
│  论文相似性检测报告(全文版).html
│  论文相似性检测报告(简明版).html
│  论文相似性检测报告(详细版).pdf
│  
└─3-12 SSM 火车订票系统 程序
    │  .DS_Store
    │  train.sql
    │  
    └─火车订票系统
        │  .classpath
        │  .DS_Store
        │  .project
        │  
        ├─.settings
        │      .jsdtscope
        │      org.eclipse.jdt.core.prefs
        │      org.eclipse.wst.common.component
        │      org.eclipse.wst.common.project.facet.core.xml
        │      org.eclipse.wst.jsdt.ui.superType.container
        │      org.eclipse.wst.jsdt.ui.superType.name
        │      
        ├─build
        │  └─classes
        │      │  .DS_Store
        │      │  beans.xml
        │      │  jdbc.properties
        │      │  log4j.properties
        │      │  
        │      └─com
        │          │  .DS_Store
        │          │  
        │          └─yjkj
        │              │  .DS_Store
        │              │  
        │              └─framework
        │                  │  .DS_Store
        │                  │  
        │                  ├─base
        │                  │  │  .DS_Store
        │                  │  │  
        │                  │  ├─basemodel
        │                  │  │      BaseModel.class
        │                  │  │      BaseService.class
        │                  │  │      
        │                  │  ├─interceptor
        │                  │  │      SessionInterceptor.class
        │                  │  │      
        │                  │  ├─pager
        │                  │  │      Pager.class
        │                  │  │      
        │                  │  └─regular
        │                  │      │  Regular.class
        │                  │      │  
        │                  │      ├─date
        │                  │      │      CreatDate.class
        │                  │      │      FormatDate.class
        │                  │      │      OperaDate.class
        │                  │      │      
        │                  │      └─file
        │                  │              OperaFile.class
        │                  │              
        │                  └─rbac
        │                      │  .DS_Store
        │                      │  
        │                      ├─about
        │                      │  ├─dao
        │                      │  │      AboutDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      About.class
        │                      │  │      AboutMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      AboutServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          AboutService.class
        │                      │  │          
        │                      │  └─web
        │                      │          AboutController.class
        │                      │          
        │                      ├─bargain
        │                      │  ├─dao
        │                      │  │      BargainDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      Bargain.class
        │                      │  │      BargainMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      BargainServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          BargainService.class
        │                      │  │          
        │                      │  └─web
        │                      │          BargainController.class
        │                      │          
        │                      ├─custom
        │                      │  ├─dao
        │                      │  │      CustomDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      Custom.class
        │                      │  │      CustomMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      CustomServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          CustomService.class
        │                      │  │          
        │                      │  └─web
        │                      │          CustomController.class
        │                      │          
        │                      ├─functionInfo
        │                      │  ├─dao
        │                      │  │      FunctionDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      FunctionInfo.class
        │                      │  │      FunctionMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      FunctionServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          FunctionService.class
        │                      │  │          
        │                      │  └─web
        │                      │          FunctionInfoController.class
        │                      │          
        │                      ├─functionRoleInfo
        │                      │  ├─dao
        │                      │  │      FunctionRoleRelDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      FunctionRoleRel.class
        │                      │  │      FunctionRoleRelMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      FunctionRoleServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          FunctionRoleService.class
        │                      │  │          
        │                      │  └─web
        │                      ├─information
        │                      │  ├─dao
        │                      │  │      InformationDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      Information.class
        │                      │  │      InformationMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      InformationServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          InformationService.class
        │                      │  │          
        │                      │  └─web
        │                      │          InformationController.class
        │                      │          
        │                      ├─introduce
        │                      │  ├─dao
        │                      │  │      IntroduceDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      Introduce.class
        │                      │  │      IntroduceMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      IntroduceServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          IntroduceService.class
        │                      │  │          
        │                      │  └─web
        │                      │          IntroduceController.class
        │                      │          
        │                      ├─message
        │                      │  ├─dao
        │                      │  │      MessageDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      Message.class
        │                      │  │      MessageMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      MessageServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          MessageService.class
        │                      │  │          
        │                      │  └─web
        │                      │          MessageController.class
        │                      │          
        │                      ├─notice
        │                      │  ├─dao
        │                      │  │      NoticeDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      Notice.class
        │                      │  │      NoticeMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      NoticeServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          NoticeService.class
        │                      │  │          
        │                      │  └─web
        │                      │          NoticeController.class
        │                      │          
        │                      ├─roleInfo
        │                      │  ├─dao
        │                      │  │      RoleInfoDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      RoleInfo.class
        │                      │  │      RoleMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      RoleInfoServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          RoleInfoService.class
        │                      │  │          
        │                      │  └─web
        │                      │          RoleInfoController.class
        │                      │          
        │                      ├─userInfo
        │                      │  │  .DS_Store
        │                      │  │  
        │                      │  ├─dao
        │                      │  │      UserInfoDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      UserInfo.class
        │                      │  │      UserMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      UserInfoServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          UserInfoService.class
        │                      │  │          
        │                      │  └─web
        │                      │          UserInfoController.class
        │                      │          
        │                      └─web
        │                              CommonController.class
        │                              RequestController.class
        │                              
        ├─src
        │  │  .DS_Store
        │  │  beans.xml
        │  │  jdbc.properties
        │  │  log4j.properties
        │  │  
        │  └─com
        │      │  .DS_Store
        │      │  
        │      └─yjkj
        │          │  .DS_Store
        │          │  
        │          └─framework
        │              │  .DS_Store
        │              │  
        │              ├─base
        │              │  │  .DS_Store
        │              │  │  
        │              │  ├─basemodel
        │              │  │      BaseModel.java
        │              │  │      BaseService.java
        │              │  │      
        │              │  ├─interceptor
        │              │  │      SessionInterceptor.java
        │              │  │      
        │              │  ├─pager
        │              │  │      Pager.java
        │              │  │      
        │              │  └─regular
        │              │      │  Regular.java
        │              │      │  
        │              │      ├─date
        │              │      │      CreatDate.java
        │              │      │      FormatDate.java
        │              │      │      OperaDate.java
        │              │      │      
        │              │      └─file
        │              │              OperaFile.java
        │              │              
        │              └─rbac
        │                  │  .DS_Store
        │                  │  
        │                  ├─about
        │                  │  ├─dao
        │                  │  │      AboutDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      About.java
        │                  │  │      AboutMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      AboutServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          AboutService.java
        │                  │  │          
        │                  │  └─web
        │                  │          AboutController.java
        │                  │          
        │                  ├─bargain
        │                  │  ├─dao
        │                  │  │      BargainDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      Bargain.java
        │                  │  │      BargainMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      BargainServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          BargainService.java
        │                  │  │          
        │                  │  └─web
        │                  │          BargainController.java
        │                  │          
        │                  ├─custom
        │                  │  ├─dao
        │                  │  │      CustomDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      Custom.java
        │                  │  │      CustomMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      CustomServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          CustomService.java
        │                  │  │          
        │                  │  └─web
        │                  │          CustomController.java
        │                  │          
        │                  ├─functionInfo
        │                  │  ├─dao
        │                  │  │      FunctionDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      FunctionInfo.java
        │                  │  │      FunctionMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      FunctionServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          FunctionService.java
        │                  │  │          
        │                  │  └─web
        │                  │          FunctionInfoController.java
        │                  │          
        │                  ├─functionRoleInfo
        │                  │  ├─dao
        │                  │  │      FunctionRoleRelDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      FunctionRoleRel.java
        │                  │  │      FunctionRoleRelMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      FunctionRoleServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          FunctionRoleService.java
        │                  │  │          
        │                  │  └─web
        │                  ├─information
        │                  │  ├─dao
        │                  │  │      InformationDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      Information.java
        │                  │  │      InformationMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      InformationServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          InformationService.java
        │                  │  │          
        │                  │  └─web
        │                  │          InformationController.java
        │                  │          
        │                  ├─introduce
        │                  │  ├─dao
        │                  │  │      IntroduceDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      Introduce.java
        │                  │  │      IntroduceMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      IntroduceServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          IntroduceService.java
        │                  │  │          
        │                  │  └─web
        │                  │          IntroduceController.java
        │                  │          
        │                  ├─message
        │                  │  ├─dao
        │                  │  │      MessageDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      Message.java
        │                  │  │      MessageMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      MessageServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          MessageService.java
        │                  │  │          
        │                  │  └─web
        │                  │          MessageController.java
        │                  │          
        │                  ├─notice
        │                  │  ├─dao
        │                  │  │      NoticeDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      Notice.java
        │                  │  │      NoticeMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      NoticeServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          NoticeService.java
        │                  │  │          
        │                  │  └─web
        │                  │          NoticeController.java
        │                  │          
        │                  ├─roleInfo
        │                  │  ├─dao
        │                  │  │      RoleInfoDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      RoleInfo.java
        │                  │  │      RoleMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      RoleInfoServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          RoleInfoService.java
        │                  │  │          
        │                  │  └─web
        │                  │          RoleInfoController.java
        │                  │          
        │                  ├─userInfo
        │                  │  │  .DS_Store
        │                  │  │  
        │                  │  ├─dao
        │                  │  │      UserInfoDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      UserInfo.java
        │                  │  │      UserMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      UserInfoServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          UserInfoService.java
        │                  │  │          
        │                  │  └─web
        │                  │          UserInfoController.java
        │                  │          
        │                  └─web
        │                          CommonController.java
        │                          RequestController.java
        │                          
        └─WebContent
            │  .DS_Store
            │  
            ├─META-INF
            │      MANIFEST.MF
            │      
            └─WEB-INF
                │  .DS_Store
                │  spring-mvc.xml
                │  web.xml
                │  
                ├─css
                │  │  .DS_Store
                │  │  component.css
                │  │  demo.css
                │  │  intergral.css
                │  │  normalize.css
                │  │  snowstyle.css
                │  │  
                │  ├─background
                │  │  │  default.css
                │  │  │  demo.css
                │  │  │  normalize.css
                │  │  │  
                │  │  ├─css
                │  │  │  │  base.css
                │  │  │  │  basic.css
                │  │  │  │  bootstrap-grid.min.css
                │  │  │  │  bootstrap.min.css
                │  │  │  │  buttons.css
                │  │  │  │  components.css
                │  │  │  │  css.css
                │  │  │  │  custom.css
                │  │  │  │  default.css
                │  │  │  │  font-awesome.min.css
                │  │  │  │  jquery-filer.css
                │  │  │  │  jquery.filer-dragdropbox-theme.css
                │  │  │  │  jquery.filer.css
                │  │  │  │  login.css
                │  │  │  │  lrtk.css
                │  │  │  │  normalize.css
                │  │  │  │  photosss.css
                │  │  │  │  reset.css
                │  │  │  │  select.css
                │  │  │  │  style.css
                │  │  │  │  style2222.css.bak
                │  │  │  │  sweetalert2.css
                │  │  │  │  tomorrow.css
                │  │  │  │  tooltip.css
                │  │  │  │  zyUpload.css
                │  │  │  │  
                │  │  │  ├─Font-Awesome
                │  │  │  │  ├─css
                │  │  │  │  │      font-awesome-ie7.css
                │  │  │  │  │      font-awesome-ie7.min.css
                │  │  │  │  │      font-awesome.css
                │  │  │  │  │      font-awesome.min.css
                │  │  │  │  │      
                │  │  │  │  └─font
                │  │  │  │          fontawesome-webfont.eot
                │  │  │  │          fontawesome-webfont.svg
                │  │  │  │          fontawesome-webfont.ttf
                │  │  │  │          fontawesome-webfont.woff
                │  │  │  │          FontAwesome.otf
                │  │  │  │          
                │  │  │  └─themes
                │  │  │          jquery.filer-dragdropbox-theme.css
                │  │  │          
                │  │  └─css2
                │  │          admin.css
                │  │          base.css
                │  │          computer.css
                │  │          css.css
                │  │          default.css
                │  │          flow.css
                │  │          page.css
                │  │          project.css
                │  │          reset.css
                │  │          rightinfo.css
                │  │          styles.css
                │  │          table_base.css
                │  │          table_file_list.css
                │  │          table_image.css
                │  │          title.css
                │  │          ul_classlist.css
                │  │          ul_image.css
                │  │          ul_image_2.css
                │  │          
                │  └─foreground
                │          a.css
                │          advslb.css
                │          comment-2.css
                │          comment.css
                │          commentlist.css
                │          commentquery.css
                │          common.css
                │          f.css
                │          feedbackform.css
                │          jobcontent.css
                │          jobform.css
                │          jobquery.css
                │          nav-2.css
                │          nav-3.css
                │          nav.css
                │          newscontent.css
                │          newslist.css
                │          newsquery.css
                │          pagecontent.css
                │          pages.css
                │          pagetitlemenu_b2.css
                │          reg.css
                │          searchform-2.css
                │          searchform.css
                │          shopbrandall.css
                │          shopbrandquery.css
                │          shopcart.css
                │          shopclass.css
                │          shopcontent.css
                │          shophotlist.css
                │          shoplist_10.css
                │          shoplist_9.css
                │          shopquery.css
                │          shoptwoclass_brand.css
                │          style-2.css
                │          style.css
                │          
                ├─image
                │  │  .DS_Store
                │  │  demo-1-bg.jpg
                │  │  
                │  ├─background
                │  │  │  .DS_Store
                │  │  │  
                │  │  └─images
                │  │      │  .DS_Store
                │  │      │  001.jpg
                │  │      │  1.png
                │  │      │  404.png
                │  │      │  act.png
                │  │      │  add.png
                │  │      │  add_img.png
                │  │      │  bg.png
                │  │      │  bg_ptn.png
                │  │      │  btnbg.png
                │  │      │  btnbg1.png
                │  │      │  btnbg2.png
                │  │      │  btnbg3.png
                │  │      │  btnbg4.png
                │  │      │  buttonbg.png
                │  │      │  bz00.jpg
                │  │      │  bz01.jpg
                │  │      │  bz02.jpg
                │  │      │  c01.png
                │  │      │  c02.png
                │  │      │  c03.png
                │  │      │  cbg.png
                │  │      │  clist.png
                │  │      │  close.png
                │  │      │  close1.png
                │  │      │  cloud.png
                │  │      │  d01.png
                │  │      │  d02.png
                │  │      │  d03.png
                │  │      │  d04.png
                │  │      │  d05.png
                │  │      │  d06.png
                │  │      │  d07.png
                │  │      │  delete_blue.png
                │  │      │  delete_white.png
                │  │      │  diskbg.png
                │  │      │  dlJZ.png
                │  │      │  dlJZCM.png
                │  │      │  dlLOGO.png
                │  │      │  dlTB.png
                │  │      │  dlWJJ.png
                │  │      │  dLWMKZ.png
                │  │      │  dlXQ.png
                │  │      │  dlym.jpg
                │  │      │  dp.png
                │  │      │  f01.png
                │  │      │  f02.png
                │  │      │  f03.png
                │  │      │  f04.png
                │  │      │  f05.png
                │  │      │  f06.png
                │  │      │  fjt.png
                │  │      │  help.png
                │  │      │  i01.png
                │  │      │  i02.png
                │  │      │  i03.png
                │  │      │  i04.png
                │  │      │  i05.png
                │  │      │  i06.png
                │  │      │  i07.png
                │  │      │  i08.png
                │  │      │  i09.png
                │  │      │  iadd.png
                │  │      │  ibtnbg.png
                │  │      │  ico01.png
                │  │      │  ico02.png
                │  │      │  ico03.png
                │  │      │  ico04.png
                │  │      │  ico05.png
                │  │      │  ico06.png
                │  │      │  icon.png
                │  │      │  icon01.png
                │  │      │  icon02.png
                │  │      │  icon03.png
                │  │      │  icon04.png
                │  │      │  icon05.png
                │  │      │  icon06.png
                │  │      │  icon07.png
                │  │      │  icon08.png
                │  │      │  icon09.png
                │  │      │  icon10.png
                │  │      │  icon11.png
                │  │      │  icon12.png
                │  │      │  icon13.png
                │  │      │  icon14.png
                │  │      │  icon15.png
                │  │      │  icon16.png
                │  │      │  icon17.png
                │  │      │  icon18.png
                │  │      │  img01.png
                │  │      │  img02.png
                │  │      │  img03.png
                │  │      │  img04.png
                │  │      │  img05.png
                │  │      │  img06.png
                │  │      │  img07.png
                │  │      │  img08.png
                │  │      │  img09.png
                │  │      │  img10.png
                │  │      │  img11.png
                │  │      │  img12.png
                │  │      │  img13.png
                │  │      │  img14.png
                │  │      │  img15.png
                │  │      │  imgbox-bg-e.png
                │  │      │  imgbox-bg-n.png
                │  │      │  imgbox-bg-ne.png
                │  │      │  imgbox-bg-nw.png
                │  │      │  imgbox-bg-s.png
                │  │      │  imgbox-bg-se.png
                │  │      │  imgbox-bg-sw.png
                │  │      │  imgbox-bg-w.png
                │  │      │  imgbox-close.png
                │  │      │  imgbox-spinner.gif
                │  │      │  info.png
                │  │      │  inputbg.gif
                │  │      │  itabbg.png
                │  │      │  itabbg1.png
                │  │      │  jszc.png
                │  │      │  jtx.png
                │  │      │  l01.png
                │  │      │  l02.png
                │  │      │  l03.png
                │  │      │  l04.png
                │  │      │  lbg.png
                │  │      │  lbg1.png
                │  │      │  lc00.png
                │  │      │  lc01.png
                │  │      │  lc02.png
                │  │      │  lc03.png
                │  │      │  lc04.png
                │  │      │  lc05.png
                │  │      │  lc06.png
                │  │      │  leftico.png
                │  │      │  leftico01.png
                │  │      │  leftico02.png
                │  │      │  leftico03.png
                │  │      │  leftico04.png
                │  │      │  leftline.gif
                │  │      │  leftmenubg.gif
                │  │      │  lefttop.gif
                │  │      │  libg.png
                │  │      │  light.png
                │  │      │  light1.png
                │  │      │  line.gif
                │  │      │  line1.png
                │  │      │  list.gif
                │  │      │  list1.gif
                │  │      │  list2.png
                │  │      │  loginbg1.png
                │  │      │  loginbg2.png
                │  │      │  loginbg3.png
                │  │      │  loginbg4.png
                │  │      │  logininfo.png
                │  │      │  logininfo1.png
                │  │      │  logininfo2.png
                │  │      │  logininfo3.png
                │  │      │  loginlogo.png
                │  │      │  loginpassword.png
                │  │      │  loginsj.png
                │  │      │  loginuser.png
                │  │      │  login_icon1.gif
                │  │      │  login_icon2.gif
                │  │      │  logo.png
                │  │      │  msg.png
                │  │      │  navbg.png
                │  │      │  next.gif
                │  │      │  photo_unavailable_m.gif
                │  │      │  pre.gif
                │  │      │  px.gif
                │  │      │  rain-bg.jpg
                │  │      │  righttop.gif
                │  │      │  rlist.gif
                │  │      │  sc.png
                │  │      │  search.png
                │  │      │  sj.png
                │  │      │  sub-menu-icon.png
                │  │      │  success.png
                │  │      │  sun.png
                │  │      │  t01.png
                │  │      │  t02.png
                │  │      │  t03.png
                │  │      │  t04.png
                │  │      │  t05.png
                │  │      │  tabbg.gif
                │  │      │  Tachograph.png
                │  │      │  tbg.png
                │  │      │  tcbg.gif
                │  │      │  th.gif
                │  │      │  ticon.png
                │  │      │  time.png
                │  │      │  toolbg.gif
                │  │      │  top.jpg
                │  │      │  topbg.gif
                │  │      │  topleft.jpg
                │  │      │  topright.jpg
                │  │      │  ub1.png
                │  │      │  uew_icon.png
                │  │      │  uew_icon_hover.png
                │  │      │  ulist.png
                │  │      │  user.png
                │  │      │  userbg.png
                │  │      │  user_photo.jpg
                │  │      │  yzmbg.png
                │  │      │  zj.png
                │  │      │  微俱聚.png
                │  │      │  微国.png
                │  │      │  支付宝.png
                │  │      │  有娱.png
                │  │      │  网盟.png
                │  │      │  
                │  │      └─fileType
                │  │              file.png
                │  │              rar.png
                │  │              txt.png
                │  │              zip.png
                │  │              
                │  └─foreground
                │          1255415507.jpg
                │          1255425235.gif
                │          1255468061.jpg
                │          1255468247.jpg
                │          1255497918.gif
                │          1255498026.gif
                │          1255498132.gif
                │          1255498199.gif
                │          1255498272.gif
                │          1255498705.gif
                │          1255498809.gif
                │          1255499186.gif
                │          1255501953.jpg
                │          1255502238.jpg
                │          1255502834.jpg
                │          1255502950.gif
                │          1255503667.jpg
                │          1255508631.jpg
                │          1255511091.jpg
                │          1255511388.jpg
                │          1255940619.jpg
                │          1256044952.jpg
                │          1256045069.gif
                │          1256050431.jpg
                │          1256107643.jpg
                │          200910221256198928725.gif
                │          200910221256198943820.gif
                │          200910221256198954080.gif
                │          76.gif
                │          addcart.gif
                │          addtofav.gif
                │          alert.png
                │          an65-2.gif
                │          an65.gif
                │          an65_1-2.gif
                │          an65_1.gif
                │          aqua.gif
                │          articleitems.gif
                │          banzhu-2.gif
                │          banzhu.gif
                │          bar.gif
                │          bbs.gif
                │          bbs_new.gif
                │          brown.gif
                │          cartnow.gif
                │          carttop.gif
                │          catcap.gif
                │          catcap_1.gif
                │          catcap_2.gif
                │          cateitems-2.gif
                │          cateitems-3.gif
                │          cateitems.gif
                │          cbcap.gif
                │          chk_error-2.gif
                │          chk_error.gif
                │          chk_msg-2.gif
                │          chk_msg.gif
                │          chk_right-2.gif
                │          chk_right.gif
                │          connent_cap.gif
                │          downarr.gif
                │          downfile.gif
                │          fandui-2.gif
                │          fandui.gif
                │          fav-2.gif
                │          fav.gif
                │          gold.gif
                │          grey.gif
                │          icon1.gif
                │          icon_star_1-2.gif
                │          icon_star_1.gif
                │          icon_star_2-2.gif
                │          icon_star_2.gif
                │          li-2.gif
                │          li-3.gif
                │          li.gif
                │          line1.gif
                │          loading.gif
                │          menu_a.png
                │          no1.gif
                │          no10.gif
                │          no2.gif
                │          no3.gif
                │          no4.gif
                │          no5.gif
                │          no6.gif
                │          no7.gif
                │          no8.gif
                │          no9.gif
                │          pwin3-2.gif
                │          pwin3.gif
                │          querycap.gif
                │          queryli.gif
                │          regstep.png
                │          regstepnow.png
                │          search.gif
                │          search5.gif
                │          searchxx.gif
                │          slide_trigger.gif
                │          slide_trigger_c.gif
                │          smallcart.gif
                │          source-2.gif
                │          source.gif
                │          tags-2.gif
                │          tags.gif
                │          timg.jpeg
                │          top-2.gif
                │          top-2.png
                │          top-3.png
                │          top.gif
                │          top.png
                │          zhichi-2.gif
                │          zhichi.gif
                │          
                ├─js
                │  │  .DS_Store
                │  │  demo-1.js
                │  │  EasePack.min.js
                │  │  html5.js
                │  │  rAF.js
                │  │  TweenLite.min.js
                │  │  
                │  ├─background
                │  │  ├─commons
                │  │  │      hp_layer_helper-v0.1.js
                │  │  │      
                │  │  ├─editor
                │  │  │  │  kindeditor.js
                │  │  │  │  
                │  │  │  ├─plugins
                │  │  │  │  │  about.html
                │  │  │  │  │  flash.html
                │  │  │  │  │  image.html
                │  │  │  │  │  link.html
                │  │  │  │  │  media.html
                │  │  │  │  │  plainpaste.html
                │  │  │  │  │  remote_image.html
                │  │  │  │  │  wordpaste.html
                │  │  │  │  │  
                │  │  │  │  └─emoticons
                │  │  │  │          etc_01.gif
                │  │  │  │          etc_02.gif
                │  │  │  │          etc_03.gif
                │  │  │  │          etc_04.gif
                │  │  │  │          etc_05.gif
                │  │  │  │          etc_06.gif
                │  │  │  │          etc_07.gif
                │  │  │  │          etc_08.gif
                │  │  │  │          etc_09.gif
                │  │  │  │          etc_10.gif
                │  │  │  │          etc_11.gif
                │  │  │  │          etc_12.gif
                │  │  │  │          etc_13.gif
                │  │  │  │          etc_14.gif
                │  │  │  │          etc_15.gif
                │  │  │  │          etc_16.gif
                │  │  │  │          etc_17.gif
                │  │  │  │          etc_18.gif
                │  │  │  │          etc_19.gif
                │  │  │  │          etc_20.gif
                │  │  │  │          etc_21.gif
                │  │  │  │          etc_22.gif
                │  │  │  │          etc_23.gif
                │  │  │  │          etc_24.gif
                │  │  │  │          etc_25.gif
                │  │  │  │          etc_26.gif
                │  │  │  │          etc_27.gif
                │  │  │  │          etc_28.gif
                │  │  │  │          etc_29.gif
                │  │  │  │          etc_30.gif
                │  │  │  │          etc_31.gif
                │  │  │  │          etc_32.gif
                │  │  │  │          etc_33.gif
                │  │  │  │          etc_34.gif
                │  │  │  │          etc_35.gif
                │  │  │  │          etc_36.gif
                │  │  │  │          
                │  │  │  └─skins
                │  │  │          default.css
                │  │  │          default.gif
                │  │  │          div.gif
                │  │  │          dl.gif
                │  │  │          editor.css
                │  │  │          ol.gif
                │  │  │          p.gif
                │  │  │          tinymce.css
                │  │  │          tinymce.gif
                │  │  │          ul.gif
                │  │  │          
                │  │  ├─js
                │  │  │  │  admin.js
                │  │  │  │  bootstrap.min.js
                │  │  │  │  custom.js
                │  │  │  │  d.js
                │  │  │  │  demo.js
                │  │  │  │  echarts.min.js
                │  │  │  │  fancyzoom.js
                │  │  │  │  format+zh_CN,default,corechart.I.js
                │  │  │  │  image_list.js
                │  │  │  │  jquery-1.11.3.min.js
                │  │  │  │  jquery-1.4.4.min.js
                │  │  │  │  jquery-1.7.2.js
                │  │  │  │  jquery-2.1.1.min.js
                │  │  │  │  jquery-3.1.0.min.js
                │  │  │  │  jquery.ba-resize.min.js
                │  │  │  │  jquery.filer.js
                │  │  │  │  jquery.filer.min.js
                │  │  │  │  jquery.gvChart-1.0.1.min.js
                │  │  │  │  jquery.idTabs.min.js
                │  │  │  │  jquery.imgbox.pack.js
                │  │  │  │  jquery.js
                │  │  │  │  jquery.min.js
                │  │  │  │  jquery.tabso_yeso.js
                │  │  │  │  jsapi.js
                │  │  │  │  PIE.htc
                │  │  │  │  prettify.js
                │  │  │  │  scripts.js
                │  │  │  │  select-ui.min.js
                │  │  │  │  stopExecutionOnTimeout.js
                │  │  │  │  sweetalert2.js
                │  │  │  │  tooltip.js
                │  │  │  │  underscore-1.8.3.js
                │  │  │  │  zyFile.js
                │  │  │  │  
                │  │  │  └─laydate
                │  │  │      │  JS日历控件特效代码layDate - JS代码网.webarchive
                │  │  │      │  laydate.js
                │  │  │      │  
                │  │  │      ├─need
                │  │  │      │      laydate.css
                │  │  │      │      
                │  │  │      └─skins
                │  │  │          ├─dahong
                │  │  │          │      icon.png
                │  │  │          │      laydate.css
                │  │  │          │      
                │  │  │          ├─danlan
                │  │  │          │      icon.png
                │  │  │          │      laydate.css
                │  │  │          │      
                │  │  │          ├─default
                │  │  │          │      icon.png
                │  │  │          │      laydate.css
                │  │  │          │      
                │  │  │          ├─qianhuang
                │  │  │          │      icon.png
                │  │  │          │      laydate.css
                │  │  │          │      
                │  │  │          ├─yahui
                │  │  │          │      icon.png
                │  │  │          │      laydate.css
                │  │  │          │      
                │  │  │          └─yalan
                │  │  │                  icon.png
                │  │  │                  laydate.css
                │  │  │                  
                │  │  └─layer
                │  │      │  demo.html
                │  │      │  layer.js
                │  │      │  
                │  │      └─skin
                │  │          │  layer.css
                │  │          │  
                │  │          └─default
                │  │                  icon-ext.png
                │  │                  icon.png
                │  │                  loading-0.gif
                │  │                  loading-1.gif
                │  │                  loading-2.gif
                │  │                  
                │  └─foreground
                │          base.js
                │          blockui.js
                │          cart.js
                │          channelmenu_1030.js
                │          comment-2.js
                │          comment-3.js
                │          comment.js
                │          common.js
                │          feedback.js
                │          form.js
                │          jquery.min.js
                │          reg.js
                │          shopclass_brand.js
                │          shopcontent.js
                │          simpleeditor.js
                │          yu200712201.js
                │          yu200712202.js
                │          
                ├─jsp
                │  │  .DS_Store
                │  │  About.jsp
                │  │  BargainTable.jsp
                │  │  CustomTable.jsp
                │  │  Failed.jsp
                │  │  footer.jsp
                │  │  Function.jsp
                │  │  FunctionAdd.jsp
                │  │  FunctionTable.jsp
                │  │  iframemain.jsp
                │  │  index.jsp
                │  │  Information.jsp
                │  │  InformationAdd.jsp
                │  │  InformationTable.jsp
                │  │  Introduce.jsp
                │  │  Login.jsp
                │  │  Message.jsp
                │  │  MessageTable.jsp
                │  │  Notice.jsp
                │  │  PassUpdate.jsp
                │  │  Role.jsp
                │  │  RoleAdd.jsp
                │  │  RoleTable.jsp
                │  │  Success.jsp
                │  │  top.jsp
                │  │  User.jsp
                │  │  UserAdd.jsp
                │  │  UserTable.jsp
                │  │  
                │  └─foreground
                │          Bargain.jsp
                │          BargainAdd.jsp
                │          BargainTable.jsp
                │          Custom.jsp
                │          CustomAdd.jsp
                │          CustomTable.jsp
                │          error.jsp
                │          information.jsp
                │          InformationTable.jsp
                │          MessageAdd.jsp
                │          MessageTable.jsp
                │          Password.jsp
                │          sign.jsp
                │          Welcome.jsp
                │          
                └─lib
                        aopalliance-1.0.jar
                        aspectjrt.jar
                        aspectjweaver-1.8.6.jar
                        commons-fileupload-1.3.1.jar
                        commons-io-2.4.jar
                        commons-lang3-3.4.jar
                        commons-logging-1.2.jar
                        druid-1.0.23.jar
                        freemarker-2.3.24-incubating.jar
                        jackson-annotations-2.8.1.jar
                        jackson-core-2.8.1.jar
                        jackson-databind-2.8.1.jar
                        JDBC.jar
                        jstl-1.2.jar
                        log4j-1.2.17.jar
                        mybatis-3.4.1.jar
                        mybatis-spring-1.3.0.jar
                        mysql-connector-java-5.1.39.jar
                        ojdbc8.jar
                        poi-3.7-20101029.jar
                        poi-ooxml-3.7-20101029.jar
                        poi-ooxml-schemas-3.7-20101029.jar
                        spring-aop-4.3.3.RELEASE.jar
                        spring-aspects-4.3.3.RELEASE.jar
                        spring-beans-4.3.3.RELEASE.jar
                        spring-context-4.3.3.RELEASE.jar
                        spring-context-support-4.3.3.RELEASE.jar
                        spring-core-4.3.3.RELEASE.jar
                        spring-expression-4.3.3.RELEASE.jar
                        spring-instrument-4.3.3.RELEASE.jar
                        spring-jdbc-4.3.3.RELEASE.jar
                        spring-jms-4.3.3.RELEASE.jar
                        spring-messaging-4.3.3.RELEASE.jar
                        spring-orm-4.3.3.RELEASE.jar
                        spring-oxm-4.3.3.RELEASE.jar
                        spring-test-4.3.3.RELEASE.jar
                        spring-tx-4.3.3.RELEASE.jar
                        spring-web-4.3.3.RELEASE.jar
                        spring-webmvc-4.3.3.RELEASE.jar
                        spring-websocket-4.3.3.RELEASE.jar
                        standard-1.1.2.jar
                        

目    录
摘    要    I
Abstract    II
一、引言    1
(一)项目开发的背景    1
(二)项目开发的目的    1
(三)拟要解决的问题    2
二、关键技术介绍    1
(一)JSP技术简介    1
(二) MySQL数据库    3
(三)  B/S结构    3
三、可行性分析及总体设计原则    5
(一)可行性分析    5
1.技术可行性    5
2.经济可行性    5
3.社会可行性    5
(二)总体设计原则    6
四、系统分析    7
(一)业务流程分析    7
(二)系统非功能需要分析    8
五、系统设计    1
(一)系统功能设计    1
(二)系统数据库设计    1
1.概念结构设计    2
2.逻辑结构设计    4
3.数据库表设计    5
五、系统实现    7
(一)系统后台模块    7
1.登录及注册管理模块    7
2.管理员后台管理界面    8
3.车次管理界面    9
4.车次信息发布界面    10
6.订单管理界面    10
7.用户信息界面    11
8 . 乘客管理界面    11
9 . 网站简介界面    12
10 . 网站公告界面    13
11. 留言信息模块    14
(二)系统前台操作模块    14
1.系统前台主界面    14
2.车票信息界面    15
3.订单信息界面    16
4.乘客信息界面    16
六、性能测试与分析    18
(一)测试实例的研究与选择    18
(二)测试环境与测试条件    18
(三)实例测试    19
(四)测试结果    19
结    论    21
参 考 文 献    22
致    谢    24


标签:火车票预订网站,网上售票系统,车票销售系统

  • 专注毕业设计源码作品
  • 毕业设计源码论文全套
  • 每件作品均测试后上线
  • 提供所有教程和软件下载

Copyright © 2008-2024 jsjbysjw.com . All Rights Reserved. 备案号:苏ICP备2021056683号-4

  • 联系QQ:81677093
  • 微信:bysj1950