-I-论文题目国网营销稽查监控系统的设计与实现姓名学院专业指导教师备注-II-国网营销稽查监控系统的设计与实现摘要近几年,随着计算机技术的深入发展,电力企业作为国内重点企业,信息化的管理是必不可少的,现已实现的有抄表管理、电费核算管理和收费业务管理等等。但是随着电力部门的不断扩大,业务不断增多,电力部门也建立了自己的销售团队,但是对销售团队的管理监控体制并没有一个切实可行的方案,而且团队信息共享、信息传输出现脱节问题,所以国网营销稽查监控系统的开发是至关重要的。系统在开发前期分析了国网营销稽查监控系统的研究背景和国内外的发展现状,简要阐述了系统实现需要解决的稽查监控方面问题,国网营销稽查监控系统的开发采用了Java语言、SSH框架、数据仓库、AJAX技术和Oracle数据库等技术进行开发实现的。通过以上技术实现了运营状态管理功能模块、供电质量及应急处置监控功能模块、经营成功监控功能模块和工作质量监控功能模块。然后采用现有的测试原理对系统的四个功能模块进行测试,确保了系统的质量,保证了系统的正常运行,降低了管理上的很多风险。本文主要从国网营销稽查监控系统的需求分析、模块设计和模块实现三大方面进行论述,首先阐述了系统的背景和意义,然后详细介绍了系统采用的相关技术,从功能角度出发论述了系统的四个功能模块,从设计的调度论述系统的类和方法,从实现的角度论述了系统的关键技术和功能模块的实现过程,最后根据测试人员记录的测试用例论述了系统的后期测试部分,最后采用总结的方式论述了系统的优缺点及日后改进的方向。本系统经过用户的试用,反映良好,系统极大的方便了电费管理中心的日常管理工作、提高了工作效率,实现了电费管理业务的集中在线稽查监控。关键词:Java,SSH框架,Oracle数据库,稽查监控东北大学硕士学位论文Abstract-III-DesignandImplementationofNationalGridMarketingInspectionMonitoringSystemAbstractInrecentyearswiththefurtherdevelopmentofcomputertechnology,theinformationalmanagementisessentialinthepowercompanywhichisthedomestickeyenterprises.Wehaveachievedmeterreadingmanagement,accountingmanagementandbillingelectricitybusinessmanagement.However,withthecontinuousexpansionoftheelectricitysectorsandthegrowingbusiness,theelectricitysectorshavealsoestablishedtheirownsaleteams.Butwedonothaveapracticalprogramforthemanagingandmonitoringarchitectureofthesaleteams,anditappearsanoutoflineproblemfortheteaminformationsharingandtheinformationtransmission,soitisessentialforthedevelopmentofthenationalgridmarketinginspectionmonitoringsystem.Thebackgroundandthecurrentdevelopmentathomeandabroadofnationalgridmarketinginspectionmonitoringsystem,andbrieflydescribestheproblemsofinspectionandmonitoringtoachievethesystemisanalyzedinthisthesis.ItadoptstheJavalanguage,SSHframework,datawarehouse,AJAXtechnologyandOracledatabasetechnologyforthedevelopmentofthenationalgridmarketinginspectionmonitoringsystem.Throughtheabovetechniques,toachievethefunctionmodulesoftheoperationalstatemanagementmodule,thepowerqualitymonitoringandemergencyresponsemodule,thesuccessfullymonitoringmanagementmoduleandtheworkqualitymonitoringmodule.Inordertoensurethequalityandnormaloperationofthissystem,reducemanyrisksofthemanagement,itadoptstheexistingtestprinciplestotestthefourfunctionalmodules.Thisthesisdiscussedtheneedsanalysis,moduledesignandmoduleimplementofthenationalgridmarketinginspectionmonitoringsystem.Firstlyitdescribesthebackgroundandsignificanceofthesystem,andthenitintroducesthedetailsoftherelevanttechnicaladoptedinthissystem.Itdiscussesthefourfunctionalmodulesofthesystemfromthefunctionalview,discussestheclassesandmethodsformtheschedulingdesignofthissystem,thenitdiscussesthekeytechnologiesandsystemfunctionalmodulesimplementationprocesstobeachievedfromtheimplementationview.Finallyitdiscussesthepost-testofthesystemaccordingtotestcasesrecordedbytesters.Atlast,itdiscussestheadvantagesanddisadvantagesofthesystemapproachandthefuturedirectionofimprovementinthesummary.东北大学硕士学位论文Abstract-IV-Throughthetrialforthesystemusers,thereisagoodinflection.Thesystemprovidesgreatfacilitatesofthedailymanagementfortheelectricitybillmanagementcenter,andimprovestheworkefficiencyandachievestheonlineinspectionmonitoringforthecentralizedelectricitybillmanagementbusiness.Keywords:Java,SSHFramework,OracleDatabase;InspectionMonitor东北大学硕士学位论文目录-V-目录独创性声明...........................................................错误!未定义书签。摘要..................................................................................................IIAbstract................................................................................................III第1章引言.....................................................................................11.1研究背景.........................................................................................................................11.2国内外研究现状.............................................................................................................21.3研究的目的和意义.........................................................................................................31.4本文结构.........................................................................................................................31.5本章小结.........................................................................................................................4第2章相关技术介绍.........................................................................52.1Java语言概述..................................................................................................................52.1.1Java的Internet连接技术........................................................................................52.1.2Java中的中文处理...................................................................................................52.2SSH框架概述..................................................................................................................62.3DM技术概述..................................................................................................................72.4AJAX概述...................................