目 录
目 录 1
校园知识论坛的设计与实现 4
Design and Implementation of Campus Knowledge Forum 5
1 绪论 3
1.1 开发背景及意义 3
1.2 课题目标 3
2 开发技术介绍 4
2.1 服务器 4
2.2 数据库 4
2.3 Asp.Net Core 4
3 系统分析 4
3.1 系统功能分析 4
3.2 系统数据分析 5
3.3 系统流程分析 6
3.4 功能模块设计 9
3.5 系统架构设计 10
4 数据库分析与设计 11
4.1 数据项说明 11
4.2 数据表说明 12
4.3 表结构设计 12
4.3.1 用户信息表 12
4.3.2 问题表 13
4.3.3 回答表 13
4.3.4 话题表 14
4.3.5 专栏表 14
4.3.6 问题和标签中间表 14
4.3.7 专栏和标签中间表 15
4.3.8 管理员信息表 15
5 详细设计 15
5.1 问题列表页 15
5.2 提问界面 16
5.3 回答界面 16
5.4 标签界面 17
5.5 专栏页面 17
5.6 个人中心 18
6 系统运行与测试 18
6.1 测试目的 18
6.2 测试环境 18
6.3 测试方法 18
6.3.1 单元测试 18
6.3.2 集成测试 19
结束语 20
参考文献 21
校园知识论坛的设计与实现
摘要:本文使用Asp.Net Core 和MsSqlServer技术,详细说明开发校园知识论坛系统的开发。校园知识论坛系统是基本B/S模式的一种交互性极强的电子信息服务系统。它为使用者提供一个交流的平台,每一个用户都可以在上面问答知识,获取信息,发布观点和评论,极大地促进了信息的共享。
关键词:Asp.Net Core;MsSqlServer;知识论坛;B/S
Design and Implementation of Campus Knowledge Forum
Summary :This article uses Asp.Net Core and MsSqlServer technology to explain in detail the development of the campus knowledge forum system. The campus knowledge forum system is a highly interactive electronic information service system based on the basic B/S model. It provides users with a platform for communication. Each user can ask questions, obtain information, publish opinions and comments, and greatly promote the sharing of information.
Keywords:Asp.Net Core; MsSqlServer; Knowledge Forum; B/S