毕 业 设 计(论 文)
题目:高校外事管理系统设计与开发
I
摘 要
现代经济快节奏发展以及不断完善升级的信息化技术,让传统数据信息的管
理升级为软件存储,归纳,集中处理数据信息的管理方式。本高校外事管理系统
就是在这样的大环境下诞生,其可以帮助使用者在短时间内处理完毕庞大的数据
信息,使用这种软件工具可以帮助管理人员提高事务处理效率,达到事半功倍的
效果。此高校外事管理系统利用当下成熟完善的 SSM 框架,使用跨平台的可开
发大型商业网站的 Java 语言,页面采用 JSP 技术,以及最受欢迎的 RDBMS 应
用软件之一的 MySQL 数据库进行程序开发。高校外事管理系统有管理员,教师和
学生三个角色。管理员功能有个人中心,教师管理,学生管理,教师学历管理,
外事信息管理,因公出国管理,回国总结管理,外籍来校管理,协议评估管理,
国际会议管理,来访接待管理,重点项目管理,项目总结管理,学生出国管理,
学分核定管理,合作伙伴管理,系统管理。教师可以申请签证,因公出国,回国
总结,外籍来校等各种功能的添加修改删除操作,学生可以进行学分申请出国,
查看学分核定和公告信息。高校外事管理系统的开发根据操作人员需要设计的界
面简洁美观,在功能模块布局上跟同类型网站保持一致,程序在实现基本要求功
能时,也为数据信息面临的安全问题提供了一些实用的解决方案。可以说该程序
在帮助使用者高效率地处理工作事务的同时,也实现了数据信息的整体化,规范
化与自动化。
关键词:高校外事管理系统;SSM 框架;MySQL;自动化;JSP
II
Abstract
With the rapid development of modern economy and the continuous improvement and
upgrading of information technology, the management of traditional data information
is upgraded to the management mode of software storage, induction and centralized
processing of data information. The university foreign affairs management system
was born in such an environment. It can help users process huge data information in a
short time. Using this software tool can help managers improve transaction processing
efficiency and achieve twice the result with half the effort. This university foreign
affairs management system uses the current mature and perfect SSM framework, uses
the cross platform Java language that can develop large-scale commercial websites,
uses JSP technology on the page, and uses MySQL database, one of the most popular
RDBMS application software for program development. The foreign affairs
management system of colleges and universities has three roles: administrator, teacher
and student. The administrator functions include personal center, teacher management,
student management, teacher education management, foreign affairs information
management, going abroad on business, returning home summary management,
foreign school management, agreement evaluation management, international
conference management, visit reception management, key project management,
project summary management, student going abroad management, credit verification
management, partner management and system management. Teachers can apply for
visas, go abroad on business, return home summary, foreigners to school and other
functions to add, modify and delete operations. Students can apply for credits to go
abroad and view credit verification and announcement information. The development
of foreign affairs management system in Colleges and universities is designed
according to the needs of operators. The interface is simple and beautiful, and the
layout of functional modules is consistent with that of similar websites. When the
program realizes the basic required functions, it also provides some practical solutions
to the security problems faced by data information. It can be said that the program not
only helps users deal with work affairs efficiently, but also realizes the integration,
standardization and automation of data information.
III
Key Words :Foreign affairs management system of colleges and universities; SSM
framework; MySQL; Automation; JSP
IV
目 录
目 录 ...............................................IV
1 绪论 ...............................................1
1.1 研究背景 .........................................................................................................1
1.2 目的和意义 .....................................................................................................1
1.3 论文结构安排 .................................................................................................2
2 相关技术............................................3
2.1 B/S 结构介绍 ...................................................................................................3
2.2 MYSQL 数据库介绍........................................................................................3
2.3 SSM 框架介绍 .................................................................................................4
2.4 JSP 介绍 ...........................................................................................................5
3 系统分析............................................7
3.1 系统可行性分析 .............................................................................................7
3.1.1 技术可行性分析 ..................................................................................7
3.1.2 经济可行性分析 ..................................................................................7
3.1.3 运行可行性分析 ..................................................................................7
3.2 系统性能分析 .................................................................................................8
3.2.1 易用性指标 ..........................................................................................8
3.2.2 可扩展性指标 ......................................................................................8
3.2.3 健壮性指标 ..........................................................................................8
3.2.4 安全性指标 ..........................................................................................9
3.3 系统流程分析 .................................................................................................9
3.3.1 操作流程分析 ......................................................................................9
3.3.2 登录流程分析 ....................................................................................10
3.3.3 信息添加流程分析 ............................................................................11
3.3.4 信息删除流程分析 ............................................................................12