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

网上军事论坛的设计与实现

来源:56doc.com  资料编号:5D245 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D245
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍


摘  要
  网上论坛作为互联网中运用最为广泛的交流场所之一,如今都已被广大网民接受,它的主要作用是用来帮助浏览者相互沟通。论坛发展到现在已经具有了许多功能:发表文章、回复主题、帖子搜索、数据备份、言论过滤等功能。
  本系统首先经过需求分析,确定了7个操作对象(游客、会员、文章主题、帖子、留言、公告信息、管理人员),其次根据操作对象划分出8大功能模块(注册登录模块、主题模块、帖子模块、留言模块、公告信息模块、成员信息模块、网站统计信息模块、退出模块),最后开发出一个简易的网上论坛系统软件,主要实现发表新文章、回帖、留言、发布公告以及网站流量统计等基本功能。
  关键词:帖子;留言;公告;

The Design and Implementation of Online Military Forum
  Abstract
  As one of the most widely communication spot, the Internet forum today is accepted by majority of Internet users, its main services will be used to help surfers to communicate with each other. Now there have a lot of functions in forum, for example: publishing an article, returning to the theme, searching message, data backup and speech filtering.
  First of all, through the needs analysis of system, seven operating Objects (visitor, member, the article theme, message, voice mail, public notice, administrator), second, eight functional module is divided according to the operation object, such as  (module of Registration and Login, module of theme, module of message, module of voice mail, module of notice information, module of member information, the website of statistical information modules from module), finally, a simple online forum system is built, it includes function as follow: public a new article,  leave words,  public notice and traffic statistics and so on.

  Key words:  card;written message;Bulletin

本论坛系统主要针对游客、会员、(文章)主题、帖子、留言、公告信息、管理人员等对象进行操作,并得出一个简洁的列表,如下:
        * 会员:经过注册论坛的使用人员,具有某些权限。
  * 主题:论坛中发表某个观点及相应内容。
  * 帖子:论坛中单个观点的讨论。
  * 留言:论坛中用户之间相互联系。
  * 公告信息:供所有用户浏览的信息。
  * 管理员:为论坛服务的人员,系统预先设定。
  * 游客:未经注册论坛的人员,只能浏览、查看,进行某些操作时要求进行注册。

根据论坛所必需的功能,可将它们归类,组成系统开发的模块,以便于开发和分析。模块的划分主要是按每一个对象的操作来归类。论坛对象在需求分析中归纳了7个,下面就针对这7个对象列出功能模块: 
  * 注册登录模块
  * 主题模块
  * 帖子模块
  * 留言模块
  * 公告信息模块
  * 成员信息模块
  * 网站统计信息模块
  * 退出模块

推荐资料