1、 1 汽车销售管理信息系统 摘 要 : 随着 Internet 的不断普及,人们对于互联网技术的要求已不单单是浏览一下网页,收发电子邮件,日益忙碌的人们开始追求足不出户的利用互联网这一强大的平台来实现的网上购物。对于企业来讲,无论是企业之间 (B to B),还是企业和客户之间 (B to C)的交易,如果能够实现网上交易将大大提高交易速度节约交易成本。近几年,随着网络数据库技术的进一步发展,使得这一设想逐渐成为现实。 运用 ASP 技术和网络数据库原理,基于 B/S 模式我开发了一个汽车销售管理系统。在我的系统中,顾客可以很 方便的注册成为会员,对汽车进行浏览检索,查看汽车的详细资料,然后根
2、据各人的喜好购买心仪的汽车。系统会自动为顾客生成订单,按照顾客所填写的信息提交订单并发货。系统管理员则可以对现有的汽车信息进行添加和编辑,审查已注册的用户并对提交的订单进行处理。 关键词: 汽车销售管理系统 ;B/S 模式 ;ASP。 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 dis
3、patch 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, and wether is the business enterprises( B to B), or business enterprise with the customers
4、bargain for( B to C), if can realize the net up trade and will consumedly increase the bargain speed the economy to trade the cost.In the last few years, along with the techniques further development of network database, make this on conceiving to gradually become the actuality. Application ASP tech
5、nique 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 merchandises detailed data, then purchase th
6、e 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
7、 customer combine right hand over to proceeds to handle to current merchandise. Key words: Cars Sells Management Information System;B/ S mode;ASP. 2 一 概述 1.1 ASP 的简介 ASP( Active server pages) 是一种类似 HTML(Hypertext Markup Language 超文本标识语言 )、 Script 与 CGI(Common GAteway Interface 通用网关接口 )的结合体,但是其运行效率却比
8、 CGI 更高、程序编制也比 HTML 更方便且更有灵活性,程序安全及保密性也比 Script 好。 HTML(Hypertext Markup Language)是一种超文本标识语言,文件通过这种格式可以在互连网上载送浏览,用户只要使用网页浏览 器工具就可以浏览这些文件,目前比较常用的工具包括 Microsoft Internet Explorer,Netscape Communicator 等,由于 HTML 文件都是由标签 (tag)所组成,因此它比较适合制作静态网页,再者,由于先天上的限制 HTML 是无法直接存取数据库的,所以存取数据库的工作大多是依靠 CGI 来处理。 ASP 不但
9、可以包含 HTML 标签,也可以直接存取数据库及使用无限扩充的 ActiveX 控件,因此在程序编制上要比HTML 方便而且更富有灵活性。 ASP 以 HTML 为基础,主体还是HTML 代码,只是在需 要 ASP 动态产生的地方加入 ASP 代码。 ASP的最终显示结果也是 HTML 代码,可准确控制 ASP 的输出结果。 Script(脚本 )是由一组可以在 WEB 服务器或客户端浏览器运行的命令组合而成,目前在网页编制上比较流行的脚本语言包括 VBScript,JavaScript。这些脚本大都是在客户端运行,因此,客户端可以很清楚的取得脚本的内容。所以,就安全性而言,这些客户端的脚本语言的确有危险。 ASP 虽然具有脚本语言的方便性,但由于他是