基本信息
作者: 敖日明
学生学号:
班级:
学校: 中山大学物理系
指导老师: 彭自成
写作日期:
字数: 10,648
编号: 181
类别: 理工科〉计算机>计算机软件
级别: 本科毕业论文
目 录
前言-----------------------------------------------------------------2
摘要-----------------------------------------------------------------3
关键字---------------------------------------------------------------3
第一章 ASP的简介----------------------------------------------------3
第二章 ASP的基础知识------------------------------------------------4
2.1 ASP的五大对象和global.asa----------------------------4
2.2 ASP的脚本语言---------------------------------------- 5
2.3 ADO的三个主要对象-------------------------------------5
2.4 ASP与数据库的连接-------------------------------------6
第三章 社科院网站建设的概述-------------------------------------------7
第四章 社科院具体ASP实例分析-----------------------------------------7
4.1 聊天室---------------------------------------------8
4.1.1 什么是聊天室-----------------------------------8
4.1.2 聊天室的原理-----------------------------------8
4.1.3 聊天室的功能-----------------------------------9
4.1.4 聊天室功能的具体实现---------------------------10
4.1.5 聊天室的总结-----------------------------------17
4.2 网上测试-------------------------------------------17
4.2.1 什么是网上测试---------------------------------17
4.2.2 网上测试原理-----------------------------------17
4.2.3 网上测试的功能---------------------------------18
4.2.4 网上测试的具体实现方法-------------------------20
4.2.5 网上测试的总结---------------------------------24
第五章 总结-----------------------------------------------------------25
结束语-----------------------------------------------------------------26
参考文献---------------------------------------------------------------26
源程序代码---------------------------------------------------------见附录
前 言
网络世界永远不会是一个平静的世界,当一种技术不能满足需求时,就会有新的技术诞生并取代旧技术。在Dot com的时代,几乎每个网友都拥有自己的个人主页,这些主页图文并茂,界面做得相当精美,再配以大量的信息内容,几乎是完美的,但它毕竟是一个静态的页面。直到动态页面的出现,才改变了这种状况。这时的页已经不但是“页”了,它是一种网上的web程序,一种为用户提供更多服务类似Windows的程序。ASP正是制作动态网页最有力的工具,而我们就是使用ASP建立了一个新的广州社会科学院网站,这个网站不再是只有简单的静态页面,而且还拥有用ASP制作的动态页面,使整个网站真正动了起来。
摘要
本文对ASP进行了简介,介绍了ASP的基础知识,包括了ASP的脚本语言、ASP的内建对象、ASP与数据库的连接等等,并详细介绍了聊天室和网上测试的实际用途、具体功能和制作过程,还重点解释了里面的一些难点和关键部分。除此以外,对某网站的建设进行了大体的介绍,以聊天室和网上测试两个实例详细的介绍了ASP在网站建设中的应用,比较了用ASP方法建设网站比起传统静态网页的优势,以及未来建设网站的发展趋势。
ABSTRACT
This paper is the introduction of ASP, and it introduces the basic information
of ASP,including the Script Language of ASP、the Object of ASP、the connection
between the ASP and the Data Base.And it introduces the purpose、the function、the
process of the Chat Room and the Test on net,it also explains the emphases and
the sticking point of them.Except this,it introduces the process of building
one net site,and uses two examples to introduce the application of ASP in the
net site building.This paper also compares the ASP and the traditional HTML,and
describes the future of the net site building.
关键字
ASP、ADO、网站建设、聊天室、网上测试
KeyWord
ASP、ADO、Net site building、Chat room、Test on net