首页
会员中心
到顶部
到尾部
Java毕业设计

基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件

时间:2020/10/13 14:56:23  作者:  来源:  查看:0  评论:0
内容摘要: 摘  要学生课程管理是教学管理的重要组成部分,是对日常教学工作的组织和管理,是教务部门进行教学管理的基础性工作。概括地说,教务管理主要包括考务管理、学籍管理,以及课程成绩,网上选课等。课程管理系统作为教务管理系统的一个子系统,主要是提供学生,老师或者来访者方便的...

摘  要

学生课程管理是教学管理的重要组成部分,是对日常教学工作的组织和管理,是教务部门进行教学管理的基础性工作。概括地说,教务管理主要包括考务管理、学籍管理,以及课程成绩,网上选课等。课程管理系统作为教务管理系统的一个子系统,主要是提供学生,老师或者来访者方便的查询等相关操作,对学生的信息管理能统一规范化。功能块的相应操作分别由其对应的子模块实现。通过教育网络或互联网把整个学校的学生信息汇聚起来,为学校教育主管部门提供全面及时的学生信息,方便管理,同时亦可通过校园网扩展各类信息化应用,共享学生信息。学校可通过一个简化的课程管理系统,使课程管理工作系统化,规范化,自动化,从而达到提高课程管理效率的目的。

本文“基于web的课程管理系统设计与实现”为满足学校信息的需求管理而开发的开发平台式是B/S模式,应用web为开发技术以及选用SQL Serve 2008进行开发学生课程管理系统—学生模块;论文首先阐述了学生课程管理系统的开发,并对该系统学生模块进行了较详细的需求分析;然后探讨了该系统需要实现的设计方案,具体包含以下功能:申请选修课、放弃选修课、查看选修课和信件、查看已选课程、查看未选课程、放弃未选课程、修改个人信息、查看对老师的评分等功能模块。

关键词:学生课程;学生模块;JSP;数据库


Abstract

The course management of the students is an important part of the teaching management, it is the organization and management of the daily teaching work, and it is the basic work of the educational administration department to carry out the teaching management. In general terms, the administration of the educational administration mainly includes the management of the examination affairs, the management of the students' nationality, the grade of the course, the course selection on the internet, etc. The course management system, as a sub-system of the educational administration management system, is mainly to provide related operations such as students, teachers or visitors, so that the information management of the students can be standardized. The corresponding operations of the functional blocks are implemented by their respective sub-modules, respectively. The student information of the whole school is collected through the education network or the Internet and is a school The competent education department shall provide comprehensive and timely information for students and convenient management, and can also extend all kinds of information applications through the campus network, and share the information of the students. Through a simplified curriculum management system, the school can systematize, standardize and automate the course management, so as to achieve the purpose of improving the management efficiency of the course.

This paper is based on the design and implementation of the web-based curriculum management system, which is developed in order to meet the demand management of the school information. The platform is the B/ S mode, the application of web as the development technology, and the application of SQL Server 2008 to develop the student module of the student's course management system; the paper first expounds the development of the student's course management system, The system needs to be analyzed in detail, then the design scheme of the system needs to be realized, including the following functions: to apply for elective courses, to abandon the optional courses, to view optional courses and letters, to view the selected courses, to check out the non-selected courses, and to give up No courses are selected, personal information is modified, and functional modules such as the scores of the teachers are viewed.

Keywords: student's course; student module; JSP; database

目  录

摘  要I

AbstractII

1 绪论1

1.1 课题背景1

1.2 本课题研究的意义2

1.3 主要研究内容3

2 开发环境与相关技术4

2.1 JSP技术4

2.1.1 JAVA简介4

2.1.2 JSP简介4

2.1.3 SSH2框架介绍5

2.2 Myeclipse介绍6

2.3 SQL2008 数据库7

2.4 Browser/Server(B/S)结构7

2.5系统开发平台及运行环境8

2.5.1系统开发平台8

2.5.2运行环境8

3 系统需求分析及设计9

3.1 需求分析9

3.1.1学生功能分析9

3.1.2老师功能分析10

3.1.3管理员功能分析10

3.2 系统设计12

3.2.1 系统功能12

3.2.2 系统结构12

3.3 数据库设计13

3.3.1数据库需求分析及E-R图13

3.3.2数据库物理表结构设计14

4 系统实现16

4.1学生板块功能实现16

4.1.1登录界面16

4.1.2 学生登录主界面16

4..3 我的选修课17

4.1.4 课程申请17

4.1.5对教师评分18

4.2老师板块的实现18

4.2.1 教师模块主界面18

4.2.2 课程管理19

4.2.3课程添加19

4.2.4学生选修课20

4.2.5成绩录入20

4.3管理员板块的实现21

4.3.1登录界面21

4.3.2主界面21

4.3.3用户管理22

4.3.4学生管理22

4.3.5用户添加23

5 系统测试24

5.1 前台测试24

5.2 后台测试24

5.3测试分析25

结  论26

参考文献27

致  谢28

基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件

基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件

基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件

基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件

基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件

基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件

基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件

基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件

基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件

基于web的课程管理系统设计与实现毕业论文+开题报告+中期检查+设计源码+数据库文件

  


相关评论
Java毕业设计
    本类推荐
      广告联系QQ:45157718 点击这里给我发消息 电话:13516821613 杭州余杭东港路118号雷恩国际科技创新园  网站技术支持:黄菊华互联网工作室 浙ICP备06056032号