毕业设计论文-网上购物系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
本科毕业论文(设计)
题目: 网上购物系统
填写日期:2010 年 5 月 25 日
摘要
本文以当今流行的jsp技术开发设计了”购物新天地”交互式电子商店系统。采用结构化生命周期法,自顶向下、逐层分解,模块化的系统结构设计。全文共分为前言、系统可行性分析和开发方法、系统分析、概要设计、详细设计、系统页面设计、系统测试和总结等八章。前言中阐述了网上购物的发展与网上购物系统的现状。系统可行性分析和开发方法中阐述了系统调研、系统的总体的目标、关键技术简介以及系统配置。系统分析阶段阐述了本网站的功能需求、外部接口的需求,将来可能提出的功能需求,并设计系统的逻辑模型。概要设计中阐述了网站的总体设计原则、功能模块层次图以及功能模块概要描述。在软件的详细设计中阐述了数据库的详细设计、网站各模块功能的具体实现,完成了本系统的jsp 交互式电子商店的系统。文中详细说明了系统分析、系统设计的方法在系统实际开发中应用,并总结了开发过程中的一些经验和体会。
关键字:JSP;Mysql;网上购物系统
Online Shopping System
Abstract:
In this paper, the development of today's popular technology designed jsp "Shopping World" interactive e-shop system.The structured life cycle approach, top-down, layer by layer decomposition, modular system architecture design.Paper is divided into introduction, the system feasibility analysis and development methods, system analysis, design, and detailed design, system page design, system testing, and summarizing eight chapters.Preamble described the development of online shopping and online shopping system status.Feasibility analysis and development methods in the investigation described the system, the system's overall objectives, critical technologies and system configuration profile.System analysis phase described the functional requirements of this site, external interface requirements, functional requirements may be raised in future, and to design the system logic model.Summary of design principles expounded website design, function module-level maps and summary description of modules.The detailed design of the software described in detail the database design, web site features a concrete realization of each module, completing the system jsp interactive electronic store system.The article details the system analysis, system design methods in the practical development of systems applications, and summarizes the development process in some experience and understanding.
Key words:JSP;Mysql;System of Shopping
目录
第一章前言 (1)
1.1 网上购物的发展 (1)
1.2 网上购物系统的现状 (1)
第二章系统可行性分析和开发方法 (3)
2.1 系统调研 (3)
2.2 系统的总体目标 (3)
2.3 关键技术简介 (3)
2.4 系统配置 (5)
第三章系统分析 (6)
3.1 需求分析 (6)
3.2 系统流程图 (7)
3.3 系统数据库设计 (8)
3.4系统顺序图 (10)
第四章概要设计 (10)
4.1 设计原则 (10)
4.2 功能模块层次图 (11)
4.3 功能模块概要描述 (12)
第五章详细设计 (13)
5.1 数据库设计 (13)
5.2 用户注册登录模块设计 (18)
5.3 用户资料修改模块设计 (20)
5.4 商品搜索及购买模块设计 (22)
5.5 购物车商品数量修改模块设计 (23)
5.6 购物车商品删除模块设计 (25)
5.7 用户下订单模块设计 (27)
5.8 商品的增删改查模块设计 (29)
5.9 订单的发送及删除模块 (31)
5.10 管理员的增删改查模块设计 (33)
第六章系统页面设计 (36)
6.1 前台页面 (36)
6.2 后台页面 (37)
第七章系统测试 (39)
7.1 系统测试技术 (39)
7.2测试方式 (39)
7.3 测试步骤 (39)
7.4 测试报告 (40)
第八章总结 (41)
参考文献 (42)
致谢 (43)