基于JSP的毕业设计选题系统的设计与实现论文

  • 格式:doc
  • 大小:718.00 KB
  • 文档页数:27

下载文档原格式

  / 27
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

基于JSP的毕业设计选题系统的设计与实现

摘要

随着全球信息化技术的兴起,特别是Internet的日益普及,我国各大中专院校都建立了自己的校园网。毕业生以班级为单位的原始手工报送的选题方式已经不能适应时代发展的需求,所以基与互联网的毕业设计选题系统也就孕育而生了。

毕业设计选题系统就是能够使学生通过互联网完成毕业设计课题的选定,它采用Web方式,同时适用于局域网和Internet,它要实现审核,权限管理,邮件通知等功能,并能提供题目保存、题目查询等功能,该系统同时拥有最开放的题库管理系统和最灵活的选题系统,能够自动进行权限的判断,对用户进行冻结。

我们采用了JSP技术为主要手段,本系统采用了多级角色管理:包括系统管理员、系主任,学生和老师几种权限.本文主要介绍了用户权限的划分,并详细地论述了系统设计的思想和实现的方法步骤从而为以后的研究打下了基础。

关键词:审核;权限;多级角色管理

Design and Application of Selected Topic System for

Graduation Based on JSP

Abstract

With the rising of global information technology, especially the growing prevalence of Internet, the technical institute colleges and universities in our country have set up their own Campus Net. For the traditional way of sending the selected graduates to the unit cannot adapt to the demands of the time, the Internet –based graduation system of selecting topic born.

The selection system enables students to complete the choice of topic on graduation design by Internet. This system adopts Web, and be suited to the local area network and Internet. It must realize the verification, the jurisdiction management, mail notice etc. and can store and search for topics. With the most open topic management system and the most flexible elected topic system, it can automatically judge the jurisdiction and freeze the user .

As we have used the JSP technology as a main method, the multistage role management has been adopted in this system, including the jurisdiction in the possession of system managers, deans, students and teachers. This paper mainly introduces the users’ jurisdiction division and elaborates the idea of system design and the methods and steps of realization, laying a solid foundation on further research.

Key words: Verification; Jurisdiction; Multistage role management.

目录

论文总页数:23页

1引言 (1)

1.1选题系统出现的趋势 (1)

1.2选题系统常用的实现技术 (1)

2基本技术简介 (1)

2.1本系统拟采用的解决方法(技术) (2)

2.2主要技术简介 (2)

3 需求分析与方案设计 (3)

3.1功能需求分析 (3)

3.2数据库需求 (3)

3.3系统支撑环境 (4)

4系统设计 (4)

4.1 功能设计 (4)

4.2 数据库设计 (4)

4.2.1 系统登陆,用户会话表(BSM_SESSION_INFO) (4)

4.2.2 系统用户信息管理表(BSM_SYS_USER) (5)

4.2.3 毕业论文题库信息表(SUBJECT) (5)

4.2.4 毕业论文选题信息管理表(SELECT_SUB) (6)

5 系统功能实现 (7)

5.1系统组成和业务流程图 (7)

5.2系统用户权限管理 (8)

5.2.1 系统登陆 (9)

5.2.2系统用户管理 (11)

5.2.3 历届信息查看 (13)

5.2.4 个人信息维护 (13)

5.3系统选题权限管理 (14)

5.4教师题库管理 (15)

5.4.1教师出题 (15)

5.4.2教师审核题目 (16)

5.5学生在线选题 (16)

5.6系统登出 (18)

5.7系统基本控件使用 (18)