网上超市的设计与实现.doc

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

网上超市的设计与实现,全文22页约12000字 论述翔实目录摘要(中/英文)关键词 前言 第1章 网上超市的设计 31.1 网上超市的构思 3 1.2 网上超市的系统设计31.2.1 目标设计31.2.2设计思想41.2.3系统功能设计41.3 数据库的需求分析51.4 后台系统和数据库的配置51.4.1 后台服务器配置...
编号:10-25120大小:352.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 棉花糖糖 发布

网上超市的设计与实现

全文22页 约12000字 论述翔实

目 录
摘要(中/英文)
关键词
前言
第1章 网上超市的设计……………………………………………… 3
1.1 网上超市的构思……………………………………………………………… 3
1.2 网上超市的系统设计……………………………………………………………3
1.2.1 目标设计……………………………………………………………………3
1.2.2 设计思想……………………………………………………………………4
1.2.3 系统功能设计………………………………………………………………4
1.3 数据库的需求分析………………………………………………………………5
1.4 后台系统和数据库的配置………………………………………………………5
1.4.1 后台服务器配置………………………………………………………………5
1.4.2 后台数据库的配置……………………………………………………………6
第2章 模块实现分析……………………………………………………………6
2.1 商品查找模块的具体实现………………………………………………………6
2.1.1 商品的分类查找……………………………………………………………7
2.1.2 商品名的模糊查找…………………………………………………………8
2.2 购物车模块的具体实现…………………………………………………………8
2.2.1 购物车页面的实现…………………………………………………………8
2.2.2 订单检查页面的实现………………………………………………………12
2.3 后台管理员系统的具体实现…………………………………………………15
2.3.1 浏览商品列表页面………………………………………………………16
2.3.2 修改商品信息页面………………………………………………………16
2.3.3 添加商品信息页面………………………………………………………18
2.3.4 删除商品信息页面…………………………………………………………19
第3章 系统的数据测试 ……………………………………………………21
第4章 结 论……………………………………………………………………21
4.1 系统特点 ………………………………………………………………………21
4.2应用前景 ……………………………………………………………………21

摘 要
网上超市是一个新兴的行业,属于电子商务的范畴,具有较高的发展前景和实用性。它要实现的功能非常多,最重要的当属商品的销售,也就是管理库存的商品,以及管理用户的购物车,从而实现结账等一系列功能。另外,网上超市还需要提供给用户查找数据库中商品相关记录的功能,允许管理员对整个系统的数据库进行操作。本文介绍的是网上超市设计开发的全过程,从系统功能的确立到各功能的编程实现,进行了详细的讲解。该系统主要包括前台直接面向用户的界面和后台数据库的管理两个方面。对于前者要求用户能够很直观的理解界面的使用方式 ,并且能很方便的实现购物.而对于后者则要求数据库的一致性和完整性强,数据安全性好。经过构思分析后,我们主要运用了Microsoft Visual InterDev 6.0来实现ASP的编程,实现前台ASP文件的建立。在后台建立方面我们运用了Microsoft Access数据库,它能够实现数据库的建立与管理,实现ASP文件对数据库的访问。

关键词: ASP, ACCESS数据库

Abstract

E-supermarket, which belongs to category of Electronic Commerce, is a rising business in the ascendant. It is prospectus and practical. It functions a lot, the most important Certainly being selling goods, that is, managing the stock goods and push carts of the customers in order to finish a series of functions, like settling accounts. On the other hand, E-supermarket should also make customers being able to find the relevant record of goods in the data base, and only allow the management to operate the data in the whole system.
What the text introduces is the whole process of the design and development of E-supermarket, especially from the establishment of systematical function to the programming realization of all function. The system mainly includes two aspects, the interface directly confronting the customers in the proscenium and the management of data base in the backstage. As for the former, it requires the customers understand the using means of the interface audio-visually. And to the latter, it requires great identity and integrity of the data base, and also great safety of data. After thinking over and analyzing, we mainly use Microsoft and visual Interdev 6.0 to carry out the programming of ASP and the establishment of ASP files in the proscenium. As for the establishment of backstage, we use the Microsoft Access data base, so the ASP files can visit the data base.
Key words: ASP, Access Data Base

参考文献:
1.张登辉, 刘益红<< ASP编程基础及应用>> 机械工业出版社 2002年9月
2. 李楠, 李志强 <> 人民邮电出版社 1999年12月
3. 魏善沛 <> 清华大学出版社 1999年9月
4.马敏 <<电子商务概论>> 中国财政经济出版社 2001年8月