摘 要
我们从建站的实际情况出发,经过对有关网站新闻发布事项的一番考察和分析,确立了新闻发布系统的具体实现功能。并阐述系统的结构设计和功能设计,实现新闻的分类显示,最近新闻的提示,新闻滚动功能等。经过授权的用户可以通过Web浏览器,以人机交互式的客户端程序实现对学校新闻的发布、管理、实时的进行行为统计和记录。本系统是学校网站的一个子系统,具有很好的外部接口,能够很好的配合站点的其它子系统服务于网站的新闻发布.该系统是一个基于新闻发布和内容管理的全站管理系统;基于B/S模式WEBMIS系统,本系统可以将杂乱无章的信息(包括文字、图片和影音)经过组织,合理而且有序地呈现在大家面前。简单的说,新闻发布系统就是充当一个网络新闻媒介的功能。
主要实现对新闻的分类,审核,发布,模拟了一般新闻媒介的发布的过程
关键词: 数据库 ASP 个人新闻系统
Abstract
we embark from the station construction actual situation,pass through to a related website news issue item inspection and theanalysis, has established the news issue system concrete realizationfunction. And the elaboration system structural design and thefunctional design, realize the news classification to demonstratethat, the recent news prompt, the news rolls the function and so on.After the authorized user may through the Web browser, by theman-machine interactive customer end procedure realization to theschool news issue, the management, real-time carry on the behaviorstatistics and the record. This system is a school website sub-system, has the very good exterior connection, can the very goodcoordinate stand other subsystems serve the website news issue This system is based on the news issue and the content managemententire station management system management system; Based on B/S thepattern WEBMIS system, this system may the chaotic information(including writing, picture and video and music) the processorganization, reasonably has the foreword to present in front ofeverybody. Simple saying, the news issued the system is acts as a NetNews medium the function, the main realization to the newsclassification, the verification, the issue, has simulated the commonnews medium news issue process
Key words: DataBase ASP Personal Information System
目 录
摘 要 I
Abstract II
目 录 III
绪 论 1
1 需求分析与总体设计 4
1.1系统功能描述 4
1.1.1 新闻类别管理: 4
1.1.2 新闻发布管理: 4
1.1.3 图片处理模块: 4
1.1.4 新闻查询模块: 5
1.1.5 网友留言模块: 5
1.1.6 系统用户管理功能: 5
1.2 系统功能模块划分 5
1.3 系统流程分析 6
2 系统主界面和功能模块的设计 8
2.1系统主界面的设计 8
2.1.1 设计主界面 8
2.1.2 登录程序设计 9
2.1.3 设计管理界面 10
2.2 新闻类别管理模块设计 11
2.2.1 设计新闻类别管理界面 11
2.2.2 添加新闻类别 13
2.2.3 修改新闻类别 13
2.2.4 删除新闻类别 13
2.3 新闻发布管理模块设计 13
2.3.1 添加新闻 14
2.3.2 修改新闻 15
2.3.3 删除新闻 15
2.3.4 新闻查询管理 15
3 数据库结构设计与实现 17
3.1 创建数据库 17
3.2 数据库逻辑结构设计 17
3.3 创建表的脚本文件 19
4 目录结构与通用模块 21
4.1 目录结构 21
4.2 通用模块 21
5 调试与安装 23
5.1 安装IIS 23
5.1.1 在安装IIS之前,必须安装TCP/IT协议。 23
5.1.2安装IIS服务器程序 23
5.2 ASP硬件要求 24
结 论 26
致 谢 28
参考文献 29
绪 论
Active Server Pages:“动态服务器网页”,一般简称为“ASP”,ASP之所以能受到大家的重视与使用的原因,主要在于所产生的执行结果都是标准的HTML格式,而且这些程序是在网络服务端中执行,使用一般的浏览器(如IE 或Netscape)都可以正确地获得ASP的“执行”结果,并且将这ASP执行的结果直接在浏览器中“浏览”,不像VBScript或 JavaScript是在客户端(Client)的浏览器上执行,若使用VBScript来设计程序,客户端(Client)在IE浏览器中可以显示程序执行的结果,可是,客户端(Client)若使用Netscape浏览器就无法显示VBScript的执行结果。

您当前的位置:
