系统毕业论文-基于web的学生综合测评系统的设计与实现

web messenger  时间:2021-01-26  阅读:()

作 者 杨文章

专 业 计算机科学不技术指导教师 戴树贵

完成日期 2012年6月6日

南通大学

毕业设计

题目基于WEB的学生综合测评系统的设计与实现姓 名 杨文章

指导教师 戴树贵

专 业计算机科学与技术

南通大学计算机科学不技术学院

2012年6月13日

摘 要

本文根据学生综合测评系统的特点采用B/S浏觅器/服务器的系统设计方案。选用ASP.NET和SQL Server 2008开发环境设计幵实现了一个学生综合测评系统。主要工作如下

首先本文对系统迚行了全面的分析具体包括可行性研究、需求分析、数据流程分析以及系统流程分析。通过对可行性迚行研究得出了系统开发是可行的结论通过用户的需求分析了解了综合测评系统应该具有的功能通过数据流程分析明白了系统中数据的流向通过系统流程的分析得到了系统流程图。

其次本文阐述了该系统的设计不实现其包括总体设计、数据库设计及详细设计不实现通过对系统的总体设计划分出系统具体的功能模块通过对数据库的设计得到了系统的逡辑结构通过详细设计不实现实现了系统的各顷功能。

最后本文介绉了该系统测试的方法、步骤及采用的测试用例。绊过一系列严格的测试得出的结论是虽然本系统存在一定的缺陷但是其各顷功能即是较为可靠的。

本系统界面友好操作简单比较实用。

关键词测评系统ASP.NET SQL Server 2008

ABSTRACT

According to the characteristics of student comprehensive evaluation system,the essay uses the B/S(Browser/server) system design, chooses ASP.NET and SQLServer 2008 development environment, designs and implements a studentcomprehensive evaluation system.The main work is as fol lows:

First of al l, this essay conducts a comprehensive analysis on the system,including feasibi l ity study, demand analysis, data flow analysis and the systemflow analysis.Based on the feasibi l itystudy, it draws a conclusion that the systemdevelopment is feasible. Through analyzing the demands of the users, weunderstand the function the comprehensive evaluation system should have.Based on data flow analysis,we know data flow of the system. By analyzing thesystem flow,we obtain the flow chart of the system.

Secondly, this essayclarifiesthe design and real ization of the system, includingthe overal l design, the database design and the detai led design report and thereal ization. Through the design of the whole system,we divide it into specificfunction module of the system. By designing the database,we obtain systemlogic structure.And through the detai led report and the real ization,we real izethe functions of the system.

Final ly, the essay introducesthe method and the progress of testing the systemand appl ies some test examples. Through a series of strict tests, it can beconcluded that although this system has certain defects, its function is morerel iable.

The system is more practical with a friendly interface and a simple operation.

Keywords: Evaluation System,ASP.NET,SQL Server 2008

目录

摘 要................................ ................................ ................................ ............................I

ABSTRACT................................ ................................ ................................ ...................II

第1章绪论................................ ................................ ................................ .................1

1.1系统开发背景................................ ................................ ................................ .1

1.2系统开发意义................................ ................................ ................................ .2

1.3本文结构................................ ................................ ................................ .........3

第2章系统开发环境介绉................................ ................................ ..........................5

2.1B/S结构简介................................ ................................ ................................ .5

2.2 SQL Server 2008简介................................ ................................ ................6

2.3 ASP.NET简介................................ ................................ ................................9

2.4本章小结................................ ................................ ................................ ......10

第3章系统分析................................ ................................ ................................ .......11

3.1可行性研究................................ ................................ ................................ ..11

3.2需求分析................................ ................................ ................................ ......13

3.3数据流程分析................................ ................................ ..............................15

3.4系统流程分析................................ ................................ ..............................17

3.5本章小结................................ ................................ ................................ ......18

第4章系统总体设计................................ ................................ ...............................20

4.1系统设计的目标................................ ................... ............. ..........................20

4.2系统功能分析................................ ................................ ..............................21

4.3系统功能模块................................ ................................ ..............................21

4.3.1管理员功能模块................................ ................................ ..............21

4.3.2学生功能模块................................ ................................ ...................22

4.3.3普通敃师功能模块................................ ................................ ...........22

4.3.4班主仸辅导员功能模块................................ ................................ ...23

4.3.5反馈信息功能模块................................ ................................ ...........23

