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

手机论坛设计与实现(VS2008)(含录像)

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

手机论坛设计与实现(VS2008)(含录像)(开题报告,毕业论文说明书15000字,程序代码,SQL2000数据库)
摘  要
随着经济、信息全球化的发展,手机作为一种新兴的通讯工具,正在普遍的应用的当前的人群中,现在人们使用购买和使用手机的模式,已经由以前的单纯作为通讯工具,打电话、发短信用,逐渐转变成上网,聊天,以及多媒体应用的多种模式,这就要求手机也在不断的更新、换代,智能手机越来越多地被人们所接纳,使用,随着互联网的高速发展,各种各样的论坛如雨后春笋般建立,为了让人们在购买手机之前了解更多的手机购买信心和手机使用信息等,我们建立了这个综合性的手机论坛网站。
手机论坛系统正是以网络手机用户作为使用对象而开发的,它的开发可以给手机用户提供一个互相交流的渠道,也给手机用户在线交流提供了便利。
系统主要是包括几大功能,手机论坛的板块、分块管理、手机论坛的论坛信息管理、帖子置顶、用户等级控制、用户的发帖、回帖等一系列的功能。
经过严格的分析,系统采用SQL Server2000建立具有完整性和一致性的数据库,前台开发工具采用Visual Studio 2008,使用它的可视化组件来完成功能完备、易于操作和管理的论坛系统。

关键词:手机论坛; 发帖;回帖;置顶;B/S结构
 
Abstract
With economic and information globalization, mobile phones as a new communication tool, is the application of the current general population, people now use the model to buy and use mobile phones, has from the previous purely as a communication tool, called , send text messages with, and gradually transformed into the Internet, chat, and multi-mode multimedia applications, which require that the phone is constantly updated, updating, smart phones are increasingly being accepted by people, using, as the Internet rapid development, a variety of forums set up like mushrooms, in order to allow people to buy more mobile phones to buy before the confidence and use of information such as mobile phones, we have established this forum for a comprehensive mobile phone site.
Forum system is the mobile phone network mobile phone users to use objects developed as it can the development of mobile phone users with a channel of communication with each other, but also to provide mobile phone users to facilitate online communication.
System mainly includes several functions, mobile phone forum section, block management, and mobile phone forum Forum information management, post top, user level control, the user's posting, Replies and a series of functions.
After rigorous analysis, the system uses SQL Server2000 with integrity and consistency to establish a database development tool using front Visual Studio 2005, use it to complete the visual component functions, easy to operate and manage the forum system.

 Key words: Mobile Forum; post; Replies; top; B / S structure

手机论坛主要划分为以下几个部分:
管理员模块:
    用户管理:管理使用此系统的注册的用户信息,不符合要求的用户信息可以删除,可以给用户级别设置为高级和普通
    板块信息管理:属于基础数据维护部分,维护手机论坛第一层板块的信息。
    分块信息管理:也是基础数据内容,主要是为了维护手机论坛的第二层板块的信息,可以设置版主信息。
    论坛管理:属于系统的业务数据,系统管理人员定期将检索各种主题以及回复信息,如果发现好的主题可以将主题置顶,也可以删除主题以及回复信息
高级用户(用户模块):
    注册:让登录系统获取一个使用帐号
    论坛管理:属于系统的业务数据,系统管理人员定期将检索各种主题以及回复信息,如果发现好的主题可以将主题置顶,也可以删除主题以及回复信息
    论坛发帖管理:可以在论坛系统中发布帖子信息
    论坛回帖管理:可以在论坛系统中回复帖子信息
普通用户(用户模块):
    注册:让登录系统获取一个使用帐号
    论坛发帖管理:可以在论坛系统中发布帖子信息
    论坛回帖管理:可以在论坛系统中回复帖子信息
  

手机论坛设计与实现(VS2008)(含录像)
手机论坛设计与实现(VS2008)(含录像)
手机论坛设计与实现(VS2008)(含录像)
手机论坛设计与实现(VS2008)(含录像)
手机论坛设计与实现(VS2008)(含录像)
手机论坛设计与实现(VS2008)(含录像)
手机论坛设计与实现(VS2008)(含录像)
手机论坛设计与实现(VS2008)(含录像)
手机论坛设计与实现(VS2008)(含录像)
手机论坛设计与实现(VS2008)(含录像)


目  录
1    引言    1
1.1    选题背景    1
1.2    课题意义    1
1.3    国内外研究状况    2
2    技术方案    3
2.1    C#简介    4
2.2    ASP.NET简介    4
2.3    数据库简介    5
2.4    DIV+CSS 简介    7
3    系统需求分析    9
3.1    现行业务系统描述    9
3.2    现行系统存在的主要问题分析    9
3.3    问题解决方案    10
4    系统设计    10
4.1    系统总体架构    10
4.2    数据库设计    11
4.2.1    数据库逻辑结构设计    11
4.2.2    ER图    13
4.2.3    数据表设计    14
4.2.4    主要模块流程图    15
4.3    系统功能模块设计    17
4.3.1    首页    17
4.3.2    用户注册页面    19
4.3.3    板块维护页面    21
4.3.4    用户信息管理    23
4.3.5    分块信息维护    25
4.3.6    论坛管理    28
4.3.7    论坛综合功能    29
5    系统实施及测试    33
5.1    概念和意义    33
5.2    特性    33
5.3    测试内容    34
5.4    重要性    35
5.5    测试用例摘录    35
5.6    测试结果    35
结  论    36
参考文献    36
致    谢    38

推荐资料