文档介绍:XXX 学院
毕
业
论
文
论文题目
ESS留言板系统的设计与实现
院(系)名称
计算机与信息工程学院
专业名称
计算机网络技术
班级
学生姓名
学号
指导教师姓名
2009年4月完成
目录
内容摘要 2
关键词 2
ABSTRACT 2
KEY WORDS 2
前言 3
第一章相关理论和技术 3
开发环境 3
ASP的特点 3
留言板的其他开发工具 5
第二章需求分析 5
留言本开发背景 5
留言本功能说明 6
第三章程序设计 7
7
数据库连接文件 10
页面代码设计 11
第四章调试和运行 15
调试 15
功能测试 15
结论 20
20
20
参考文献 21
致谢 22
内容摘要
网络在人们的生活中扮演了越来越重要的角色,各色网站、论坛相应而生,我们在浏览信息的同时也需要及时地交流信息,所以留言板在各类网站中应用广泛。
为了方便大家的勾通和获取信息,特创建这个留言板。此留言板前台界面可使用户进行登陆并在留言板上进行发表和查看,管理员可以进行管理和维护。它使用的是Microsoft公司的ASP作为开发工具,Access为后台数据库,构建一个小型的网络留言板,从功能需求来规划框架,最后设计数据库和编写代码进而完成全部功能要求。
关键词:留言板,ASP,数据库,IIS
Abstract
work has played more and more important role in people's life, the assorted website, the forum corresponding and live, we also need during browsing information's to exchange the information promptly, therefore the message center applies widely in each kind of website. to facilitate everybody's colluding with the gain information, founds this message center especially. This message center onstage contact surface may cause the user to carry on the debarkation and carries on the publication and the examination on the message center, the manager may carry on the management and the maintenance. What it uses is Microsoft Corporation's ASP takes the development kit, Access is the backstage database, constructs a work message center, plans the frame from the function demand, the ultimate design database
and pilation code plete plete function request.
Key words:Message center,ASP,Database,IIS
前言
网络在人们的生活中扮演了越来越重要的角色,各色网站、论坛相应而生,我们在浏览信息的同时也需要及时地交流信息,所以留言板在各类网站中应用广泛。
网络中各种留言板系统在DW等工具的编辑美化后和网站融为一体,作为网站的交流平台起到举足轻重的作用。留言板可以提供一个公共的信息发布平台,适用于作为企业内部个人办公助手以及企业与企业之间进行信息交流;在线解决某些客户需求是网站中信息多、人气旺的地方,所以好的留言板可以吸引相当数量的访客,同时也担负着网站对外宣传、发布消息、收集客户反馈的重任,是网站、单位内联网必不可少的一部分。留言板的原理:将留言内容等写入服务器端的文本或数据库,再显示出来。用ASP开发留言板可以很方便的嫁接在网站中运行,所以下面将以此开发一个留言板设计。
第一章相关理论和技术
开发环境
留言本程序主要用ASP语言编写,其常用的运行环境是Microsoft Information