第1页共24页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第1页共24页摘要现在的社会日新月异,发展的非常快。加油站的发展也是非常的快,而且每年都有不同的要求。加油站油品销售的信息量也非常的大,数据可能经常性的发生更换,原来手工的管理模式就体现出不为合适了而且手工的数据是存放在多处的,没有使用统一管理的模式,数据整理非常的麻烦,统计也困难,很多的情况下,工作人员都是在重复一些相同的工作。这样不但降低了工作效率,而且非常的容易出错。在这种条件下,使用计算机管理就体现出非常的适合了。加油站信息管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。因此本人结合加油站管理的要求,对Sqlserver2005数据库管理系统、Sql语言原理、C#语言,进行了学习和应用,主要完成对加油站油品销售管理系统的需求分析功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,本文所设计的加油站信息管理管理系统可以满足用户和客户的需要。关键词:加油站;数据库;C#ABSTRACTPropertythecommunitydevelopmentisveryfast.Thegasstationisalsodevelopingveryfast,andeachyearhasdifferentrequirements.Gasstationoilsalesofverylargeamountofinformation,thedatamaybethefrequentoccurrenceofreplacement,originalmanualmanagementmodereflectsappropriate.Themanualdataisstoredinmanyplaces,anddidnotuseaunifiedmanagementmodel,sodatasortingisverytroublesome.Statisticsaredifficultforstaffinmanycases,andtheyoftenrepeatingsomeofthesamework.Thisnotonlyreducestheworkingefficiency,butalsoveryerror-prone.Undertheseconditions,theuseofcomputermanagementreflectstheveryappropriate.Thegasstationoilsalesmanagementsystemisatypicalinformationmanagementsystem(MIS).Itsdevelopmentmainlyincludestwoaspectsoftheestablishmentandmaintenanceof第2页共24页第1页共24页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第2页共24页back-enddatabaseandfront-endapplicationdevelopment.Fortheformerrequirementtoestablishaconsistentdataintegrityandsecuritydatabase,forthelatterrequiresthesystemhasthefeaturesthattheapplicationhasfullyfunctional,andeasytouse.SoIcombinedwiththegasstationmanagementrequirements,learningandapplicationtheSqlserver2005databasemanagementsystem,Sqllanguagetheory,theC#language.Imainlyhavedoneonthegasstationoilsalesmanagementsystemneedsanalysis,divisionoffunctionmodules,databaseschemaanalysisanddesignofdatabasestructureandapplication.Runningresultsprovedthatthegasstationdesignedbytheinformationmanagementsystemtomeettheneedsofusersandcustomers.目录摘要1ABSTRACT11.系统规划31.1绪论31.2系统需求分析31.3可行性分析41.4开发方法的选择51.5c#及SQLserver2005数据库的选用和简介52系统分析72.1流程分析72.1.1模块划分72.1.2数据流程图8第3页共24页第2页共24页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第3页共24页2.2数据分析92.2.1数据字典92.2.2数据结构93.系统设计103.1系统总体结构设计103.1.1设计原则103.1.2系统功能设计103.2数据库设计113.2.1基本信息表113.2.2实体关系模型123.3代码设计一三3.4输入\输出设计144系统的运行测试与评价164.1测试指导思想及方案174.2系统的运行194.3系统的评价19第五章总结20致谢21第4页共24页第3页共24页编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第4页共24页1.系统规划1.1绪论长久以来,加油站的油品销售信息管理都是依赖加油站工作人员手工进行的,面对如此众多的销售信息,其工作量可想而知。不仅仅浪费了大量的人力物力,而且由于人工管理存在着大量的不可预见的因...