基于java的出租车管理系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
基于java的出租车管理系统
————————————————————————————————作者:————————————————————————————————日期:
摘要
随着科学日新月异的发展与进步,计算机应用已经成为人们必不可少的重要工具。而当今社会人民生活节奏日益加快,伴随着计算机的大范围普及,计算机应用逐渐由传统、繁重的数据处理转化为精密的数据处理以及大规模的工作化管理,这就产生了以台式计算机为基准,以数据库管理系统为开发环境的信息管理系统,从而达到精密的数据处理以及大规模的工作化管理的运用。出租车管理系统可以更好的为人们服务,而实现计算机管理后能使出租车管理更加正规化、专业化、合理化。
本系统主要用MyEclipse8.5作为开发工具,并采用SQL Server 2005作为后台数据库来实现公司的出租车管理系统的主要功能。
本系统实现了一般的出租车管理所具备的功能,如司机管理、添加司机、车辆信息管理、查询车辆、后台数据库管理等,利用这些功能可以对出租车信息进行较好的管理。
关键词出租车管理数据库计算机应用
Abstract
Withtherapid developmentofscienceand progress,the computer has become an important tool forpeopleto useessential.And in today's society people's ever-accelerating paceof life,alongwitha widerange of popular computer,computer applicationsgradually from the traditional,heavy datap rocessing into a sophisticateddata processing andmanagement of large-scalework,which resulted inadesktop computer as a benchmark tothe database management system for the developme nt of environmental information managementsystem toachieveprecise data processingand managementof large-scale use ofthe work.Taxi management system can better serve people,and computermanagementmakes taxi managementaftermore st andardization,specialization and rationalization.
MyEclipse8.5 This system ismainlyused asa development too l, and usingSQL Server 2005as theback-end database toa chieve thecompany's taxi managementsystem main functions.
Thesystem implements the general management of thetaxi with featuressuchas drivermanagement;addd rivers,vehicleinformation management,query vehicles,back-end database management,and useofthesefunctionscan be better taxiinformation management.
Key wordstaxi management database computerapplications
目录
摘要.............................................................................................................................I Abstract ..................................................................................................................... II 第1章绪论1ﻩ
1.1课题背景 ............................................................................................ 1
1.2 课题的意义 (1)
1.3系统设计思想 (1)
1.4本章小结 (2)
第2章系统开发环境3ﻩ
2.1Java技术3ﻩ
2.2JSP技术 ......................................................................................... 3
2.3JavaBean (4)
2.4配置站点5ﻩ
2.4.1 JDK的安装与配置 (5)
2.4.2 Tomcat的安装和配置.......................................................................... 5
2.5MVC模式6ﻩ
2.6 SQLServer 20058ﻩ
2.7本章小结8ﻩ
第3章系统分析9ﻩ
3.1可行性分析 ...................................................................................... 9
3.1.1 技术可行性 (9)
3.1.2经济可行性................................................................................. 9
3.1.3操作可行性9ﻩ
3.2 功能模块分析9ﻩ
3.3 界面要求10ﻩ
3.4本章小结ﻩ10
第4章总体设计...................................................................................................... 11
4.1系统模块总体设计ﻩ11
4.2E-R设计12ﻩ
4.3 数据库设计ﻩ14
4.3.1技术可行性14ﻩ
4.3.2 技术可行性................................................................................... 14
4.3.3 技术可行性15ﻩ
4.4本章小结ﻩ15
第5章系统实现及分析16ﻩ
5.1 登陆界面 (16)
5.2 系统主界面ﻩ18