系统毕业论文-基于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

RAKsmartCloud服务器,可自定义配置月$7.59

RAKsmart商家一直以来在独立服务器、站群服务器和G口和10G口大端口流量服务器上下功夫比较大,但是在VPS主机业务上仅仅是顺带,尤其是我们看到大部分主流商家都做云服务器,而RAKsmart商家终于开始做云服务器,这次试探性的新增美国硅谷机房一个方案。月付7.59美元起,支持自定义配置,KVM虚拟化,美国硅谷机房,VPC网络/经典网络,大陆优化/精品网线路,支持Linux或者Windows操作...

TTcloud(月$70)E3-1270V3 8GB内存 10Mbps带宽 ,日本独立服务器

关于TTCLOUD服务商在今年初的时候有介绍过一次,而且对于他们家的美国圣何塞服务器有过简单的测评,这个服务商主要是提供独立服务器业务的。目前托管硬件已经达到5000台服务器或节点,主要经营圣何塞,洛杉矶以及日本东京三个地区的数据中心业务。这次看到商家有推出了新上架的日本独立服务器促销活动,价格 $70/月起,季付送10Mbps带宽。也可以跟进客户的需求进行各种DIY定制。内存CPU硬盘流量带宽价...

星梦云60元夏日促销,四川100G高防4H4G10M,西南高防月付特价

星梦云怎么样?星梦云好不好,资质齐全,IDC/ISP均有,从星梦云这边租的服务器均可以备案,属于一手资源,高防机柜、大带宽、高防IP业务,一手整C IP段,四川电信,星梦云专注四川高防服务器,成都服务器,雅安服务器 。官方网站:点击访问星梦云官网活动方案:1、成都电信年中活动机(封锁UDP,不可解封):机房CPU内存硬盘带宽IP防护流量原价活动价开通方式成都电信优化线路4vCPU4G40G+50...

web messenger为你推荐
软银孙正义马云富还是孙正义富软银支付软银支付可靠吗?国内免备案服务器国内的服务器是都要备案是吗?有没有不需要备案的?电脑桌面背景图适合女生用的桌面背景图片有哪些?核芯显卡与独立显卡哪个好英特尔核芯显卡怎么样?和独立显卡那个更好?云盘哪个好免费的网盘哪个好?更大、更安全、更实用?腾讯空间登录QQ空间登录qq空间登录器QQ空间校友网页自动登陆器飞信空间登录怎样在网上登陆飞信辽宁联通网上营业厅我进入到的中国联通微信营业厅,该如何进入到人工服务啊?
海外域名 网络域名 西安服务器租用 域名查询系统 vps代理 simcentric asp.net主机 一元域名 申请个人网页 嘟牛 e蜗牛 促正网秒杀 howfile 789电视网 服务器是干什么的 百度云1t 昆明蜗牛家 中国电信宽带测速器 优酷黄金会员账号共享 net空间 更多