ASP留言簿的设计与实现(ACCESS)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

asp留言簿的设计与实现(ACCESS)(开题报告,毕业论文9900字,程序代码,数据库)
1    摘    要
Internet的迅猛发展,推动了各种网络技术的不断产生和更新,ASP便是在这一条件下产生的,ASP的出现改变了以往网站是由单纯的HTML语言编写的静态网页所组成的情况,有了ASP以后,我们就能够根据不同的用户,在不同的时间向用户显示不同的内容。网站的内容更新也不再是一个乏味的重复过程,它开始变得简单而有趣。因此这使得人们在互联网上的“生活”越来越多姿多彩,人们对于在互联网上交流的方式,也提出了越来越多的要求。基于web的留言簿,就是运用asp制作出的,为网络用户提供的,一个能够多人参与的交流方式。
本文分别介绍了asp概况、VBScript编程语言,ODBC简介,以及留言簿中用户登陆/注册,发表文章,浏览文章,更改个人信息等功能的实现。

【关键字】:留言簿,动态网页,脚本语言,asp, ODBC ,VBScript
 
ABSTRACT

The development of Internet caused producing and updatint of all kinds of technology of networks,when ASP arised.The appreanrance of ASP changed the enviroment  under which the past network station is made up of static Pages which are consistent of pure  HTML language. After ASP turned up , according to different users we can display different contents to user in different time. The updating of the contents of station has never been boring repeating proccess. It begins to become simple and interesting.So the life in Internet becomes more and more colorful, and the methods of communication in Internet are required more and more.BBS based on Web is produced by using ASP,which is a way of several persons participating for network users.In this theme there are introduction of asp, the VBScript language,introduction of ODBC, and user loging/register in the BBS,delivering article, going through articles, modifying personal messages and so on.
【Key words】: BBS, dynamic , Script Language, asp, ODBC, VBScript

系统概述
   本例的留言模型把用户分成二类,一类是管理员,第二类是客人。。管理员负责维护整个留言系统,它可以删除或者确认任何人的留言,删除任何人发表的文章,用户或者游客发表留言的时候需要填写:姓名、性别、留言标题、头像、QQ、主页、个人邮箱、地址、留言内容等内容。并可以通过按CTRL+ENTER 快捷键直接发表留言,也可以自己清楚留言。客人相当于一个共有帐号,以客人身份等入的用户,只能阅读文章,也可以发表的权利,也没有自己的个人资料可以修改。
    对于还没有账号的新用户,也允许他们留言。

系统设计
  本留言中一共涉及了几个.asp文件,分别是” add.asp”、” admin_changepass.asp”、” conn.asp”、” d.asp”、” del.asp”、” edit.asp”、” exit.asp”、” gou.asp”、和” logo.asp”及md5.asa等文件。
 

ASP留言簿的设计与实现(ACCESS)
ASP留言簿的设计与实现(ACCESS)
ASP留言簿的设计与实现(ACCESS)
ASP留言簿的设计与实现(ACCESS)