邢台学院20一五届本科毕业设计摘要印象通讯手机销售管理系统是针对网上即时性产品销售而开发的系统,本系统使用VisualStudio2005作为开发工具,采用ASP.NET技术、C#语言进行设计与实现,后台采用SQLServer2005进行数据库管理。从经济可行性、技术可行性、操作可行性、用户的需求、数据库设计以及系统实现方面进行了详细阐述。根据需求分析可把系统分为游客、用户和后台管理员三种角色。该系统主要实现了游客浏览网站、注册账号,成为用户后可修改自己的注册资料、购买商品、查看购物订单。管理员主要进行网站后台管理,包括动态信息管理、产品管理、订单管理、用户管理、动态信息添加、产品添加、订单的查看与删除等功能。关键词:数据库系统;网上销售系统;ASP.NET;经济;SQLServerI邢台学院20一五届本科毕业设计AbstractImagecommunicationhandsetsalesmanagementsystemforonlinereal-timeproductsalesanddevelopmentsystem,thissystemUSESVisualStudio2005asadevelopmenttool,usingASP.NET,c#languagetocarryonthedesignandimplementation,backgroundwithSQLServer2005databasemanagement.Fromtheeconomicfeasibility,technicalfeasibility,operationfeasibility,theneedsofusers,databasedesignandsystemimplementationindetailinthispaper.Accordingtothedemandanalysis,usersandadministrators,touristscanbedividedthesystemintothreeroles.Thesystemmainlyimplementsthevisitorsbrowsingwebsite,registeredaccounts,becomeausercanmodifyhis/herregistrationinformation,purchasegoods,checkshoppingorder.Websitebackstagemanagementadministratormainly,includingdynamicinformationmanagement,productmanagement,ordermanagement,usermanagement,dynamicinformationtoadd,addproducts,orders,viewanddelete,etc.II目录1绪论............................................................11.1开发背景与意义..............................................11.2开发技术介绍................................................12系统分析........................................................22.1可行性分析..................................................22.2需求分析....................................................22.2.1功能需求分析..............................................22.2.2性能需求分析..............................................43系统设计........................................................53.1系统的总体结构设计..........................................53.2系统的详细设计..............................................53.2.1管理员功能模块详细设计....................................53.2.2用户功能模块详细设计......................................83.2.3游客功能模块详细设计.....................................104数据库设计.....................................................114.1概念结构设计...............................................114.2逻辑结构设计...............................................124.3物理结构设计.............................................一三5系统的实现...................................................一五5.1首页页面的实现...........................................一五5.2管理员功能模块的实现.......................................165.2.1管理员登录的实现.........................................165.2.2动态管理的实现...........................................175.2.3产品管理的实现...........................................205.2.4进货管理的实现...........................................235.2.5订单管理的实现...........................................245.2.6用户管理的实现...........................................265.3用户功能模块的实现.........................................285.3.2用户登...