基于java教师管理信息系统设计与实现

摘 要
本论文主要讲述了基于JSP编程语言及MySQL数据库实现的教师信息管理网站的设计和开发过程。本论文中所讲的教师信息管理网站是通过所学的知识创办一个非商业性的网站平台,使所有想要进行教师管理的学校工作人员们与想要查看自己个人信息或授课计划的老师们都可以更方便快捷的进行信息的管理和查看。在现实生活中,如果老师想查看自己的个人信息或课程信息,都需要去教务处的工作人员电脑上查看。对学校的工作人员来说,经常会出现难于管理教师信息的情况,一定程度上影响了正常的教学工作。此网站开发出来之后不管是对所有想要了解教师信息的教师用户还是管理教师的学校工作人员来说,都节省了时间成本、管理成本。在大家以往的认知里,想要知道自己个人信息或者学习的授课计划一般都要去教务处进行查询,或者是托其他同学打听,难以避免的会阻碍教师信息的传播。JSP教师信息管理网站系统提供了丰富的功能,用户可以直接在系统上面获取教师信息管理的信息,如考核信息、课程信息、奖惩信息等,网站的用户可以在网站上直接与管理员进行在线沟通。与传统的教师信息管理平台相比,本系统能够提供更及时的服务,大大节省时间成本。
关键词:JSP;教师信息管理;网站
Abstract
This paper mainly describes the design and development process of teacher information management website based on JSP programming language and MySQL database. The teacher information management website mentioned in this paper is to establish a non-commercial website platform through the knowledge learned, so that all school staff who want to manage teachers and teachers who want to view their personal information or teaching plan can manage and view information more conveniently and quickly. In real life, if teachers want to check their personal information or course information, they need to check it on the computer of the staff of the academic affairs office. For school staff, it is often difficult to manage teacher information, which affects the normal teaching work to a certain extent. After this website is developed, it saves time and management costs for all teachers who want to know teacher information and school staff who manage teachers. In the past, if you want to know your personal information or learning teaching plan, you generally have to go to the Academic Affairs Office for inquiry, or ask other students to inquire, which will inevitably hinder the dissemination of teachers’ information. JSP teacher information management website system provides rich functions. Users can directly obtain the information of teacher information management on the system, such as assessment information, course information, reward and punishment information, etc. users of the website can directly communicate with administrators online on the website. Compared with the traditional teacher information management platform, this system can provide more timely services and greatly save time and cost.

Key words:JSP;Teacher Management;WebSite
目 录
摘 要
Abstract
第1章 绪论 1
1.1 课题研究的背景及意义 1
1.2 国内外的研究现状和发展趋势 1
1.3 本文的研究思路与结构 6
第2章 开发工具及技术 8
2.1 开发结构的介绍 8
2.2 开发语言的介绍 11
2.2.1 JSP技术的介绍 11
2.2.2 HTML5的介绍 12
2.3 开发工具的介绍 13
2.3.1 MySQL数据库 13
2.3.2 Myeclipse工具 14
第3章 需求分析 16
3.1 可行性分析 16
3.1.1 经济可行性分析 16
3.1.2 技术可行性分析 24
3.1.3 操作可行性分析 27
3.2 功能需求分析 32
3.3 非功能需求分析 34
第4章 总体设计 36
4.1 系统逻辑结构图 36
4.2 ER图 43
4.2.1 管理员实体 44
4.2.2 用户实体 48
4.3 数据库设计 49
4.4 系统功能设计 49
第5章 系统测试 58
5.1 测试目的 32
5.2 测试内容 32
5.3 测试总结 32
本文结论 59
参考文献 59
致 谢 60

你可能感兴趣的:(java,开发语言)