服装类电子商城的设计与实现
摘要:
随着Internet的不断普及,人们对于互联网技术的要求已不单单是浏览一下网页,收发电子邮件,日益忙碌的人们开始追求足不出户的利用互联网这一强大的平台来实现的网上购物。近几年,随着网络数据库技术的进一步发展,使得这一设想逐渐成为现实。
运用ASP技术和网络数据库原理,基于B/S模式我开发了一个网上购物系统。在我的系统中,顾客可以很方便的注册成为会员,对商品进行浏览检索,查看商品的详细资料,然后根据各人的喜好购买心仪的商品。系统会自动为顾客生成订单,按照顾客所填写的信息提交订单并发货。系统管理员则可以对现有的商品进行添加和编辑,审查已注册的用户并对提交的订单进行处理。
关键词:B/S模式、ASP、电子商务、网络数据库。
The Design and Implementation of
Electronic Shopping Mall
Abstract:
Along with the Internet of continuously universal, people are for the request of technique Internet the already and not only single is a view once web page, receive and dispatch the E-mail, increasingly busy people start pursuing the exploitation Internet that keep the house this a the mighty platform come the net that realizes on the shopping.Speak for the business enterprise, along with the technique's further development of network database, make this on conceiving to gradually become the actuality.
Application ASP technique is with the network database principle, according to B/ S mode I developped a net on the shopping system.In my system, customer can very the convenient registration become the member, and proceeds to merchandise view index, look into favour that the merchandise's detailed data, then purchase the adoring merchandise according to the everyone.System would the auto is a born order of customer, and hand over the order to erupt goods according to the information for fill inning of customer.System manager can then proceeds to increase with the order that edit, investigate already the registered customer combine right hand over to proceeds to handle to current merchandise.
Key words: B/ S mode, ASP, electronic commerce, network database.
目 录
中文摘要.....................................................................i
英文摘要....................................................................ii
目录........................................................................iii
前言.........................................................................5
第一章 概述.............................................................6
1.1电子商务在中国发展的前景.................................................
1.2电子商务网站开发环境......................................................
1.3电子商务网站存在的问题....................................................
1.4电子商务的介绍和成功范例..................................................
第二章 网站设计...........................................................9
2.1网站建设的理论基础........................................................
2.2 网站发开工具的介绍........................................................
2.3网站系统设计分析...........................................................
第三章 电子商城的实现.....................................................15
3.1数据库设计实现.............................................................
3.2功能模块设计实现...........................................................
3.3主要功能实现展示...........................................................
第四章 结束语............................................................26
参考文献......................................................................27
致谢..........................................................................28
附录A 程序主要功能源代码...................................................29