摘 要 随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。随着教育的发展,教育尤其是高校教育已经成为热门越来越关注的话题。传统的高校学生静态档案已经难以完整准确地记录和反映大学生信用状况,基于信息技术建立一套大学生个人诚信档案系统已成为一个新的课题。 通过大学诚信管理系统这个平台,可以实现学生诚信情况的信息化、网络化、系统化、规范化管理,从繁杂的数据查询和统计中解脱出来,更好的掌握学生诚信状况。系统的主要功能包括:学生信息管理、诚信信息管理与诚信信息统计。 本系统前台主要使用JSP作为开发语言,后台使用SqlServer作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的学生诚信管理系统。 关键词:诚信管理、WEB,JSP,B/S结构 ABSTRACT Along with the information technology in the management of a more profound and extensive application, management information systems implementation, technology has gradually matured. With the development of education, education especially higher education has become a hot topic of concern to more and more. Traditional college student static files have been difficult to accurately record and reflect the students' credit status, based on the information technology to set up a set of personal credit archives system has become a new subject. 内容来自www.paper51.com Through the university credit management system this platform, students can achieve the integrity of informatization, network, systematic, standardized management, from the complex data query and statistics out, a better grasp of students honesty state. The main functions of the system include: student information management, information management and the integrity of information integrity. The front of the system using JSP as a development language, the use of SqlServer as a database management system, the development environment is MyEclipse, server using tomcat, developed a Web technology based on B / S structure of the student management system. Key words: integrity management, WEB, JSP, B / S structure 目 录 摘 要 I ABSTRACT II 第一章 绪论 1 1.1课题背景 1 1.2目的和意义 1 1.3开发工具及技术 1 1.3.1开发工具 1 1.3.2 JSP 2 1.3.3 JavaScript 3 1.4软硬件需求 4 第二章 需求分析 5 http://www.paper51.com 2.1需求调研 5 2.2可行性分析 5 2.2.1技术的可行性 5 2.2.2经济的可行性 5 2.2.3操作可行性 5 2.2.4法律的可行性 5 2.3系统用户用例图 6 2.3.1管理员用例图 6 2.3.2教师用例图 6 2.4功能模块需求分析 7 2.5设计的基本思想 8 2.6性能需求 9 2.6.1系统的安全性 9 2.6.2数据的完整性 9 2.7界面需求 9 第三章 系统分析与设计 10 3.1数据库的分析与设计 10 3.1.1数据库的概念结构设计 10 3.1.2数据库的逻辑结构设计 13 3.1.3数据库的连接原理 15 3.2中文乱码问题处理 16 第四章 系统功能实现 18 4.1系统登陆页面实现 18 4.2管理员功能模块 20 4.2.1学生信息管理 21 4.2.2老师信息管理 24 4.2.3项目信息管理 27 4.2.4诚信信息统计 30 4.2.5系统管理 30 4.2.6修改密码 31 4.2.7退出系统 31 4.3教师功能模块 31 4.3.1学生加分管理 31 4.3.2学生扣分管理 34 4.4学生功能模块 37 4.4.1修改个人信息 37 4.4.2浏览诚信信息 37 第五章 系统测试 38 http://www.paper51.com 5.1系统测试目的与意义 38 5.2测试过程 38 5.2.1主页面的登录模块测试 39 5.3其他错误 39 结 论 40 参考文献 41 致 谢 42 本系统最大的特点是使用操作简单、友好的提示信息。本系统将实现以下基本功能: (1)系统具有简洁大方的页面,使用简便,友好的错误操作提示 (2)管理员用户具有教师管理、学生管理、项目管理、诚信统计等功能 能 (3)教师用户具有学生扣分管理、学生加分管理等功能。 (4)具有较强的安全性,避免用户的恶意操作 管理员功能模块图说明: (1)系统管理模块:在该模块中完成系统信息管理功能。系统信息管理提供系统管理员的查询,增加和删除等功能操作。管理员信息包括用户名、密码信息。 (2)老师信息管理模块:在该模块中定义了对老师信息的管理,其功能包括老师信息录入、查询、删除等操作。 (3)学生信息管理模块:在该模块中定义了对学生信息的管理,其功能包括学生信息录入、查询、删除等操作。 (4)评价项目管理模块:在该模块中定义了对评价项目信息的管理,其功能包括评价项目信息录入、查询、删除等操作。 (5)诚信信息统计模块:在该模块中完成对学生诚信情况的统计操作。 内容来自论文无忧网 www.paper51.com |