基于JavaEE技术的毕业设计选题系统的设计与实现本科毕业论文 下载本文

内容发布更新时间 : 2024/5/21 18:48:28星期一 下面是文章的全部内容请认真阅读。

基于JavaEE技术的毕业设计选题系统的设计与实现

摘 要

本文主要介绍了毕业设计选题系统的研究背景和意义,同时分析了该管理系统在技术和经济上的可行性问题。另外还有相关技术介绍,以及系统的结构与功能模块、数据库的设计、界面设计等。随着网络技术和办公自动化的高速发展,信息技术已经深入到了社会的每一个角落,而以往的手工管理操作也逐渐被网络自动化管理取代。它既是学校教育办公自动化的具体体现,又能有效地提高了工作效率。本系统主要使用MyEclipse开发工具,基于Oracle数据库,采用JavaEE三大框架技术,实现毕业设计选题系统。 关键词:管理,信息,JavaEE

The Graduation Design Topic System

ABSTRACT

This paper mainly introduces the graduation design system of the research

background and significance, and analyzes the feasibility in technology and economic problems of the management system. In addition to the related technology is introduced, and the system structure and function module, database design, interface design .With the rapid development of network technology and office automation, information technology has penetrated into every corner of the society, and the previous manual management operations also gradually replaced by network automation management. It is the school education embodies the office automation, but also can effectively improve the work efficiency. This system mainly use MyEclipse development tools, based on Oracle database, the JavaEE three framework technology, realize the graduation design system.

【Keywords】management,information,JavaEE

中北大学2014届毕业设计说明书

目 录

1 引言 .............................................................. 1 1.1 概述 ........................................................... 1 1.1.1 研究背景及意义 ................................................ 1 1.2 本章小结 ........................................................ 1 2 系统开发相关技术 .................................................. 2 2.1 Java相关简介 .................................................... 2 2.1.1 Java简介 ...................................................... 2 2.1.2 JavaEE平台介绍 ................................................ 3 2.1.3 Jsp简介 ....................................................... 3 2.1.4 Servlet简介 ................................................... 4 2.1.5 JavaBean简介 .................................................. 4 2.2 AJAX简介 ........................................................ 5 2.3 Oracle数据库 .................................................... 5 2.4 MVC设计模式 ..................................................... 7 2.5 C/S模式与B/S模式比较 ........................................... 8 2.6 系统开发与运行环境 ............................................. 10 2.7 本章小结 ....................................................... 10 3 需求分析 ......................................................... 11 3.1 系统设计目标 ................................................... 11 3.2 可行性分析 ..................................................... 11 3.3 功能需求分析 ................................................... 11 3.3.1 前台的功能描述 ............................................... 11 3.3.2 后台功能描述 ................................................. 12 3.4 用户接口 ....................................................... 12 3.5 本章小结 ....................................................... 12 4 系统设计 ......................................................... 13 4.1 系统体系结构 ................................................... 13 4.2 系统功能结构 ................................................... 13 4.2.1 系统结构图 ................................................... 13 4.3 数据库设计 ..................................................... 14 4.3.1 数据字典 ..................................................... 15 5 系统的详细设计与实现 ............................................. 18 5.1 教师管理综合模块 ............................................... 18 5.1.1 教师登录 ..................................................... 18 5.1.2 教师综合管理 ................................................. 20 5.2 学生管理综合模块 ............................................... 23 5.2.1 学生综合管理 ................................................. 23 5.3 题库管理模块 ................................................... 28 5.3.1 题库管理 ..................................................... 28

第I页 共II页