{$cfg_webname}
主页 > 计算机 > ASP >

简易留言板的设计与实现(含Access和SQL两个版本)

来源:wenku168.com  资料编号:WK1681758 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1681758
资料介绍

中文摘要
随着科技的发展网络越来越普及,大多数人都能够使用计算机,人们通过计算机获取各种各样的知识,通过计算机进行娱乐,通过计算机结识朋友,通过计算机进行交流,甚至还能通过互联网购物,在此之前他们只能通过报纸,电视等途径获得信息。留言板正是网友们进行交流的途径之一。
在Internet应用方面,各个企业公司已陆续建立了自己的Web服务器和网站,有的还实现了一些简单的网上业务。但由于各相关单位在信息化建设中的技术差异和经验欠缺,所以没有更好的体现出网站的特殊功效,本人希望这个网站建设带来的不只是一个网站,更是一种观念的转变。
企业的开发工具有好多,一般常用的是ASPASP.NETVB、C++、Java,后台数据库有SQL以及ACCESS等等。一般网上简单小型都是使用ASP跟ACCESS数据库相结合,因为ACCESS数据库结构比较简单。
本系统利用ASP技术开发,运作于Windows XP的环境下,采用的HTML编辑器形式为Dreamweaver MX 2004,后台数据库采用ACCESS 2000。
本系统主要功能有留言发表、留言浏览、用户注册、及后台管理功能。后台管理功能可以方便的对留言方便的删除及对留言的回复。

关键字:ASP语言  ACCESS  数据库 留言 网站

Abstract
More and more popularizes along with the technical developmentnetwork, the majority people all can use the computer, the people gainvarious knowledge through the computer, carries on the entertainmentthrough the computer, knows the friend through the computer, carrieson the exchange through the computer, even also can through theInternet shopping, Before this they only be able through thenewspaper, way and so on television to obtain the information. 留言板 isprecisely   carries on one of exchange ways.
The message development kit has many, what general is commonly used isASP, ASP.NET, VB, C++, Java, the backstage database has SQL as well asACCESS and so on. The general on-line message all is uses ASP to unifywith the ACCESS database, because the ACCESS database structure quiteis simple.
      This system uses the ASP technology development, operates to under theWindows XP environment, uses the HTML editor form is Dreamweaver MX2004, the backstage database uses ACCESS 2000. This system main function has the message to publish, the messagebrowsing, the user registration, and the backstage managementfunction. The backstage management function may facilitate to themessage convenience deletion and to the message reply.

Keywords: ASP  ACCESS  DATEBASE web

本留言系统主要是为了为广大的计算机爱好者提供一个发表言论,发布信息,以及处理电脑故障的工具。这里,大家可以通过留言的方式来讨论自己的问题,包括各种语言、硬件、软件等。

系统功能
发表留言、浏览留言、用户注册、后台管理
发表留言:指用户发表个人留言的地方
浏览留言:查看用户所有留言
用户注册:注册要留言的用户
后台管理:管理员管理留言及留言恢复地点
二、后台功能
管理首页、管理选项、退出管理
管理首页:管理主界面
管理选项:设置管理员及回复的美容
退出管理:退出管理界面回到留言界面

简易留言板的设计与实现(Access和SQL两个版本)
简易留言板的设计与实现(Access和SQL两个版本)
简易留言板的设计与实现(Access和SQL两个版本)


目  录   10000字
中文摘要    1
Abstract    2
第一章 引 言    3
1.1  开发的目的和意义    3
1.2  需求分析    3
第二章 开发环境    5
2.1   系统平台    5
2.2   开发工具    5
2.3 系统开发工具介绍    6
2.3.1  ASP简介    6
2.3.2  ACCESS2000 简介    7
2.3.3  IIS的安装    7
第三章 系统设计    9
3.1 系统概要设计    9
3.1.1 数据结构的设计    9
3.1.2 系统结构的设计    10
3.2 系统功能    10
3.3 系统定义    11
3.3.1 系统的数据要求    11
3.3.2 系统的逻辑模型    13
3.4 系统设计    13
3.5 数据字典    13
第四章 功能设计    16
4.1程序介绍    16
4.2 实现方法    17
4.2.1  ASP网页数据库的连接    17
4.2.2  ASP网页数据库的操作    19
4.2.3 程序主界面index.asp实现方法    23
4.2.4 留言内容窗口    24
结  论    27
致 谢    28
参考文献    29

推荐资料