毕业论文-在线购物系统 下载本文

内容发布更新时间 : 2024/5/17 18:22:04星期一 下面是文章的全部内容请认真阅读。

本科生毕业设计(论文)

在线购物系统

摘 要

近年来互联网已日益成为收集提供信息的最佳渠道并逐步进入传统的流通领域。互联网促进社会生活的现代化,使得市场的走向发生巨大变化,随着电子商务开始流行起来,越来越多的商家在网上建起在线商店,向消费者展示出另一种新颖的购物模式。网上购物系统它具有强大的交互功能,可使商家和用户方便的传递信息,完成电子贸易或EDI交易,这种全新的交易方式实现了货物与资金的无纸化交换,它为企业管理带来前所未有的改变,同时为企业带来意想不到的经济效益和社会效益。由此建立了B2C的网络销售系统。本文着重论述了系统功能与实现、数据流程与存储,包括用户注册登录、商品检索、商品管理、购物车管理以及后台数据库管理等。运用HTML 、JavaScript语言、jQuery、Ajax、ASP.NET与后台数据库链接等技术。

关键词 B2C;网上购物系统;ASP;电子商务;数据库

I

本科生毕业设计(论文)

On-line shopping system

Abstract

In recent years, the Internet has increasingly become the best channels to collect information, and gradually into the traditional areas of circulation. Internet to promote the modernization of social life, the trend of the market changed enormously, as e-commerce has become popular , more and more businesses set up online shops on the Internet, another new shopping patterns to demonstrate to the consumer . Online shopping system, it has a powerful interactive features enable businesses and users to easily transfer information to complete e-commerce or EDI transactions , this new way to trade to achieve the paperless exchange of goods and capital, it is with business management unprecedented change , as well as bring unexpected economic and social benefits. Built up the B2 Cs network to sell system from here. This text emphasized to discuss system function and realization, data process with save, include a customer to register logging and merchandise index, merchandise management, order management and shopping car management and backstage database to manage etc..Make use of HTML, JavaScript language, jQuery, ADO, ASP and backstage database chain to connect etc. technique.

Keywords B2C; On-line shopping system; ASP; Electronic commerce; Database

II

本科生毕业设计(论文)

目录

第一章 绪论 ..................................................................................................................................... 1

1.1 研究的背景、目的及意义 ................................................................................................ 1 第二章 需求分析 ............................................................................................................................. 2

2.1 系统功能分析 .................................................................................................................... 2 2.2 业务流程图 ........................................................................................................................ 3 2.3 数据流程图 ........................................................................................................................ 4 2.4 开发环境 ............................................................................................................................ 4 第三章 数据库设计 ......................................................................................................................... 5 3.1 表的设计 ............................................................................................................................ 5

3.1.1 表的概述 .................................................................................................................. 5 3.1.2 表的详细设置 .......................................................................................................... 5 3.2 数据库的备份与恢复 ........................................................................................................ 9 第四章 开发工具及相关技术 ....................................................................................................... 11 4.1 Visual Studio 2010简介 ................................................................................................... 11 4.2 Microsoft SQL Server 2008简介 ..................................................................................... 11 4.3 SQL语言介绍 .................................................................................................................. 11 4.4 相关技术 .......................................................................................................................... 12

4.4.1 SqlCommand类 ..................................................................................................... 12 4.4.2 SqlDataAdapter类 ................................................................................................. 12 4.4.3 SqlDataReader类................................................................................................... 12 4.4.4 页面传值 ................................................................................................................ 12 4.4.5 Web.config配置 .................................................................................................... 14 第五章 登录模块功能 ................................................................................................................... 15

5.1 用户登录模块 .................................................................................................................. 15 5.2 管理员登录模块 .............................................................................................................. 19 第六章 详细设计与实现 ............................................................................................................... 22 6.1 注册页面 Register.aspx .................................................................................................. 22 6.2 首页 Default.aspx ........................................................................................................... 28 6.3 饰品页面 Decorations.aspx ............................................................................................ 40 6.4 查看购物车 Default.aspx ............................................................................................... 42 6.5 新增商品信息 ItemsAdd.aspx ........................................................................................ 46 6.6 更新商品信息 ItemsManage.aspx .................................................................................. 48 第七章 简单的系统测试 ............................................................................................................... 54

7.1 测试的目的 ...................................................................................................................... 55 7.2 软件测试内容 .................................................................................................................. 55 7.3 测试时间 .......................................................................................................................... 55 7.4 测试结果 .......................................................................................................................... 55

7.4.1 模块测试 ............................................................................................................... 55 7.4.2 综合测试 ............................................................................................................... 58

III