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

麻花云:3折优惠,香港CN2安徽麻花云香港安徽移动BGP云服务器(大带宽)

麻花云在7月特意为主机测评用户群定制了促销活动:香港宽频CN2云服务器、安徽移动云服务器(BGP网络,非单线,效果更好)、安徽移动独立服务器、安徽电信独立服务器,全部不限制流量,自带一个IPv4,默认5Gbps的DDoS防御。活动链接:https://www.mhyun.net/act/zjcp特价云服务器不限流量,自带一个IPv4,5Gbps防御香港宽频CN2全固态Ⅲ型 4核4G【KVM】内存:...

41云,服务器8折优惠券,200G TCP防御

41云怎么样?41云是国人主机品牌,目前经营产品有国内外云服务器、CDN(高防CDN)和物理机,其中国内外云服务器又细分小类有香港限流量VPS、香港大带宽VPS、香港弹性自选VPS、香港不限流VPS、香港BGP线路VPS、香港Cera+大带宽机器、美国超防VPS、韩国原生VPS、仁川原生VPS、日本CN2 VPS、枣庄高防VPS和金华高防VPS;物理机有美国Cera服务器、香港单程CN2服务器、香...

DMIT(季度$28.88)调整洛杉矶CN2 GIA优化端口

对于DMIT商家已经关注有一些时候,看到不少的隔壁朋友们都有分享到,但是这篇还是我第一次分享这个服务商。根据看介绍,DMIT是一家成立于2017年的美国商家,据说是由几位留美学生创立的,数据中心位于香港、伯力G-Core和洛杉矶,主打香港CN2直连云服务器、美国CN2直连云服务器产品。最近看到DMIT商家有对洛杉矶CN2 GIA VPS端口进行了升级,不过价格没有变化,依然是季付28.88美元起。...

web messenger为你推荐
登陆qq空间首页qq空间登陆首页集成显卡和独立显卡哪个好集成显卡和独立显卡那个好?骁龙765g和骁龙865哪个好骁龙865八核2.84H和骁龙855plus八核2.96GHZ那个好了?闪迪和金士顿哪个好u盘是金士顿好还是闪迪好?等额本息等额本金哪个好等额本金和等额本息哪个划算?如果想在5-10年内还清贷款哪类更划算一些?车险哪个好汽车保险买哪个公司的好美国国际东西方大学出国留学,美国“野鸡大学”有哪些?qq空间登录qq空间如何登陆51个人空间登录为什么登陆51博客个人空间就不能登陆QQ辽宁联通网上营业厅网中国联通的初始服务密码一般是多少
新秒杀 樊云 2014年感恩节 la域名 permitrootlogin 服务器cpu性能排行 hnyd 本网站服务器在美国 架设服务器 域名评估 qq云端 网游服务器 便宜空间 外贸空间 net空间 114dns 广东主机托管 腾讯网盘 免备案jsp空间 九零网络 更多