资源描述:
《网上购物电子商务系统 毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要本论文主要阐述“网上购物电子商务系统”下的“网上服装淘宝”系统的设计思想和实现的关键技术。论文针对网上购物用户及商品卖家在进行商品买卖过程中出现的问题,采用面向对象设计的方法和JSP,Struts等技术,进行分析和设计并实现了网上服装淘宝店系统。该系统具有普通用户浏览、注册、注册用户登录、购买商品等功能,测试表明改系统达到了预期的要求。论文包括以下几个部分:第一部分问题的来源和可行性分析,说明了开发“网上服装淘宝”系统的必要性,不但能改善日常生活中人们购物的时间限制性,还能有助于经济效益的提高。第二部分需求分析和总体设计,通过对
2、用户需求的分析,明确知道了自己要设计中所要考虑的问题和各个模块功能的具体实现。第三部分数据库设计,设计了整个系统的功能模块,并对各个实体进行设计。第四部分详细设计及系统实现,通过对各种模块的详细设计和数据库的连接完成了网上服装淘宝店的所有模块。达到理想效果。关键字:MyEclipseJavaMySQL共5页第V页AbstractThisthesisiselaborated"onlineshoppinge-commercesystem"ofthe"onlineclothingtaobao"system'sdesignideaandth
3、eessentialtechnology.Papershoppingusersandgoodsonlinesellerinmerchandisingproblemsappearedinthecourseofusingobject-orienteddesign,themethodsandtheJSP,strutstechnologyetc,analysisanddesignandimplementanonlineclothingtaobaoshopsystem.Thissystemhastheordinaryusersbrowse,r
4、egistered,registereduserlogin,thepurchaseofgoods,andotherfunctions,testsshowthatthesystemtoachievetheexpectedtorequest.Papersincludedthefollowingseveralparts:Thefirstpartoftheoriginoftheproblemandfeasibilityanalysis,Explainsthedevelopment"onlineclothingthenecessityofta
5、obao"system,Notonlycanimproveday-to-daylifepeopleshoppingtimerestriction,butalsohelptoimprovetheeconomicbenefits.Thesecondpartdemandanalysisandtheoveralldesign,Throughtheanalysisofthedemandofusers,clearlyknowoneselftowhichshouldbeconsideredinthedesignoftheproblemandthe
6、realizationofafunctionmodules.Thethirdpartdatabasedesign,designthesystemfunctionmodule,anddesignofeachentity.Thefourthpartdetaileddesignandsystemimplementation,共5页第V页throughthedetaileddesignofvariousmoduleanddatabaseconnectioncompletedonlineclothingtaobaoshopallmodules
7、.Toachievetheidealeffect.Keywords:MyEclipseJavaMySQL共5页第V页目录第一章问题来源11.1引言11.2系统开发背景和意义2第二章基础理论知识42.1JSP概述42.2Java概述52.3MyEclipse概述5第三章需求分析73.1系统功能分析73.2系统性能需求83.3用例图9第四章总体设计114.1系统概述114.2功能分析114.3系统功能结构图12第五章数据库设计155.1数据库分析155.1.1实体的分析155.1.2实体的属性155.1.3实体之间的联系205.2数据库
8、的概念设计205.3数据库的逻辑结构设计21共5页第V页第六章详细设计246.1数据库连接模块的创建256.2用户模块的详细设计266.3问题模块的详细设计276.3.1电子商城的主要功能设计276.3.2电子商城系统后台及主要核心设