毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

基于.NET的网上论坛系统设计

时间:2018-03-27 10:42来源:毕业论文
采用B/S架构的三层体系结构,数据访问层、业务逻辑层和页面显示层,为了方便和安全地对数据访问,又添加了一层数据访问接口层,对数据访问层进行了一些辅助和包装

摘要:    网上论坛系统是基于.NET,运用了B/S架构和SQL server数据库,使用ASP编程,并且在Web服务器 IIS上运行。其功能模块有:用户登录、用户注册、查看主题列表、发表新帖、修改主题和删除主题。系统采用了哈希表,根据关键码值(Key Value)直接对数据进行操作,以便在用户注册和主题添加、查找、修改和删除操作时能够更快捷地完成。设计中采用B/S架构的三层体系结构,数据访问层、业务逻辑层和页面显示层,为了方便和安全地对数据访问,又添加了一层数据访问接口层,对数据访问层进行了一些辅助和包装。通过对程序代码的单调和统调,正确地实现上述功能。系统设计合理,数据管理有序,信息管理规范,用户界面良好,便于用户使用。20205
毕业论文关键词:网上论坛     B/S架构    哈希表     关键码值
Bulletin Board System which is based on .NET
Abstract: Bulletin Board System(BBS) is designed, used Browser/Server framework and SQL server as the database, ASP programming, and running on the Web server IIS. Its function modules include: user login, user register, browse list of topic, publish a new topic, modify and delete the topic. System use hash table to operate data directly according to the key value, in order to user registration and topic adding, finding, modification and deletion faster. Three layer structure of Browser/Server framework is adopted in the design, data access layer, business logic layer and web layer. In order to access data more quickly and safely, data access interface layer is added. It gives data access layer some auxiliary and packaging. After the program code of monotonous and adjustment, the functions are finished correctly. The system is designed reasonably, database is managed orderly, information is managed accurately, user interface is good and people use it easily.
Keywords:    Bulletin Board System, Browser/Server framework, hash table, key value
目录
1    绪论    1
1.1    网上论坛系统    1
1.1.1    网上论坛系统概念    1
1.1.2    网上论坛系统国内外现状和水平    1
1.1.3    网上论坛系统发展趋势    2
1.1.4    B/S模式    2
1.1.5    ASP.NET技术    3
1.1.6    开发工具    4
1.2    网上论坛系统设计思想    4
1.2.1    网上论坛设计思想及需求分析    4
2    基于.NET的网上论坛系统分析    6
2.1    网上论坛系统的层次结构和系统模块    6
2.1.1    层次结构    6
2.1.2    系统模块图    7
2.1.3    业务流程图    7
2.1.4    用户登录    7
2.1.5    用户注册    8
2.1.6    发表新帖    9
2.1.7    修改主题    10
2.1.8    删除主题    10
2.2    网上论坛系统的数据库分析    11
2.3    系统运行环境和架构分析    13
2.3.1    运行环境    13
2.3.2    系统架构    13
3    网上论坛系统设计    15
3.1    后台数据库的设计实现    15
3.2    数据访问层的设计与实现    16 基于.NET的网上论坛系统设计:http://www.youerw.com/jisuanji/lunwen_11884.html
------分隔线----------------------------
推荐内容