网上超市管理系统的设计与实现.doc

约50页DOC格式手机打开展开

网上超市管理系统的设计与实现,目 录摘要i关键词iabstractiikeywordsii第一章 绪论11.1 开发背景11.2 发展现状11.3课题的研究内容21.4论文的组织结构3第二章 开发相关技术简介42.1课题开发模型42.2开发环境52.2.1 软件环境52.2.2 开发工具的选择52.3开发的语言62.3....
编号:68-116047大小:2.12M
分类: 论文>计算机论文

内容介绍

此文档由会员 wanghua273849 发布

网上超市管理系统的设计与实现



目  录
摘要 I
关键词 I
Abstract II
Keywords II
第一章   绪论 1
1.1 开发背景 1
1.2 发展现状 1
1.3课题的研究内容 2
1.4论文的组织结构 3
第二章 开发相关技术简介 4
2.1课题开发模型 4
2.2开发环境 5
2.2.1 软件环境 5
2.2.2 开发工具的选择 5
2.3开发的语言 6
2.3.1 C#简介 6
2.3.2 ASP.NET简介 6
第三章 功能需求 8
3.1需求分析 8
3.2主要的功能模块 8
3.3功能模块描述 9
3.3.1前台功能模块 9
3.3.2后台管理管理模块 10
第四章 数据库的设计与实现 12
4.1数据库的需求分析 12
4.2数据库概念结构设计 13
4.3数据表设计 15
第五章 系统详细设计 20
5.1后台模块 20
5.1.1管理员登陆模块 20
5.1.2商品信息管理 20
5.1.3商品类别管理 21
5.1.4订单管理 22
5.2前台模块 22
5.2.1首页(登录、注册、浏览商品) 22
5.2.2根据条件查询搜索相应的商品 22
5.2.3购物车的实现 22
5.2.4 订单的产生 23
第六章  运行结果 24
6.1后台运行结果分析 24
6.1.1后台登录界面 24
6.1.2商品添加模块 24
6.1.3商品修改模块 25
6.1.3商品类别管理 26
6.1.4 订单管理 28
6.1.5 用户管理 28
6.2前台运行结果分析 29
第七章 软件系统测试 34
7.1软件系统测试概述 34
7.1.1软件系统测试的目的 34
7.2 网上超市系统测试概要 34
7.3测试结果及发现 35
7.3.1 会员登录页面测试 35
7.3.2管理员登陆界面测试 36
7.3.3用户注册功能测试 36
7.3.4会员登录功能测试 37
7.3.5搜索浏览商品功能测试 37
7.3.6用户购物车管理功能测试 38
7.3.7用户订单管理功能测试 38
7.3.8用户管理功能测试 39
7.3.9商品管理功能测试 39
7.3.10商品类别管理功能测试 40
7.3.11订单管理功能测试 41
7.4对网上超市管理系统的结论 41
7.4.1用户登录 41
7.4.2 商品搜索 41
7.4.3购物车 41
7.4.4 后台管理 42
7.5 分析摘要 42
7.5.1功能 42
7.5.2缺陷 42
7.5.3 评价 42
7.6测试运行环境 42
结  语 43
参考文献 44
致 谢 45

 


摘要: 随着经济社会的发展和科学的进步,计算机事业得到了飞速的发展。以计算机和网络技术为基础的信息管理系统正处在发展的旺盛期,电子商务的发展更是全球经济的一大特色,网上超市是电子商务的体现之一。网上超市系统是指在网络上建立一个虚拟的购物商场,避免了顾客挑选商品的繁琐过程,使顾客的购物变得轻松、快捷。
本文详细的讲述了一个基于WEB的“网上超市管理系统”所用到的技术和方法。其中主要运用到了ASP.NET、C#、MVC、ADO.NET、SQL Server 2008数据库等技术来完成。实现的主要功能有:前台功能模块有商品分类展示、购物车、提交订单;后台管理模块有库存管理、订单管理、用户管理。经测试,本系统基本功能完整、运行稳定可靠。
关键词:ASP.NET,C#,MVC,ADO.NET,网上超市
   

 

Online supermarket management system
design and implementation
Abstract:Along with the social development and the progress of science, The computer career have Rapid development.Information management system are basd in computer and network technology is in development , The development of e-commerce is a feature of the global economy, online supermarket is one of the embodiment of the e-commerce. Online supermarket management system refers to the internet to build a virtual shopping mall , avoid the customer choose goods the messy process, make customer shopping become easier, quickly.
This thesis detailed tells a based in  WEB "online supermarket management system" the techniques and methods used . Among them main use to asp.net, c #, MVC, ado.net, SQL Server 2008 database techniques to complete. After testing, the system is running well, Categories reception function modules show, shopping cart, submit the order; background management module inventory management, order management, user management.
Keywords: ASP.NET, C#, MVC, ADO.NET, online supermarket