登录

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

注册

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

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 管理学类 > 信息管理与信息系统 > 正文

基于ASP.NET的国美网上商城毕业论文

 2021-11-08 09:11  

摘 要

随着互联网的发展,人们的消费需求和消费方式也趋于多样化,电子商务行业应运而生并迅速发展起来。线上电商面向的消费者群体更广泛,经营成本更低,购物方式更便捷,能满足消费者日益多样化的需求,有利于提升企业的竞争力,将是零售企业的业务发展的新方向。一个用户界面友好、购物流程简单的网上购物系统,能够扩大顾客群体,扩大市场占有比率。

本文将在现有的国美网上商城基础上,使用ASP.NET脚本语言、C#程序设计语言、Javascript语言、SqlServer数据库等技术设计并开发一个网上购物系统,实现注册登录、搜索商品、加购商品、提交订单等功能,提供简单便捷的购物流程。

本系统采用结构化系统开发方法开发网上购物系统。首先,分别从业务、用户、功能、性能等层面进行需求分析,以及进行业务流程、数据流程分析。其次,进行系统设计,包括代码设计、系统存储设计等等。通过E-R图和关系模型设计相关数据库表,完成系统存储设计。最后,进行系统实施,编写程序,运行系统。整个系统页面包括商城首页、注册页面、登录页面、检索页面、商品页面、购物车页面、提交订单页面、支付页面、个人中心页面。

关键词:网上购物;ASP.NET;国美

Abstract

With the development of the Internet, people's consumption needs and consumption patterns tend to be diversified, and the e-commerce industry has emerged and developed rapidly. With a wider range of consumer groups, lower operating costs and more convenient shopping methods, online e-commerce can meet the increasingly diversified needs of consumers, which is conducive to improving the competitiveness of enterprises. It will be a new direction for the business development of retail enterprises. A user-friendly online shopping system, can expand the customer base, expand the market share ratio.

Based on the existing gome online mall, this paper will use ASP.NET scripting language, C# programming language, Javascript language, SqlServer database and other technologies to design and develop an online shopping system, to achieve the functions of registration and login, search for goods, add goods, submit orders, and provide a simple and convenient shopping process.

This system uses the structural system development method to develop the online shopping system. First, requirements analysis is carried out from the business, user, function and performance levels, as well as business process and data process analysis. Secondly, the system design, including code design, system storage design and so on. Through the e-r diagram and relational model design related database tables, complete the system storage design. Finally, carry out the system implementation, write the program, run the system. The whole system page includes the first page of the mall, the registration page, the login page, the retrieval page, the product page, the shopping cart page, the order submission page, the payment page, and the personal center page.

Key Words:Online shopping;ASP.NET;gome

目 录

第1章 绪论 7

1.1 研究目的及意义 7

1.2 国内外发展现状 7

1.3系统开发的基本内容 8

第2章系统分析 9

2.1需求分析 9

2.1.1业务需求分析 9

2.1.2用户需求分析 9

2.1.3功能需求分析 9

2.1.4性能需求分析 10

2.2业务流程分析 11

2.2.1注册会员业务流程 11

2.2.2加购商品业务流程 11

2.2.3购买商品业务流程 11

2.3数据流程分析 12

2.3.1注册会员数据流 12

2.3.2加购商品数据流 12

2.3.3购买商品数据流 12

第3章系统设计 14

3.1功能模块设计 14

3.1.1注册登录模块 14

3.1.2检索商品模块 14

3.1.3查看商品模块 14

3.1.4购买商品模块 14

3.1.5评价反馈模块 14

3.1.6商品售后模块 15

3.1.7订单管理模块 15

3.2系统存储设计 15

3.2.1概念结构设计 15

3.2.2逻辑结构设计 15

3.2.3数据表设计 16

3.3代码设计 18

3.3.1店铺编号 18

3.3.2商品编号 19

3.3.3用户编号 19

3.3.4地址编号 19

3.3.5订单编号 19

3.3.6评论编号 20

3.4输入输出设计 20

3.4.1模块输出设计 20

3.4.2模块输入设计 21

第4章系统实施 23

4.1国美商城首页 23

4.2注册登录首页 23

4.3商品检索页面 26

4.4商品页面 27

4.5购物车页面 28

4.6提交订单页面 29

4.7支付页面 29

4.8个人中心页面 30

参考文献 34

致 谢 35

第1章 绪论

1.1 研究目的及意义

随着互联网的发展,人们的消费需求和消费方式也趋于多样化,电子商务行业应运而生并迅速发展起来。传统的零售业的主要模式是店铺模式,商家选址开店,消费者到店内购物,为消费者提供良好的体验感和服务,但无法满足消费者的便捷、实惠的购物需求。特别是在电子商务行业快速发展的环境下,人工、租金等经营成本不断增加,客流量和利润却不断减少,这给实体零售造成不小的冲击。现在,国美采用线下店铺和线上电商相结合的O2O模式,让消费者既能快速、便捷地网上购物,也能休闲、轻松地店内购物,满足消费者多样化的消费需求,扩大用户群体,扩大市场占有率。目前网上购物系统大多采用PHP、ASP、JSP语言。PHP语言功能强大、支持多种数据库、运行速度也很快,但缺乏规模和体系结构的支持,比较适合较小的购物网站。而ASP不仅具有以上优点,而且能够获得规模和体系结构上的支持,能够适用于大规模的购物网站。JSP语言则便于操纵HTML对象,实现预想的页面效果。所以本系统将主要采用ASP语言,并在ASP语言中调用JSP脚本语言,以实现预想的系统功能和页面效果。

本系统的意义:线上电商是零售企业的业务发展的新方向,面向的消费者群体更广泛,经营成本更低,购物方式更便捷,能满足消费者日益多样化的需求,有利于提升企业的竞争力。因此,网上商城对于国美企业来说,具有十分重要的意义。

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

企业微信

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