- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
安徽大学
本科毕业论文(设计)
题 目: 基于B/S结构的网上商城系统的设计与实现
学生姓名: 陈顺 学号:
院(系): 计算机科学与技术 专业: 软件工程
入学时间: 2004 年 9 月
导师姓名: 邹海 职称/学位: 讲师/博士
导师所在单位: 安徽大学计算机科学与技术学院
基于B/S结构的网上商城系统的设计与实现
摘 要
伴随着网络的发展,人们的生活也正日益发生着巨大的改变。因特网与企业经营活动的结合,创造了新的网络经济,使企业的经营活动由传统经营模式转向产品发布、网络营销、交易管理等的电子化。企业的内部运作、组织管理也发生了深刻的变革,迎来了崭新的电子商务时代。本文以基于B/S结构的网上商城系统为例,论证了电子商务网站构建的必要性,并实现了电子商务网站的设计与构建。使电子商务理论与技术真正应用于商业活动。该网上商城系统采用Struts框架的MVC模式,使系统结构层次分明,可重用性高,增加了程序的健壮性和可伸缩性Struts;MVC
The Design and Implement of Net-Store System Based on B/S model
Abstract
With the development of networks, peoples lives are increasingly undergoing tremendous change. The combination of internet and enterprise prosecution creates the new network economy, which changes the prosecution from the traditional model into electronic on many courses such as production release, network selling, trade management and so on. The inner operation, organization and management of the enterprise have had great changes, the new electronic commerce times has arrived! This article takes the Net-Store System Based on B/S model as example demonstrating the requirement of constructing commerce net site, and implement the design and composing of this net site. It makes the electronic commerce theoretic into trade actually. This Net-Store System uses the MVC pattern of Struts framework,which makes the system structured, high-reusability and increases the robustness of the procedures and scalability.
Keywords: b/s model; electronic commerce;struts;mvc
目 录
第一章 前 言 1
1.1研究背景 1
1.2电子商务网站发展现状 1
1.3 论文内容安排 2
第二章 构建系统的相关技术概述 2
2.1 B/S(Browser/Server)结构 2
2.2 MVC模式 3
2.2.1 MVC模式的概念 3
2.2.2 MVC如何工作 3
2.3 数据访问技术 4
2.4开发工具和语言的选择 5
2.5 本章总结 5
第三章 系统的总体设计 5
3.1 程序功能实现流程设计 5
3.2系统的模块设计 6
3.3系统的结构设计 6
3.4 数据库的设计 7
3.5 本章小结 9
第四章 系统的代码实现 9
4.1 系统主界面 9
4.2 注册部分的主要实现 11
4.3 登录部分的主要实现 14
4.4 资料修改部分的主要实现 15
4.5 搜索部分的主要实现 16
4.6 商品展示部分的主要实现 18
4.7 购物车查询部分的详细实现 20
4.8 下单订购部分的主要实现 26
4.9 订单查询部分的主要实现 28
4.1
文档评论(0)