市场资源挖掘管理系统I摘要随着全国经济的高速发展,市场在高速的发展,市场资源也在变的庞大,市场资源管理工作量就相当大而且工作也非常繁杂。但是一直以来企业都是靠人工的方式管理等级市场资源相关的信息,这种传统的市场资源客户查询方式一般要经过缓慢的人工查找过程,随着客户数量的增加,管理人员查询的工作量将会越来越大。这样的管理方式也存在着许多缺点,如:工作效率低、统计容易出错。同时,一方面时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。另一方面,也不利于客户获得相关市场资源市场信息。本系统前台主要使用JSP作为开发语言,后台使用MYSQL作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的市场资源挖掘管理系统。市场资源挖掘管理系统是将IT技术用于客户资源信息的管理,它能够收集与存储客户的档案信息,提供更新与检索客户资源信息档案的接口;提高工作效率。系统采用JSP为编程语言。论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。关键字客户资源、JSP、MYSQL、MyEclipse市场资源挖掘管理系统IIAbstractWiththepromotionofcomprehensivenationalEnglishfourlevelsoftests,eachyearourcollegestudentstoparticipateinthetwoEnglishfourleveloftest,thenumberofexamsishuge,examinationmanagementworkloadisverylargeandtheworkisalsoverycomplicated.Butsincetheschoolistorelyonmanualmanagementofinformationgradeexaminationrelated,artificialsearchprocessofexaminationresultsquerythetraditionalwayingeneraltogothroughtheslow,withtheincreasingnumberofcandidates,managementstaffqueryworkloadwillbemoreandmore.Thismanagementwayalsohasmanyshortcomings,suchas:lowefficiency,thestatisticalerrorprone.Atthesametime,ontheonehand,thetimeislong,willproducethemassivedocumentsandthedata,thisregardingthesearch,therenewalandthemaintenancehasallbroughtmanydifficulties.Ontheotherhand,isnotconducivetothestudentstoobtaininformationrelatedtotheexamresults.ThefrontofthesystemusingJSPasthedevelopmentlanguage,thebackgroundusingMYSQLasthedatabasemanagementsystem,thedevelopmentenvironmentisMyEclipse,theserverusingtomcat,developedaWebtechnologybasedonB/SstructureoftheEnglish4leveloftestperformancemanagementsystem.English4leveloftestperformancemanagementsystemisITtechnologyforEnglish4leveloftestscoresandinformationmanagement,itcancollectandstoretheEnglish4leveloftestscorestothefileinformation,provideupdatesandretrieveEnglish4leveloftestscorestoinformationfileinterface;improveworkefficiency.ThesystemusesJSPistheprogramminglanguage.Thepapermainlyintroducedthistopicdevelopmentbackground,tocompletetheprocessoffunctionanddevelopmentto.Keyexplanationsystemdesignkey,designthought,difficulttechnologyandsolutions.KeyWords:Customerresources,JSP,MYSQL,MyEclipse市场资源挖掘管理系统I目录摘要..........................................................................................................................................IAbstract......................................................................................................................................II绪论.........................................................................................................................................11系统概述与工具的选择....................................................................................................21.1B/S结构介绍.........................................................................................................21.3MyEclipse介绍.........................................................................................................21.3JavaScrip语言...........................................................................................................31.4JSP技术........................................................................................................................32系统的分析与设计.............................................................................................................52.1开发环境....................................................................................................................52.2需求分析....................................................................................................................52.3可行性分析...............................................................................................................62.4系统用例图...............................................................................................................82.4.1客户信息管理...................................................................................................82.4.2商品信息管理...................................................................................................82.4.3销售信息管理...................................................................................................92.5系统功能分析.........................................................................................................102.6数据库结构设计.....................................................................................................112.6.1数据表概要说明..........................................................................................112.6.2主要数据表的结构......................................................................................123系统的详细设计...............................................................................................................173.1功能模块介绍.........................................................................................................173.2详细设计介绍...........................................................................................................173.2.1管理员登录................................................................