实验报告在线管理系统的设计(Myeclipse,Struts,MySQL)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

实验报告在线管理系统的设计(Myeclipse,Struts,MySQL)(任务书,开题报告,中期检查表,毕业论文,16800字,程序代码,数据库)
摘  要
本文首先对系统进行了需求分析,对系统的任务和功能进行了概述,介绍了系统开发中所运用的相关技术内容,并对所使用的技术进行了比较详细的叙述。然后详细说明了系统数据库设计,系统功能设计、实现和对系统各个功能模块的测试。
本项目是关于实验报告在线管理系统的设计与实现。通过本系统可以让学生直接在网上进行填写、提交,真正做到了实验和报告的有机结合;教师能直接在网上进行评阅,对实验报告进行等级的划分、加评语等,节省大量的纸张和人力物力且保管方便可靠。该系统采用JAVA开发语言,使用了功能强大的Myeclipse 这个集成开发工具,Struts框架,JSP动态网页技术标准,同时使用了MySQL数据库和Tomcat作为Web运行的服务器。
关键词:实验报告在线管理系统, Struts,JSP,MySQL

ABSTRACT
This paper on the system requirement analysis, the task and function of system are summarized, and introduces system development on related technologies and content of the technology used by are detailed narrated. Then detail the system database design, system function of system design, realization and modules test.
This project is about the experiment report online management system design and implementation. Through this system allows students to fill in, online directly submit, accomplish truly the experiments and report organically; Teachers can directly over the Internet to experiment report Outlines the grades, the division, comment, save a lot of paper and manpower material resources and keep convenient and reliable. This system uses JAVA development language, using powerful Myeclipse this integration development tools, struts framework, JSP dynamic Web technology standards, and uses the MySQL databases and Tomcat as Web operation of the server.
 
Keywords: Experiment report online management system,Struts,JSP,MySQL

根据实验报告管理系统的特性,可以将该系统分为三个模块:指标体系维护模块、材料归档和在线显示模块、安全管理模块。

运行环境
操作系统:WindowsXP(SP3)
  数据库:MYSQL5.2
  开发环境:jdk1.6 Eclipse
  服务器:Tomcat6.0
 

实验报告在线管理系统的设计(Myeclipse,Struts,MySQL)
实验报告在线管理系统的设计(Myeclipse,Struts,MySQL)
实验报告在线管理系统的设计(Myeclipse,Struts,MySQL)
实验报告在线管理系统的设计(Myeclipse,Struts,MySQL)
实验报告在线管理系统的设计(Myeclipse,Struts,MySQL)
实验报告在线管理系统的设计(Myeclipse,Struts,MySQL)
实验报告在线管理系统的设计(Myeclipse,Struts,MySQL)

#p#副标题#e#
目  录
摘  要    I
ABSTRACT    II
第1章  需求分析    1
1.1  引言    1
1.1.1  编写目的    1
1.1.2  项目介绍    1
1.2  任务概述    1
1.2.1  任务目标    1
1.2.2  运行环境    2
1.3  功能需求    2
1.3.1  登录模块    3
1.3.2  学生模块    3
1.3.3  教师模块    4
1.3.4  管理员模块    6
1.4  数据需求    8
第2章  相关技术介绍    9
2.1    Struts介绍    9
2.1.1  struts的概念    9
2.1.2  struts框架结构    9
2.1.3  Struts体系结构图    10
2.2    JSP介绍    10
2.2.1  JSP的简介    10
2.2.2  JSP执行过程    11
2.2.3  JSP技术分析    12
第3章  数据库设计    13
3.1  数据库名    13
3.2  E-R图    13
3.3  数据库表设计    16
第4章  系统实现    18
4.1  登录管理模块    18
4.2  学生模块    21
4.2.1  学生在线填写实验报告    21
4.2.2  学生查询实验报告    25
4.3  老师模块    27
4.3.1  老师查询实验报告    27
4.3.2  老师评阅实验报告    27
4.3.3  老师将实验报告生成pdf文件    30
4.3.4  老师删除实验报告    32
4.4  管理员模块    34
4.4.1  管理员查询信息    34
4.4.2  管理员增加信息    34
4.4.3  管理员修改信息    37
4.4.4  管理员删除信息    37
第5章  系统功能测试    38
5.1  登录测试    38
5.2  学生模块测试    39
5.2.1  填写实验报告    39
5.2.2  填写实验报告中添加附件    41
5.2.3  查询已填写实验报告    43
5.3  教师模块测试    44
5.3.1  评阅实验报告    44
5.3.2  老师下载实验报告附件    45
5.3.3  老师将实验报告生成pdf文件    46
5.3.4  老师删除实验报告    47
结  论    48
参考文献    49
致  谢    50