摘 要
随着计算机技术应用的普及和世界信息化步伐的加快,上网冲浪的人越来越多,网络成为人们不可缺少的一部分,通过网络来发布信息已成为一种常用的方式,为了更合理地对这些信息进行管理,本人开发了高校班级管理系统,方便大家交流,及时获取新闻信息,也方便毕业之后同学之间保持联系。
系统主要实现了班级管理(包括添加,查看,编辑和删除),用户管理(包括搜索,查看,权限设置),系统消息管理(包括发送,查看和删除),系统公告管理(包括添加,编辑和删除),教师通讯录管理(包括添加,编辑和删除)
本文介绍了该系统开发的需求调查分析,系统概要设计,系统详细设计及数据库设计还介绍了系统设计中使用的理论知识和关键技术。
关键字:班级管理系统,JAVA,Web,JavaBean,B/S
word文档 可编辑
Abstract
With the application of computer technology and the popularity of the world to accelerate the pace of information technology, surfing the Internet more and more people, the network became an indispensable part of people, to release information through the Internet has become a popular way to a more rational of these Information management, the authors developed a class system to facilitate the exchange, timely access to news and information, and also facilitate the students after graduation maintain contact between.
System achieved a major class management (including add, read, edit and delete), user management (including search, view, the authority set), management information system (including the transmission and read and delete), the notice management system (including add, edit and Deleted), teacher contacts management (including add, edit and delete)
This paper describes the development of the system needs survey analysis, system design summary, the system detailed design and database design also introduced a system used in the design of theoretical knowledge and key technologies.
Key words: Class management system,JAVA,JavaBean,Web,B/S
word文档 可编辑
目 录
摘 要 ............................................................... I ABSTRACT ............................................................ II 1. 绪论 .............................................................. 1
1.1引言 ......................................................... 1 1.2 开发背景 ..................................................... 1 2.系统相关技术 ....................................................... 3
2.1 B/S模式介绍 ................................................. 3 2.2 三层B/S结构 ................................................. 3 2.4 JSP技术介绍 ................................................. 4 2.5 AJAX技术介绍 ................................................ 4 2.6 JDBC技术介绍 ................................................ 5 2.7 SQL SERVER 2000简介 ......................................... 5 3.需求分析 ........................................................... 7
3.1 功能描述 ..................................................... 7 3.2 系统结构图 ................................................... 8 4 系统设计 ........................................................... 9
4.1 各模块设计 ................................................... 9 4.3 数据库设计 .................................................. 13 5.系统详细设计 ...................................................... 22
5.1 登录模块 .................................................... 22 5.2用户权限管理 ................................................ 22 5.3 删除功能的实现 .............................................. 23 5.4 查询功能的实现 .............................................. 23 5.5 留言功能的实现 .............................................. 24 5.6 用户权限确认 ................................................ 26 5.7 数据库的详细设计 ............................................ 26 6.系统测试 .......................................................... 29
6.1测试目的 .................................................... 29 6.2测试方法 .................................................... 29 6.3测试用例 .................................................... 29 6.4测试结果 .................................................... 31 参考资料 ............................................................ 32 致谢 ................................................................ 33
word文档 可编辑