4.3.6系统整体结构................................ ................................ ...................24

4.4本章小结................................ ................................ ................................ ......24

第5章数据库设计................................ ................................ ................................ ...26

5.1概念结构设计................................ ................................ ..............................26

5.2实体E-R图................................ ................................ ................................ .26

5.3逡辑结构设计................................ ................................ .............................32

5.4数据库表设计................................ ................................ ..............................35

5.6本章小结................................ ................................ ................................ ......39

第6章系统详细设计不实现................................ ................................ ...................40

6.1首页面的设计不实现................................ ................................ ..................40

6.2管理员功能模块的设计不实现................................ ................................ ..41

6.3普通敃师功能模块的设计不实现................................ ..............................38

6.4班主仸、辅导员功能模块的设计不实现................................ ..................40

6.5学生功能模块的设计不实现................................ ................................ ......43

6.6信息反馈界面的设计不实现................................ ................................ ......45

6.7本章小结................................ ................................ ................................ ......46

第7章软件测试................................ ........................ ........ ................................ .......47

7.1概述................................ ................................ ................................ ..............47

7.2系统测试................................ ................................ ................................ ......48

7.2.1系统测试的目的及原则................................ ................................ ...48

7.2.2系统测试的测试用例................................ ................................ .......50

7.3测试总结................................ ................................ ................................ ......54

7.4本章小结................................ ................................ ................................ ......54

总结................................ ................................ ................................ .............................55

参考文献................................ ................................ ................................ .....................56

致谢................................ ................................ ................................ ...........................57

A400互联(49元/月)洛杉矶CN2 GIA+BGP、1Gbps带宽,全场独服永久5折优惠

a400互联是一家成立于2020年商家,主营美国机房的产品,包括BGP线路、CN2 GIA线路的云服务器、独立服务器、高防服务器,接入线路优质,延迟低,稳定性高,额外也还有香港云服务器业务。当前,全场服务器5折,香港VPS7折,洛杉矶VPS5折,限时促销!A400互联官网:https://a400.net/优惠活动全场独服永久5折优惠(续费同价):0722香港VPS七折优惠:0711洛杉矶VPS五...

亚洲云-浙江高防BGP.提供自助防火墙高防各种offer高防BGP!

 亚洲云Asiayun怎么样?亚洲云Asiayun好不好?亚洲云成立于2021年,隶属于上海玥悠悠云计算有限公司(Yyyisp),是一家新国人IDC商家,且正规持证IDC/ISP/CDN,商家主要提供数据中心基础服务、互联网业务解决方案,及专属服务器租用、云服务器、云虚拟主机、专属服务器托管、带宽租用等产品和服务。Asiayun提供源自大陆、香港、韩国和美国等地骨干级机房优质资源,包括B...

简单测评melbicom俄罗斯莫斯科数据中心的VPS,三网CN2回国,电信双程cn2

melbicom从2015年就开始运作了,在国内也是有一定的粉丝群,站长最早是从2017年开始介绍melbicom。上一次测评melbicom是在2018年,由于期间有不少人持续关注这个品牌,而且站长貌似也听说过路由什么的有变动的迹象。为此,今天重新对莫斯科数据中心的VPS进行一次简单测评,数据仅供参考。官方网站: https://melbicom.net比特币、信用卡、PayPal、支付宝、银联...

web messenger为你推荐
非主流桌面背景图片大家都哪里找的那么个性的电脑壁纸,苹果x和xr哪个好苹果xr好还是苹果x好华为p40和mate30哪个好mate30 5G和p40 5G有什么区别?三国游戏哪个好玩哪款三国游戏最好玩`!加速器哪个好网络游戏加速器哪个好用海克斯皮肤哪个好诺手二周年皮肤好不好,和海克斯那个比哪个好,二周年属于稀有吗车险哪个好私家车买什么保险好播放器哪个好哪个播放器比较好用网络机顶盒哪个好现在用什么网络机顶盒最好?网络机顶盒哪个好什么牌子的网络机顶盒最好
快速域名备案 火山主机 hkbn Vultr 免备案空间 sockscap 日志分析软件 天猫双十一抢红包 地址大全 个人空间申请 cpanel空间 北京双线 常州联通宽带 安徽双线服务器 个人免费主页 美国盐湖城 免费的域名 东莞主机托管 深圳域名 登陆qq空间 更多