基于Struts2的高校毕业论文管理系统毕业论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
基于Struts2的高校毕业论文管理系统毕业论文
目录
1.引言 (1)
2. 概述 (1)
2.1 系统的开发背景 (1)
2.2 系统的现状 (2)
3.技术工具简介 (2)
3.1Tomcat服务器 (2)
3.2 MySQL数据库 (3)
3.3 JAVA语言 (3)
3.4 JSP技术 (3)
3.5 Struts2框架 (3)
4.系统的总体分析 (3)
4.1系统的需求性分析 (4)
4.2 系统功能概述 (4)
4.2.1学生角色 (4)
4.3业务流图 (5)
4.4 数据流程图 (8)
5.系统的总体设计 (10)
5.1 模块分析与整体设计 (11)
5.2 数据库设计和构建 (14)
6.系统功能的具体实现 (17)
6.1 登录部分的设计 (17)
6.2 学生个人信息管理部分的设计 (18)
6.2.1学生登录后的界面如图 (19)
6.2.2查看个人资料 (19)
6.2.3论文选课的实现 (20)
6.2.5在线答疑 (23)
6.2.6论文成绩的公布 (23)
6.3.2教师申请提交论文题目 (24)
6.3.3 查看申报结果 (25)
6.3.4上传资料界面 (27)
6.3.5老师查看学生的留言信息 (28)
6.3.6查看答辩小组界面 (29)
6.4院系管理员部分的设计 (29)
6.4.1管理员登陆后的界面 (30)
6.4.2查看老师上传的论文题目的申请 (30)
6.4.3查看院系中所有论文申请的情况 (30)
6.4.4分配选题 (31)
6.4.5查看最后的选题结果 (31)
6.4.6 院系管理员下载功能实现 (32)
6.4.7查看答辩小组信息界面 (32)
6.4.8新增答辩小组 (33)
6.4.9.查看答辩组的分组情况 (33)
6.4.10管理员发布学生成绩 (33)
6.5 系统管理员部分的设计 (34)
7.测试的过程 (34)
7.1登录测试 (34)
7.2商品数据测试 (34)
7.3其它测试 (34)
7.4的测试结果 (35)
7.5 的不足之处 (35)
8.总结与展望 (35)
参考文献 (36)
基于Struts2的高校毕业论文管理系统
摘要:高校毕业(论文) 设计是一个复杂的多层次的系统工程。以往的毕业(论文)设计指导是导师和学生面对面沟通,缺乏合适的交流平台,导致效率低下。本系统基于JSP开发平台,采用的是B/S设计模式,使用mysql数据库,为学生、导师、院系管理员和系统管理员之间提供在线交流的平台,院系管理员可以在线分配、审核论文题目并且监控毕业设计的全过程;学生可以进行论文选题、上传下载各种论文资料和导师进行在线交流,提交论文查看成绩等;导师可以提交论文题目、查看论文分组、在线答疑评分等;系统管理员可以增加用户,修改论文,上传资料。本系统具有较强的实用性和科学性,完善了现有的教务管理系统。关键词:高校毕业论文管理系统;MySQL;JAVA;Struts2
The university graduation thesis management system
based on Struts2
Abstract: University graduation (paper) design is a complex multi-level system engineering.The former graduate (paper) design guidance is the guidance of instructors and students face to face communication, lack of appropriate communication platform, which leads to low efficiency . The system based on JSP development platform, using is B / s design mode, using the MySQL database and between students, tutors, teaching and system administrators to provide online communication platform, the administrators of teaching can be online distribution, review the topic of the thesis and monitoring of the whole graduation design process;students can choose the topic, upload and download all the data and mentor to communicate online, submit a paper to see paper grades etc.; tutor can be submitted to the topic of the thesis and Check the paper group, online answering score etc.; system administrators can add users, modify the upload data. This system has the strong practicability and the scientific nature, and has improved the existing educational administration system.
Key words: University graduation thesis management system; MySQL; JAVA; Struts 2