礼品在线销售平台的设计与实现-毕业论文

上传人:wo7****35 文档编号:54928079 上传时间:2018-09-22 格式:DOC 页数:79 大小:1.66MB
返回 下载 相关 举报
礼品在线销售平台的设计与实现-毕业论文_第1页
第1页 / 共79页
礼品在线销售平台的设计与实现-毕业论文_第2页
第2页 / 共79页
礼品在线销售平台的设计与实现-毕业论文_第3页
第3页 / 共79页
礼品在线销售平台的设计与实现-毕业论文_第4页
第4页 / 共79页
礼品在线销售平台的设计与实现-毕业论文_第5页
第5页 / 共79页
亲,该文档总共79页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《礼品在线销售平台的设计与实现-毕业论文》由会员分享,可在线阅读,更多相关《礼品在线销售平台的设计与实现-毕业论文(79页珍藏版)》请在金锄头文库上搜索。

1、 本科毕业论文本科毕业论文 (科研训练、毕业设计) 题题 目:目:礼品在线销售平台的设计与实现礼品在线销售平台的设计与实现 姓 名: 学 院:软件学院 系:软件工程 专 业:软件工程 年 级: 学 号: 指导教师: 职称: 年 月 厦门大学学士学位论文 I 摘要 电子商务是电子手段在市场营销上的应用,是企业营销实践与现代信息通讯技术、计 算机网络技术相结合的产物,也就是指企业以电子信息技术为基础,以计算机网络为媒介 和手段而进行的各种营销活动的总称。电子商务作为一种国际通行的商务模式,正在成为 世界性的潮流,并引发了自工业革命以来经济领域一场更加广泛、深刻的革命性变革。电 子商务促使传统市场成

2、为全球性的市场,使市场营销活动摆脱了国界的限制,为企业的营 销提供了更为广阔的潜在市场。正因为电子商务成为了一种商业上的新潮流,所以电子商 务网站也是层出不穷。 本文主要介绍如何开发一个电子商务网站:基于 Web 的礼品在线销售平台。本系统基 于.NET Framework 的 Visual Studio 2003 平台,采用 C#面向对象语言,利用 ASP.NET,ADO.NET 等技术进行开发,并使用了微软的 Access 数据库存储系统。 在线礼品 销售系统拥有一般电子商务平台的大部分实用功能,系统由两部分组成,它们是前台客户 端和后台管理系统。一般的未注册客户只能进行礼品的浏览,成功注

3、册之后则不光可以浏 览礼品,还可以在线定购和定做礼品,并能以订单的方式被平台的后台管理人员进行处理。 后台管理人员可以进行订单的确认工作,礼品的信息修改和添加新礼品,还可以添加新的 管理员。 本文首先介绍了电子商务的一些基本知识,重点介绍了在线礼品销售平台的总体设计, 详细设计,外观设计,关键代码,并展示了系统运行的详细界面。 本系统仅仅是电子商务的一个小的应用,电子商务的能力远不止于此,并且今后的应用方 式也会日新月异。我会不断学习新的知识,争取紧跟电子商务发展的步伐。 关键词 电子商务 电子商务网站 礼品网站 厦门大学学士学位论文 II Abstract E-commerce is a a

4、pplication on marketing using the electronic means.It is a product of the integration of marketing practice,modern communication technology and computer network technology,also a summary of various marketing activities which is based in electronic information technology,spreaded by the computer netw

5、ork.As a common international business model, E- commerce is becoming a global trend, and trigger a more extensive and profound revolution in the economic field compared to the industrial revolution. It can change traditional markets into global markets,get rid of the border restrictions for marketi

6、ng activities and provide a broader potential market for enterprise marketing.Just because E-commerce become a new trend of business, E-commerce website is so endless. This thesis describes how to develop an e-commerce site:Web-based platform for gifts sales online.This system whose coding language

7、is C # is based on the platform of Visual Studio 2003.I use ASP.NET, ADO.NET to develop the web and access of microsoft for the database.This system have most useful features as common e-commerce platform. It is composed of two parts.One is the outlook for the client, the other is the management par

8、t. General unregistered customers can only view the gifts,but after they register for the system,they can buy them online and customize the gifts.The order will be handled by the management staff of the back.The man in the background can handle the orders,add new gifts,also can add new administrator

