登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 经济学类 > 电子商务 > 正文

手表销售网站系统设计与实现毕业论文

 2022-05-17 09:05  

论文总字数:18300字

摘 要

随着Internet和个人计算机的快速发展,数据库在网络中的使用越来越频繁, 21世纪人类的生活以及消费方式,都会呈现出向网络模式发展的趋势。因特网是目前世界上最大的个人计算机互联网络,将世界各地各种规模的网络连接成一个整体,它将遍布全球。作为因特网上一种易于被人们所接受的,先进的信息检索手段,万维网的发展十分迅速,目前成为世界上最大的信息资源宝库。特别是数据库技术在因特网中的广泛应用,Web站点向用户提供的服务将越来越人性化,越来越丰富。

本文研究了以asp.net为基础的手表网上商店系统,此方案与现今网上已采用的一些方案相比,用户使用起来有着更加方便快捷的感受。随着我国互联网的更加普及和网上商店的更趋成熟,网上商店在我国开始起步,会有越来越大的消费群体,市场潜力会得到充分发挥。对于网上商店不合时宜地苛求,不仅无助于问题地解决,而且也会耽误商机,使自己处于被动的地位。本系统制作可以让众多的消费者在网上购买所需要的用品有更加进一步的了解,是一种对传统购物观念延伸,他可以非常详细的提供各项商品的型号,价格,及相关的信息,能够使客户订购到准确的商品。改论文对网站的系统以及需求分析做了详细的介绍。总体来说,系统被划分成两块:后台数据库和Web站点。前台系统包括了商品的查询,站内新闻,用户的注册和系统简介。后台系统包括用户管理员管理,商品类型管理,商品信息管理和订单管理等。由于此系统的结构化设计,所以它能非常快捷的扩展成适合于未来更复杂的环境。总而言之,本系统是一个可靠又实用的案例。

关键字:网上商店、ASP.NET、数据库

Watch online store system development and design

ABSTRACT

In the wake of the fast development of Internet and calculating machine , the application in the electric network of data bank technique is more and more wide-ranging . In the twenty first century, the life and commerce of mode for people will turn to network mode. Internet is the most computer network in the world presently. It spreads all round the globe. It connects all kinds of network to an integer in the world. By the way of information searches which are advanced and acceptant, WWW develops very fast, it becomes the biggest information storage. Especially, the extensive application of database in Internet, the Web sites supplies more and more abundant and humanistic service.

The original researches a shopping system based on ASP .NETand database, compared the projects presently on the net, it is easier for users, whose interface is more audio-visual. Shopping on the net in our country is primary, along with the Internet is more diffusive and shopping on the net is more mature, it can assemble bigger consumptive community which will make the potential of market exert adequately. Checks the net to go shopping ill-timed makes excessive demands , and does not merely there is not assisting the settlement to the problem , but And be able to hold up business , and cause self to be in the passive position. The system made makes the consumers realize the merchandises which they will purchase on the net farther, it is a extending for the traditional concept. It can supply very detailed code names, prices and correlative information for the kinds of merchandise, which can let buyers order and purchase exact merchandise. This thesis mainly makes introduction one by one from the analysis of systematic demands and designation of the system to the systematic realization . This system’s basic functions mainly include user subsystem and janitor subsystem. The user subsystem include shopping inquiring, order inquiring, shopping ordering, the janitor subsystem include janitor login, shopping managing, dealing with the user order, counting the sales of shopping. The System is divided into database and Web site. Because the system is designed on the base of structure, it can be conveniently extended to adapt the more complicated environment in the future. In a word, it is a reliable and useful system.

Key words: Electronic Commerce、 ASP.NET 、SQL

摘 要 2

ABSTRACT 3

Key words: Electronic Commerce、 ASP.NET 、SQL 3

第一章 绪 论 1

1.1 网站设计的背景 1

1.2 在线手表网上商店概述 1

1.3 在线手表网上商店采用的主要安全技术及标准规范 2

1.3.1加密技术 2

1.3.2密钥管理技术 2

1.3.3数字签名 3

1.3.4因特网电子邮件的安全协议 3

1.3.5因特网主要的安全协议 3

1.3.6UN/EDIFACT的安全 3

1.3.7安全电子交易规范(SET) 4

第二章 相关文献综述 5

第三章 涉及的知识和技术基础 7

3.1 ASP.NET简介 7

3.2 Visual Studio 2012简介 7

3.3 SQLserver 简介 7

3.4 C#语言介绍 7

3.5 系统开发的环境介绍 8

第四章 系统需求分析和总体设计 9

4.1系统需求分析 9

4.2系统流程 11

4.3功能需求分析 12

第五章 数据库设计 14

5.1 数据库的E-R图 14

5.2 数据库的设计 15

5.2.1 数据库的设计需求 15

5.2.2 数据表的设计 15

5.3 网站用例的设计 17

5.3.1 用户管理用例 17

5.3.2 商品管理用例 18

5.3.3 购物车用例 18

第六章 网站具体设计 20

6.1首页 20

6.2 商品查询页面 21

6.3用户注册页面 22

6.4站内新闻 23

6.5用户注册 23

6.6 管理员用户登录信息 24

6.7密码修改 24

6.8新闻页面 25

6.9商品类别页面 25

6.10商品信息详细资料浏览页面 26

6.11订单管理页面 27

6.12系统公告页面 27

第七章 网站的评价和改进 28

7.1网站的评价 28

7.1.1 优点 28

7.1.2 缺点 29

7.2网站的改进措施 29

结束语 30

参考文献 31

致 谢 33

第一章 绪 论

1.1 网站设计的背景

近年来,随着因特网的迅速发展,互联网已经成为收集信息的最佳渠道并逐步进入传统的流通领域,互联网具有的跨域性和交互性使它在与传统媒体行业和传统贸易行业的竞争中具有不可超越的优势,因此发展十分迅速。而电子商务在中国正在逐步兴起,建立使用互联网开拓信息渠道,帮助企业切实的调整产品结构,协助经销商打开货源信息门户成为解决信息流通不畅地有效方案。不用怀疑,电商有利于企业转换经营机制,建立新的现代企业制度,提高企业管理水平和国际竞争力。因此,我将根据电子商务在中国的发展,来制作一个符合现代需求的在线手表网上商店的网站。
“在线手表网上商店”中数据库服务器端采用了SQL Server 2008 R2数据库作为ODBC(Open DataBase Connectivity )数据源,并以先进的ADO(ActiveX Data Objects)技术进行数据库存取等操作,使Web与数据库紧密联系起来。

整个个性化页面生成系统主要由使用Visual studio 2012开发,利用IIS ASP.NET技术实现的个性化Web页面生成器,本网站由这两部分组成。前后两者通过数据库服务器和Web服务器进行连接。

请支付后下载全文,论文总字数:18300字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图