基于ASP.NET的论坛系统设计与实现.doc

  • 需要金币500 个金币
  • 资料包括:完整论文
  • 转换比率:金钱 X 10=金币数量, 即1元=10金币
  • 论文格式:Word格式(*.doc)
  • 更新时间:2014-02-20
  • 论文字数:13106
  • 当前位置论文阅览室 > 毕业设计 > 信息与计算科学 >
  • 课题来源:(刘教授)提供原创文章

支付并下载

摘要:在80年代因特网的发展初期,出现了纯文字式的BBS,后来逐渐发展成为现在的论坛。如今论坛已经是互联网上的一种极为常见的互动交流服务,网友们可以在此发表自己的观感, 分享工作软件、技术文档等资源,交流某些技术、经验等。

  本系统使用ASP.NET进行开发,数据库采用ORACLE。本系统由三种用户:游客、注册用户以及管理员构成。游客可以浏览帖子,注册用户可以发帖并且回复帖子,还可以管理某个模块,管理员则是对系统内的版块以及所有帖子、用户进行管理,并且可以赋予注册用户管理某个模块的功能。本文描述了论坛系统的设计与实现,对系统的需求进行了分析,对数据库结构进行了详细分析,然后划分系统功能模块,最后详细描述了各个功能模块实现的方法,并给出相应代码。

关键词:论坛; 帖子; ASP.NET; ORACLE

 

Abstract:In the early development of the Internet in 80’s, the text style of BBS appeared, gradually, it evolved to become the forum today. Nowadays, the forum has been a very common interaction service on the Internet, users can express their impressions, sharing software,technical documents and other resources, share some technology, experience and so on.

  The system is developed with ASP.NET and ORACLE. The system consists of three kinds of users: the visitors, registered users and administrators. Visitors can browse the articles; registered users can post articles and reply to some articles, and can also manage a module; the administrator manages all the modules of the forum, all the articles and all users, and can offer a registered user the function to manage a module. In this paper, how to design and implement a forum is introduced, it analyzes the demands for this system, analyzes the database structure, and divides the modules of the system, at last the way of implementation of each module is introduced, and the source codes are showed in the end.

Key Words: forum; articles; ASP.NET; ORACLE