摘 要
XML 在网络程序设计上的几乎每一个方面都留下了深刻的印象,它是作为一种功能强大且具有很大弹性的标记语言而设计的,具有公开性,扩展性,具有自我描述能力的工具,它符合W3C规范,并允许你通过应用程序和各种平台以及网络分享数据。
ASP在创建网络商业应用中起着主导性作用,XML为分享数据提供了标准式样病号无疑问的开始成为WEB和电子商业消费中的主导技术,为互联网的发展和电子商务的应用提供了富有成效的解决方案。
本程序尝试用ASP在网络上架构一个动态的电子商务网站,以使每一位顾客不用出门在家里就能够通过上网来轻松购物。
关键字:XML、HTML、ASP,Trends , websites
Abstract
XML is making an impact on almost every aspect of programming. It was designed from the start as a markup language that combines power and flexibility, with an easy to learn syntax. Developed as an open, extensible, self-describing language, XML is a W3C standard that allows you to share data accross applications, platforms, and the Internet.
ASP is the leading technology for creating dynamic web applications. XML provides a standard format for the universal sharing of data and is undoubtedly set to become an intrinsic part of all major development both on the web, and in the wider business community. The next generation of web sites will combine these technologies as e-commerce matures and developers look for more efficient ways to integrate Internet presence with business systems.
This procedure tries to build up a dynamic e-commerce website in the network with JSP, So that every customer needn't go out and can do shopping easily through surfing the Net at home
KEYWORDS:XML、HTML、ASP, Trends , websites
目 录
前言………………………………………………………………………………4
第一章 概述……………………………………………………………………6
1. 1 关于MIS系统…………………………………………………………6
1. 2 XML概述………………………………………………………………7
1.3 XML在电子商务中的应用……………………………………………7
第二章 开发环境………………………………………………………………9
2. 1 开发环境…………………………………………………………9
2. 2 Internet信使服务…………………………………………………9
2.3 ASP概述……………………………………………………………10
2.3.1 什么是ASP…………………………………………………10
2.3.2 ASP的特点…………………………………………………12
2.3.3 ASP的执行环境……………………………………………13
2.3.4 ASP的内置对象……………………………………………14
2.4 SQL概述……………………………………………………………15
2.4.1 SQL 2000简介………………………………………………15
2.4.2 SQL数据库的特点…………………………………………15
2.4.3 SQL 常用语句………………………………………………16
2.5 数据库的连接………………………………………………………17
第三章 需求分析………………………………………………………………19
3. 1开发背景……………………………………………………………19
3. 2 网站功能说明及需求分析…………………………………………20
第四章 系统设计………………………………………………………………22
4. 1 数据库设计…………………………………………………………22
4. 2 局部功能模块图……………………………………………………23
4. 3 主要功能模块及代码………………………………………………23
4. 3. 1后台系统的实现……………………………………………26
4. 3. 2前台系统的实现……………………………………………41
第五章 结束语…………………………………………………………………61
第六章 参考文献………………………………………………………………63
前 言
21世纪是网络飞速发展的时代,上网、创建网站已经成为热门话题。Internet技术得到持续、猛烈的发展,已经成为计算机产业的一个技术热点,越来越多的企业开始关注网络,许多人正在或正准备学习网络知识,进行网络开发或创建自己的网站。
Internet是目前世界上最大的计算机互联网络,它遍布全球,将世界各地各种规模的网络连接成一个整体。作为Internet上一种先进的,易于被人们所接受的信息检索手段,World Wide Web(简称WWW)发展十分迅速,成为目前世界上最大的信息资源宝库。据估计,目前Internet上已有上百万个Web站点,其内容范围跨越了教育科研、文化事业、金融、商业、新闻出版、娱乐、体育等各个领域,其用户群十分庞大。WWW的盛行天下,与HTML的出色表现是密不可分的。传统的Web页面的交互性必须依赖CGI技术(Common Gateway Interface),CGI程序比较复杂而且可移植性很差,随着时间的推移,逐步被淘汰出局。目前主流的Web页面的编程技术主要是3P技术(ASP,PHP,JSP),因为微软的NT服务器被广泛地作为Internet和Intranet服务器,因此ASP技术得到了广泛的应用。