洛阳理工学院毕业设计(论文)I汽车租赁管理系统设计与实现摘要随着汽车租赁业在我国迅速掘起,业务量也是越来越多,对信息的处理要求也是越来高,传统的汽车管璆人员已不满足汽车租赁业务的需求发展,因此我将发挥计算的庞大的存储空间,高性能的处理苽厛,高度可靠的数据安全,清晰的可视化数据等这些资源的合理利用,真正达劰减少劳动力提高劳动质量的目的。根据目前的情况我设计了一套具有网络功能的汽车租赁管理系统,客户可以通过网络查阅相关的汽车租赁情况,企业的管理人员可以根据客户的实际情况进行管理,具有很强的实用性,即方便又提高了工作效。根据系统所需功能,决定以.NET为开发平台,采用SQLServer2005做后台数据库,选择功能强大的VisualStudio2008为开发工具,利用软件工程思想和方法,总体上用结构化生命周期法进行系统分析和设计,采用快速原型法来实现,系统本系统界面友好,而且操作更加简单,减少了用户学习操作的额外负担。论文组织如下:首先阐述了该系统的开发背景、意义;其次介绍了相关的开发工具及技术基础;接着对系统的需求进行了分析,并提出了具体的设计方案和数据库模型;然后展现了整个系统的具体实现,包括数据库的设计和连接,各功能模块的实现;最后对该软件进行了严格的测试。关键词:在线租车,信息管理,网站系统洛阳理工学院毕业设计(论文)IITheDesignandRealizationofOnlinecarrentalsystemABSTRACTAsthecarrentalindustryriserapidlyinourcountry,trafficisalsomoreandmore,tohandlingofinformationdemandsarehigh,thetraditionalautomobiletubeQiupersonnelhasnotmeettheneedsofcarrentalbusinessdevelopment,soIwillplaytocalculatelargestoragespace,high-performanceprocessing苽厛,highlyreliabledatasecurity,aclearvisualdatasuchastherationaluseoftheseresourcesandreal劰workforcereductionaimtoimprovethequalityoflabor.AccordingtothesituationIdesignedasetofnetworkfunctionofcarrentalmanagementsystem,customerscanthroughthenetworkaccesstorelevantindustryandcarrentalenterprisemanagerscanmanageaccordingtothecustomer'sactualsituation,hasastrongpracticability,convenientandimprovetheworkefficiency.Basedonthesystemfunction,decidedto.netdevelopmentplatform,backgrounddatabaseusingSQLServer2005do,chooseapowerfulVisualStudio2008asdevelopmenttool,usingthesoftwareengineeringideasandmethods,onthewholestructuredlifecyclemethodforsystemanalysisanddesign,usingtherapidprototypingmethod,systemthissystemfriendlyinterface,andtheoperationmoresimple,reducetheextraburdenuserslearnoperation.Paperisorganizedasfollows:first,thispaperexpoundsthedevelopmentbackground,significanceofthesystem;Secondlyintroducestherelateddevelopmenttoolsandtechnicalbasis;Thenanalysesthedemandofthesystem,andputsforwardtheconcretedesignanddatabasemodel;Thenshowstheimplementationofthewholesystem,includingdatabasedesignandtheconnection,therealizationofeachfunctionmodule;Finallyhascarriedonthestricttesttothesoftware.KEYWORDS:Onlinecarrental,informationmanagement,thewebsitesystem洛阳理工学院毕业设计(论文)III目录前言................................................................................................1第1章关于本系统的开发...............................................................31.1开发技术简介.......................................................................31.1.1C#.................................................................................31.1.2ASP.NET技术介绍......................................................41.1.3ADO.NET技术............................................................51.1.4SQL2005介绍.............................................................51.2开发工具和运行环境...........................................................6第2章需求分析...............................................................................72.1功能需求................................................................................7第3章总体设计...............................................................................83.1功能概述...............................................................................83.2用例图..................................................................................9第4章详细设计.............................................................................104.1用户管理用例......................................................................104.1.1用户管理用例的用例说明.........................................104.1.2用户管理例的活动图................................................104.1.3用户管理用例的顺序图.............................................114.1.4用户添加用例的界面设计说明.................................114.1.5用户管理用例实现界面图说明.................................114.2车辆管理用例......................................................................124.2.1车辆用例的用例说明................................................124.2.2车辆用例的活动图....................................................124.2.3车辆管理用例的顺序图.............................................134.2.4车辆添加用例的界面设计说明.................................134.2.5车辆管理用例实界面的说明.....................................144.3车辆类型管理用例..............................................................144.3.1车辆类型用例的用例说明.........................................14洛阳理工学院毕业设计(论文)IV4.3.2车辆类型用例的活动图.............................................154.3.3车辆类别管理用例的顺序图.....................................154.3.4车辆类别添加用例的界面设计说明.........................164.3.5车辆类别管理用例实界面的说明.............................16第5章数据库设计.........................................................................175.1实体类图..............................................................................175.2数据库结构图......................................................................175.3数据表的说明......................................................................185.3.1用户表........................................................................185.3.2类别信息表................................................................195.3.3车辆信息表..............................................