毕业设计(论文)毕业设计(论文)题目:基于JSP的汽车租赁管理系统的设计与实现学院:计算机学院专业名称:计算机网络技术学号:200930420115学生姓名:刘亚峰指导教师:冯珊2012年5月5日毕业设计(论文)-I-摘要随着我国的经济不断发展,汽车作为一种消费品已经越来越受到大众的青睐。同时随着我国汽车用户的激增,使我国的汽车租赁产业蓬勃发展,十分兴旺。随着我国汽车租赁行业的不断发展,加强对汽车租赁行业的规范,实现规范管理是促进我国汽车行业健康发展的主要动力。对汽车租赁系统采用规范化的管理离不开科学的管理方法和软件的支持。本论文的系统采用JSP语言和MYSQL数据库进行设计,实现汽车租赁系统的系统登录、租车人信息添加、车辆信息添加编辑、票据生成、打印、操作人员信息管理、账目管理功能等。该系统可以实现对信息的浏览、添加、删除、修改、查询等功能。随着汽车租赁行业的发展,希望本文设计的系统能为企业规范化操作提供参考,促进我国汽车租赁行业更好的发展。在开发方法的选择上,选择了生命周期法与原型法相结合的方法,先讨论了将要解决的问题,以及背景,然后从可行性研究、需求分析、详细设计、测试方法等方面完成系统的理论工作。在开发工具的选择上,主要利用JSP编程语言进行开发,使用MYSQL数据库,从而保证了数据的完整性与一致性。本论文主要从系统分析、系统设计、系统实施与使用等几个方面进行介绍。关键词:汽车租赁;系统;企业;管理毕业设计(论文)--IIAbstractWiththecontinuousdevelopmentofoureconomy,carasaconsumerhasmoreandMorepeopleofallages.Atthesametimeasthesurgeofcarusers,thebirthofChina’sAutoleasingmarkettoflourish.WithChina’scontinuousdevelopmentofthecarrentalIndustrydevelopment,strengtheningmanagementofthecarrentalindustry,theimplementationofstandardizedmanagementistopromotethehealthydevelopmentofChian’sautoleasingindustryamajordrivingforce.Onthecarrentalmanagementsystemcannotbeseparatedusingstandardizedandscientificmanagementmethodsandsoftwawresupport.ThesystemusespaperMySqlJSPlanguageanddatabasedesign,implementation,carrentalsystem,landingsystem,renterinformationisadded,thevehicerinformationtoaddedit,billgeneration,printingtheoperatorinformationmanagement,accountsmanagement,Thesystemofinformationsystemcanbrowse,adddelete,modfy,queryandotherfunction.Withthecarrentalindustry,Ihopethissystemcanbedesigindtoprovidereferenceforenterpsisetostandardizeoperaions,andpromoteChina’scarrentalindustry,andbetterdevelopment.Practiceofproductplacementtoplayapositiveguidance,whilethehealthydevelopmentofadvertisingcanhelp.Inthedevelopmentprocess,wepursuerthecomprehensivenessandcommonalityofthesystem,sothatitcannotonlybeappliedinoneeducationalinstitution.Inchoosingthedevelopingmethods,wecombinethelifecycleapproachandtheprototype-basedapproach,approachinfourmainsteps:systeminvestigation,systemanalysis,systemdesignandsystemimplementation.AStodatadesign,evolutionaryprototype-basedapproachispartiallyadaptedtoreanalysis,redesignandimplementwiththeuser'sever-increasingunderstandingofthesystem.Inchoosingthedevelopingtool,JSPprogramminglanguageisemployed.UseSQLServer2000database,toensuretheintegrityandconsistency.Thisthesismainlyintroducestheideasoftheanalysis,designing,implementingandapplicationofthissystem.Keywords:carrental;system;enterprise;manage毕业设计(论文)-III-III目录1绪论.............................................................11.1问题的提出...................................................21.2课题研究的背景与意义.........................................21.3课题研究的目标...............................................31.4课题实现的基本功能...........................................32可行性研究.......................................................42.1现行系统的调研...............................................42.2系统可行性分析...............................................42.2.1可行性分析的目的.........................................42.2.2经济可行性...............................................42.2.3技术可行性分析...........................................52.2.4运行可行性...............................................52.2.5法律可行性分析...........................................63需求分析.........................................................73.1功能需求.....................................................73.1.1概述......................................................73.1.2汽车租赁系统功能需求.....................................73.2系统层次图...................................................83.3系统分析.....................................................84详细设计........................................................114.1数据库设计..................................................114.1.1创建数据库..............................................114.1.2数据库表介绍............................................114.1.3创建数据表..............................................124.2功能模块设计.................................................164.2.1数据库操作模块..........................................16毕业设计(论文)--IV4.2.2系统注册模块............................................184.2.3系统登录界面............................................224.2.4网站首页................................................244.2.5租车流程................................................264.2.6车型介绍................................................284.2.7在线留言.................................................314.3程序内部的文档...............................................324.4系统部分代码.................................................335系统测试........................................................405.1测试思想....................................................405.2测试原理及技术..............................................405.2.1白盒测试和黑盒测试......................................405.2.2覆盖测试................................................405.2.3手工测试和自动化测试....................................405.3软件缺陷....................................................415.4测试方法....................................................41总结............................................................