{$cfg_webname}
主页 > 计算机 > ASP.NET >

基于ASP.NET的学生党员测评系统功能设计(SQLserver)

来源:56doc.com  资料编号:5D20775 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20775
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于ASP.NET的学生党员测评系统功能设计(SQLserver)(开题报告,论文11000字,程序代码,SQLserver数据库)
摘 要
如今,各地的大学中党建日渐完善,队伍不断壮大,党员数量逐渐增多,学校需要党务管理工作者进行管理的信息也日益繁多,党务管理工作变得越加繁琐、复杂,而党务管理工作要求细致,不容出错。而传统的人工管理办法在这种日益繁琐的工作情况下显现出了各种漏洞。如:效率低,错误率高等。
本文首先对南京工业大学经济管理学院的党员测评工作进行了初步了解,明确院系开发党员测评系统的目的和意义。论文从开发工作的技术路线入手,介绍ASP.NET和SQL Server数据库技术。通过对需求的合理分析,以及以业务逻辑为着眼点去详细分析,在这个二者结合的分析结果基础之上,详细对系统的各功能模块进行设计,确定采用三层B/S架构,对数据库进行合理设计,对数据库的结构、数据表信息等也进行了详细阐述。在系统实现的部分,主要介绍了系统功能。在论文的结尾,总结了此次开发所得的经验。
关键词:党员测评系统  ASP.NET  Sql Server数据库

Design and Implementation of Student Party Member Evaluation System Based on .NET
ABSTRACT
Today, with the increasing numbers of student party members in colleges and universities,increasing difficulty and complexity of management of party members,who work mainly in the form of inefficiency is far from meeting the requirements[1].the information that party management personnel need to manage is increasing, the party affairs management work has become more complicated and complicated, and the party affairs management work requires meticulousness and cannot be mistaken. Traditional manual management methods have revealed various loopholes in this increasingly cumbersome work situation. Such as: low efficiency, high error rate.
This paper firstly gives a preliminary understanding of the party members' evaluation work of the School of Economics and Management of Nanjing University of Technology, and clarifies the purpose and significance of the departmental evaluation system for party members. The dissertation begins with the technical methods of writing the system., introduces ASP.NET and SQL Server database technology. The paper analyzes the business process and needs analysis of the whole system. On this basis, the various functional modules were designed at length, the three-layer B/S architecture is determined, and the database is designed. Introduced the database model, the specific information of the data table, etc. In the system implementation part, it mainly introduces functions such as login, maintain information, manage information, and export grades.Finally, the feelings of this development was summarized.
Keywords:Party member evaluation system;ASP.NET;Sql Server database;
.1.2功能需求分析
本系统设计,在结构上分为前台和后台。前台主要用于进行测评问卷的填写,而后台主要管理测评问卷以及后台信息维护等。
1.    前端系统的主要功能有以下内容:用户登录、修改密码、党员测评问卷(自评与他评)。
(1)用户登录:学生党员、党支部书记及辅导员均用学号/工号登录系统,以正确的密码及用户名登入。
(2)修改密码:密码默认为学生的学号或辅导员工号,可以自行修改密码。
(3)党员测评问卷:学生党员做自评问卷以及党支部书记/辅导员做他评问卷。
2.    后端系统的主要功能有以下内容 :    系统设置、班级信息管理、党支部信息管理、学生信息管理、辅导员信息管理、测评试题信息管理、成绩信息管理、评测情况统计。
(1)系统设置:增设管理员以及重设登录密码。
(2)班级信息管理:添加班级名称或删除。
(3)党支部信息管理:添加党支部信息或删除。
(4)学生信息管理:增加学生信息或删除相关信息,批量导入学生信息。
(5)辅导员信息管理:添加辅导员信息或删除相关内容。
(6)测评试题信息管理:添加测评试题内容或删除。
(7)成绩信息管理:可汇总导出或分类导出学生成绩信息表。
(8)评测情况统计:查看未自评或未他评人员。
 

基于ASP.NET的学生党员测评系统功能设计(SQLserver)
基于ASP.NET的学生党员测评系统功能设计(SQLserver)
基于ASP.NET的学生党员测评系统功能设计(SQLserver)
基于ASP.NET的学生党员测评系统功能设计(SQLserver)
基于ASP.NET的学生党员测评系统功能设计(SQLserver)


目 录
摘 要    I
ABSTRACT    II
目 录    III
第一章 绪论    1
1.1 选题来源    1
1.2研究背景与研究意义    1
1.2.1研究背景    1
1.2.2研究意义    1
1.3研究方法、研究内容    2
1.3.1研究方法    2
1.3.2 研究内容    2
1.4系统开发路线图    3
第二章 文献综述    4
2.1党建系统国内外研究现状    4
2.1.1党建系统国外研究现状    4
2.1.2党建系统国内研究现状    4
2.2测评系统研究概况    6
2.3关键技术及设计思想研究概况    6
2.3.1关键技术ASP.NET及SQL Server    6
2.3.2设计思想——B/S结构模式及三层架构    7
2.4研究评述    8
第三章 系统分析及总体设计    9
3.1系统需求分析    9
3.1.1用户需求分析    9
3.1.2功能需求分析    9
3.2业务流程分析    10
3.2.1前台业务流程分析    10
3.2.2后台业务流程分析    11
3.2.3系统总体流程图及流程详解    12
3.3系统功能模块拆解    13
3.3.1前台功能模块    13
3.3.2后台功能模块    14
3.4数据库设计    14
3.5开发环境搭建    19
第四章 系统功能实现及测试    20
4.1系统前台功能实现    20
4.1.1系统登录界面    20
4.1.2 普通学生党员界面    20
4.1.3党支部书记界面    22
4.1.4辅导员界面    23
4.2系统后台功能实现    24
4.2.1系统设置    24
4.2.2信息管理    24
4.2.3成绩管理    25
4.2.4评测情况统计    25
第五章 开发经验总结    27
5.1系统重难点实现    27
5.1.1导出功能    27
5.1.2导入功能    27
5.2开发经验总结    28
参考文献    29
致谢    31

推荐资料