摘  要

网络的广泛应用给生活带来了十分的便利。所以把高校课程评价管理与现在网络相结合,利用java技术建设高校课程评价系统,实现高校课程评价的信息化。则对于进一步提高高校课程评价管理发展,丰富高校课程评价管理经验能起到不少的促进作用。

高校课程评价系统能够通过互联网得到广泛的、全面的宣传,让尽可能多的学生、教师和专家了解和熟知高校课程评价系统的便捷高效,不仅为学校提供了服务,而且也推广了自己,让更多的群众了解自己。对于高校课程评价而言,若拥有自己的系统,通过系统得到更好的管理,同时提升了形象。

本系统设计的现状和趋势,从需求、结构、数据库等方面的设计到系统的实现,分别为管理员、学生、专家和教师的实现。论文的内容从系统的设计、描述、实现、分析、测试方面来表明开发的过程。本系统根据现实情况来选择一种可行的开发方案,借助java编程语言和MySQL数据库等实现系统的全部功能,接下来对系统进行测试,测试系统是否有漏洞和测试用户权限来完善系统,最终系统完成达到相关标准。


关键字:高校课程评价系统;java;MySQL数据库



Abstract

The wide application of the network has brought great convenience to life. Therefore, the college curriculum evaluation management is combined with the current network, and the java technology is used to build a college curriculum evaluation system to realize the informatization of college curriculum evaluation. It can play a role in further improving the development of college curriculum evaluation management and enriching college curriculum evaluation management experience.

The college curriculum evaluation system can be widely and comprehensively publicized through the Internet, so that as many students, teachers and experts as possible can understand and be familiar with the convenience and efficiency of the college curriculum evaluation system, which not only provides services for schools, but also promotes itself, allowing More people know themselves. For college course evaluation, if you have your own system, you can get better management through the system, and at the same time improve your image.The present situation and trend of the system design, from the requirements, structure, database and other aspects of the design to the realization of the system, respectively for the realization of administrators, users and enterprises. The content of the paper shows the development process from the aspects of system design, description, implementation, analysis and testing. The system according to the reality to choose a feasible development plan, with the help of Java programming language and MySQL database to achieve all the functions of the system, then the system is tested, test whether the system has vulnerabilities and test user permissions to improve the system, the final system to achieve relevant standards.


Keywords: College Curriculum Evaluation System;Java; MySQL database

 

目  录

目  录 III

第一章 概述 1

1.1研究背景 1

1.2开发意义 1

1.3研究现状 1

1.4研究内容 2

1.5论文结构 2

第二章 开发技术介绍 1

2.1系统开发平台 1

2.2平台开发相关技术 1

2.2.1 Java技术 1

2.2.2 mysql数据库介绍 1

2.2.3 MySQL环境配置 1

2.2.4 B/S架构 2

2.2.5 SSM框架 2

第三章 系统分析 1

3.1可行性分析 1

3.1.1技术可行性 1

3.1.2操作可行性 1

3.1.3经济可行性 1

3.2性能需求分析 1

3.3功能分析 2

第四章 系统设计 4

4.1功能结构 4

4.2数据库设计 4

4.2.1数据库E/R图 4

4.2.2数据库表 5

第五章 12

第六章 系统功能实现 13

5.1管理员功能模块 13

5.2学生功能 16

5.3教师功能 17

5.4专家功能 18

第六章 系统测试 20

第七章 总结与心得体会 21

7.1总结 21

7.2心得体会 21

参考文献 22

致  谢 1


高校课程评价的需求和管理上的不断提升,高校课程评价管理的潜力将无限扩大,高校课程评价系统在业界被广泛关注,本系统对此进行总体分析,将高校课程评价信息管理的发展提供参考。高校课程评价系统对高校课程有着明显的带动效应,尤其对当地高校课程评价的管理帮助更大。

本系统主要包括管理员、学生、专家和教师四个用户角色;主要包括首页,个人中心,指标信息管理,课程管理,院系管理,专业管理,班级管理,教师管理,专家管理,学生管理,课程信息管理等功能的系统。


管理员登陆后,主要模块包括首页,个人中心,指标信息管理,课程管理,院系管理,专业管理,班级管理,教师管理,专家管理,学生管理,课程信息管理,等功能。


教师登陆后,主要模块包括首页,个人中心,指标信息管理,课程信息管理,教师自评管理等功能。

基于ssm的高校课程评价系统设计与实现-计算机毕业设计源码+LW文档_信息管理

基于ssm的高校课程评价系统设计与实现-计算机毕业设计源码+LW文档_信息管理_02

基于ssm的高校课程评价系统设计与实现-计算机毕业设计源码+LW文档_lua_03

基于ssm的高校课程评价系统设计与实现-计算机毕业设计源码+LW文档_java_04