摘 要
本系统是一个面向学校教务管理人员,教师,学生,并为其提供服务的综合管理系统。教务管理人员通过本系统完成所有的日常教务工作;从学生入学开始到毕业离校,在校期间的相关的数据都会通过教务系统进行管理。管理员和在校老师可以通过系统查询学生的相关信息;教师可以查询自己的课程安排。
系统涵盖高校教务,教学,人事,科研,财务,办公等各方面管理。信息采集的触角延伸到多个部门,实现信息从哪里产生就从哪里入网,把信息采集工作融入到行政人员的日常事务处理中。解决了教学管理的信息量大,信息采集难,信息反馈滞后,信息准确性低的瓶颈问题,建立起一个及时,准确,全面,丰富的教学管理信息平台。
系统设计采用传统的C/S模式(客户/服务器)与流行的B/S模式(浏览器/服务器)相结合的三层体系结构。C/S模式有很强的实时处理能力,适合于对数据库的实时处理和大批量的数据更新,系统相对封闭,保密性能较好。
关键词:教务管理 C/S模式 B/S模式
Abstract
This comprehensive system aims to provide service for administrative personnel, teaching stuff and students. Teachers can complete their daily work through this system; all data related to students from the day they are enrolled to the day they depart can be dealt with by this system. They also can inquire about other information. Teachers can look through curriculum arrangement.
This system covers the administration of educational affairs, teaching, personnel, research, accounting and office work. Information collecting stretches to various departments, so wherever it occurs, it can be put into the system. By doing so, we can solve the difficulties of information collection ,lagging of information feedback, information inaccuracy, and set up an in time, accurate, overall and plenty information platform for teaching administration.
The design of system combines traditional C/S mode with popular B/S mode, with three layers system structures. The mode of C/S has strong ability of real-time disposal, suitable for disposal of database and update of large quantity of data. The system is relatively blocked out; having excellent secrecy.
Key Words: educational administration management C/S mode B/S mode
目 录
摘要…………………………………………………………………………I
Abstract……………………………………………………………………II
第1章 绪论………………………………………………………………1
1.1 课题来源…………………………………………………………1
1.2 国内外研究应用现状……………………………………………2
1.3 开发的目标和意义………………………………………………3
1.3.1 目标……………………………………………………………3
1.3.2 开发意义………………………………………………………4
1.4 开发工具VB.NET概述……………………………………………5
第2章 系统需求分析……………………………………………………7
2.1 对系统的综合要求…………………………………………………7
2.1.1 系统的设计原则………………………………………………7
2.1.2 总体功能需求…………………………………………………8
2.2 系统业务流程分析………………………………………………10
第3章 系统总体设计……………………………………………………11
3.1 设计平台选择……………………………………………………11
3.1.1 数据库模式选择……………………………………………11
3.1.2 服务器操作系统选择………………………………………15
3.1.3 后台数据库选择及开发软件选择…………………………16
3.2 功能模块和数据库设计…………………………………………16
3.2.1 功能模块设计………………………………………………16
3.2.2 数据库设计…………………………………………………18
3.3 安全设计…………………………………………………………21
第4章 系统功能详细设计与实现………………………………………23
4.1 用户验证页面的设计与实现……………………………………23
4.2 主界面与信息查询页面的设计与实现…………………………27
4.2.1 学生方面……………………………………………………27
4.2.2 教师方面……………………………………………………32
4.2.3 系统管理员方面……………………………………………33
4.3 系统管理界面的设计与实现……………………………………34
4.4 系统目前存在的问题……………………………………………40
第5章 系统设计的相关技术……………………………………………41
5.1 数据库系统的设计………………………………………………41
5.2 基于Web的数据库应用程序开发技术…………………………42
结论………………………………………………………………………43
致谢………………………………………………………………………43
参考文献…………………………………………………………………44
相关图片:

