大连东软信息学院本科毕业设计(论文)系所:计算机科学与技术系专业:软件工程(应用软件方向)学生姓名:陈**学生学号:1****400***指导教师:刘丹妮导师职称:副教授完成日期:2015年4月19日大连东软信息学院DalianNeusoftUniversityofInformation论文题目:基于.NET的网上书店销售系统的设计与实现大连东软信息学院毕业设计(论文)摘要I基于.NET的网上书店销售系统的设计与实现摘要随着Internet技术的发展,人们的日常生活已经离不开网络。未来社会人们的生活和工作将越来越依赖于数字技术的发展,越来越数字化、网络化、电子化、虚拟化。Internet的发展历程以及目前的应用状况和发展趋势,可以充分地相信网络技术将极大的改变我们的生活和工作方式,甚至社会的价值观也会发生某种变化。本设计尝试用ASP.NET在网络上架构一个网上书店,实现崭新的电子商务,以使每一位顾客不用出门在家里就能够通过上网来轻松购书。本文从理论和实践两个角度出发,对一个具有数据挖掘功能网上书店进行设计与实现分析。论文首先较为详尽地介绍了面向对象分析与设计的有关概念与技术,特别深入介绍了在本系统中运用到的知识,如:面向对象的分析设计流程;系统中所用到的开发技术ASP.NET以及ADO.NET的特点、结构框架以及使用方法。接着对书店系统的可行性进行了分析,然后对系统的设计思想、设计目标与系统的整体结构进行了明确的规划。最后对系统的主要页面、数据库、应用程序的设计与实现作了较为详细的讲解。本网上书店系统是在VisualStudio2012平台上运用ASP.NET技术来实现的。其主要功能有:用户管理,新书上架,分类查找,购买流程,图书评论,网站管理等。论文在撰写过程中,力求将理论与实践应用相结合,对各种理论进行阐述的同时配合系统从实际应用和操作技巧上加以说明,希望能够更充分地体现到这些知识与技术在本系统中的应用与实现。关键词:电子商务,数据库,ASP.NET,网上书店大连东软信息学院毕业设计(论文)Abstract-II-DesignandImplementationofOnlineBookstoreSalesSystemBasedon.NETTechnologyAbstractWiththedevelopmentofInternettechnology,people'sdailylifehasbeeninseparablefromthenetwork.People'slivesandthefutureofsocialworkwilldependonthedevelopmentofdigitaltechnology,moreandmoredigital,network,electronic,virtualization.DevelopmentofInternetapplicationsandthecurrentstatusandtrends,canbelievenetworktechnologywilldramaticallychangethewayweliveandwork,andevensomevaluesofsocietychangewilloccur.ThedesignattemptstouseanonlinebookstoreASP.NETarchitectureonthenetwork,sothateverycustomerneednotgooutathomecanbeeasytobuybooksthroughtheInternet.Fromthetheoreticalandpracticalpointofview,forapersonwithdataminingdesignandrealizationoftheonlinebookstoreanalysis.Firstly,amoredetailedintroductiontoobject-orientedanalysisanddesignconceptsandtechnologies,particularlyin-depthintroductiontotheapplicationofknowledgeinthissystem,suchas:object-orientedanalysisanddesignprocess;thesystemusedbytheASP.NETdevelopmenttechnologiesandADO.NETfeatures,structureandmethodsofuse.Thenthefeasibilitybookstoresystemisanalyzed,andthenthesystemdesign,theoverallstructureofthesystemdesignobjectiveswereclearplan.Finally,themainpageofthesystem,database,designandimplementationofanapplicationmadeamoredetailedexplanation.TheonlinebookstoresystemusesASP.NETtechnologyintheVisualStudio2012platformtoachieve.Itsmainfeaturesare:usermanagement,bookshelves,CategorySearch,purchaseprocess,bookreviews,sitemanagement.Thesiswritingprocess,andstrivetobeacombinationoftheoryandpracticalapplicationofvarioustheoriesexpoundedinconjunctionwiththesystemtoillustratethepracticalapplicationandoperatingskills,IhopetobeabletomorefullyreflecttheknowledgeandtechnologyinthissystemApplicationsandImplementation.Keywords:E-commerce,database,ASP.NET,onlinebookstore大连东软信息学院毕业设计(论文)目录-III-目录摘要....................................................................................................I第1章绪论...................................................................................11.1论文研究背景.................................................................................................11.2论文研究意义.................................................................................................11.3网上书店发展现状.........................................................................................21.4项目目的.........................................................................................................21.5项目意义.........................................................................................................3第2章关键技术介绍.......................................................................42.1ASP.NET..........................................................................................................42.2B/S结构..........................................................................................................42.3SQLSERVER2012............................................................................................5第3章系统分析...............................................................................63.1需求分析........................................................................................................63.1.1系统组织结构的分析..............................................................................................63.1.2系统管理上的需求分析..........................................................................................63.2方案论证分析................................................................................................73.3系统可行性分析............................................................................................73.3.1系统可行性..............................................................................................................73.3.2经济可行性分析......................................................................................................73.3.3技术可行性分析......................................................................................................73.3.4操作可行性分析......................................................................................................83.4功能分析......................................................