9、. Firstly, we introduced some basic knowledge of e-commerce,but the focus is to introduce the common design, detailed design, design of appearance and the key code.We also show the detailed interface of the system.This system is just a small application of e-commerce.The capability of e- commerce is

10、 much more than that and the application ways will be ever-changing from now on. I will continue to learn new knowledge to keep up with the pace of development of e-commerce. Keywords E-commerce E-commerce Website Gifts Website 厦门大学学士学位论文 III 目录 第一章 绪论1 1.1 电子商务简介 .1 1.1.1 电子商务的定义 .1 1.1.2 电子商务的由来 .

11、1 1.1.3 电子商务的未来前景 .2 1.2 电子商务的分类 .2 1.2.1 B2B 电子商务2 1.2.2 B2C 电子商务3 1.2.3 C2C 电子商务3 1.2.4 B2M 电子商务3 1.3 电子商务网站的一般需求 .4 1.4 主要工作内容 .5 1.5 论文章节安排 .5 第二章 礼品在线销售平台的总体框架设计6 2.1 礼品在线销售平台的需求分析 .6 2.1.1 总体需求6 2.1.2 数据需求6 2.1.3 功能需求6 2.2 礼品在线销售平台的用例描述 .7 2.3 礼品在线销售平台的外观设计 14 2.3.1 界面设计.14 2.3.2 色彩搭配设计.14 2.3

12、.3 网页组织设计.15 2.4 礼品在线销售平台的数据库设计 15 2.4.1 E-R 模型.15 2.4.2 数据表 16 第三章 礼品在线销售平台的功能模块设计.19 3.1 前台客户端的功能模块设计 19 3.1.1 注册模块详细设计 19 3.1.2 登陆模块详细设计 20 3.1.3 搜索模块详细设计 22 3.1.4 用户个人信息模块详细设计 24 3.1.5 购物车模块详细设计 25 3.1.6 在线定做模块详细设计 26 3.1.7 订单和积分模块详细设计 28 3.2 后台管理端的功能模块设计 29 厦门大学学士学位论文 IV 3.2.1 后台登陆模块详细设计 29 3.2

13、.2 产品管理模块详细设计 30 3.2.3 用户管理模块详细设计 32 3.2.4 订单管理模块详细设计 34 第四章 礼品在线销售平台的实现.36 4.1 系统建设及运行环境 36 4.2 前台客户端界面 36 4.2.1 前台客户端首页 36 4.2.2 会员登陆界面 37 4.2.3 会员注册界面 37 4.2.4 搜索结果界面 38 4.2.5 购物车界面 39 4.2.6 商品信息界面 39 4.2.7 查看订单界面 40 4.2.8 查看积分界面 40 4.2.9 在线定做界面 41 4.3 后台管理端界面 42 4.3.1 管理员登陆页面 42 4.3.2 管理系统首页 42

14、4.3.3 添加产品页面 43 4.3.4 商品管理首页 43 4.3.5 商品修改页面 44 4.3.6 用户管理首页 44 4.3.7 订单管理首页 45 4.3.8 订单确认后页面 45 4.3.9 订单详情页面 46 第五章 关键代码介绍.47 5.1 前台客户端关键代码介绍 47 5.2 后台管理端关键代码介绍 55 第六章 总结与展望.59 致谢60 参考文献61 厦门大学学士学位论文 V Contents Chapter 1 Introduction.1 1.1 Introduction of e-commerce.1 1.1.1 The definition of e-comm

15、erce1 1.1.2 The origin of e-commerce .1 1.1.3 The future of e-commerce.2 1.2 The classification of e-commerce 2 1.2.1 B2B e-commerce.2 1.2.2 B2C e-commerce 3 1.2.3 C2C e-commerce3 1.2.4 B2M e-commerce3 1.3 The general demand for e-commerce site.4 1.4 The main content of my work.5 1.5 The section arr

16、angement of the thesis.5 Chapter 2 Common design of framework for the platform.6 2.1 The demand analysis of the platform.6 2.1.1 The overall demand of the platform.6 2.1.2 The data demand of the platform6 2.1.3 The functional demand of the platform6 2.2 System use case description.7 2.3 The overall design for the interface14 2.3.1 The interface design14 2.3.2 The color design14 2.3.3 The organize design15 2.4 The database design .15 2.4.1 Database conceptual designER diagram15 2

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号