资源描述:
《网上书店系统设计毕业设计论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、西南科技大学毕业设计(论文)摘要计算机网络的发展,带来了人类历史上的又一次革命——信息革命,随之诞生的电子商务也迅速崛起,风靡全球。作为电子商务的先锋,网上书店扮演着极其重要的角色。本书店系统采用B/S架构,应用ASP+SQLServer开发体系,总体分为前台使用与后台管理两个模块:前台主要实现图书的浏览、查询、评论以及用户的注册、登录、注销、下单、在线支付、个人资料管理、预定图书和意见反馈等功能;后台主要实现管理员的登陆注销、图书管理、用户管理、以及网站所有其他信息的管理。设计过程中,借鉴与参考了一些成功
2、的案例,遵循了功能模块化的设计原理,并发现与改正程序调试过程中出现的错误。系统实现后,先进行单元测试,再进行集成测试。经测试:系统均能较好的实现上述功能,且界面美观、操作简单,有较好的实际应用前景;系统的安全性有待提高。关键字:电子商务;网上书店;B2C西南科技大学毕业设计(论文)AbstractThedevelopingofcomputernetworkhasbroughtoutinformationrevolution,duetowhichelectroniccommercewasemergingand
3、growingrapidly.Nowelectroniccommercehasspreadovertheworld.Asthepioneerofelectroniccommerce,on-linebookstoresareplayinganimportantrole.TheframeofthisbookstoreinformationsystemisB/S.ASPisusedtodevelopthesystemwithSQLServerastheDBMS.Thesystemisdividedintotwom
4、odules:oneisfront-stagemoduleandtheotherisbackstagemodule.Thefirstmodulemainlyrealizessomebasicfunctionssuchasbooksbrowsing,inquiry,remarkingaswellasuser'sregistration,loggingin,loggingout,makinganorder,on-linepayment,individualinformationmanagement,preord
5、eringandopinionfeedback.Thebackstagemodulemainlyenablesthemanagertologginginandloggingout,withabilityofmanagementofbooks,usersandotherinformation.Duringthedevelopment,theauthortakesadvantagesofsomesuccessfulcases,andfollowstheprincipleofmodulationdesign.Af
6、tertherealizationofbasicfunctions,theunittestiscarriesonfirstly,followedwiththeintegratedtest.Inaword,thissystemfulfillsitstasks,withsimpleoperationandpracticalapplication,thoughthesecuritywaitsforenhancement.keywords:electroniccommerce;on-linebookstore;B2
7、C西南科技大学毕业设计(论文)目录第一章概论1§1.1电子商务1§1.1.1电子商务的定义1§1.1.2电子商务的分类与发展1§1.2网上书店2§1.2.1网上书店的优势2§1.2.2国内网上书店的现状与前景2§1.3本文所做的工作3第二章系统可行性分析4§2.1技术可行性分析4§2.2经济可行性分析5§2.3社会因素可行性分析5§2.4结论6第三章需求分析与概要设计7§3.1需求分析7§3.1.1任务概述7§3.1.2运行环境7§3.1.3需求规定7§3.2概要设计8§3.2.1总体结构设计8§3.2.2
8、E-R图设计9§3.2.3数据库设计12§3.2.4数据流图设计12§3.2.5页面设计图14第四章具体功能的实现17§4.1前期准备工作17西南科技大学毕业设计(论文)§4.2前台主要功能17§4.2.1图书展示与查询17§4.2.2图书评论与反馈意见19§4.2.3在线帮助信息的查看19§4.2.4用户的注册与登录20§4.2.5收藏架与下订单22§4.2.6用户个人账户管理25§4.2.7在线支付与图书预定