基于JSP远程任务调度管理系统的设计与实现毕业论文+任务书+答辩PPT+源码及数据库+辅导视频
基于JSP远程任务调度管理系统的设计与实现摘 要随着科学技术的飞速发展和各行各业的分工愈发明细化,对于改革传统的人工任务调度方式的呼声越来越大。得益于快速发展的计算机技术,我们看到了改革的方向。本系统是针对企业或者事业单位甚至一个小团队的任务调度而设计的,目的是改变传统的调度方式,通过计算机来计算各项任务的最佳人员分配和最佳时间分配,绘制出任务调度图,以此更好地进行各项任务的调度和团队协作,该系统是一种任务调度系统。本系统采用了B/S体系结构,主要实现语言是JAVA,后台数据库使用的是MySql。整个系统实现角色将分为组长和组员,实现功能包括帐号注册、修改信息、项目管理、任务管理、消息管理、团队管理等功能。本任务调度系统的设计实现可以远程实现任务的调度与科学分配,并通过评估各项任务与参与人员,来使项目更好的进行任务调度。关键词: 任务调度;B/S;SSHDesign and Implementation of Task Scheduling System Based on SSHAbstractWith the rapid development of science and technology and the division of labor in all walks of life more and more refined, for the reform of the traditional task of scheduling tasks more and more. Thanks to the rapid development of computer technology, we see the direction of reform. The purpose of this system is based on the design and implementation of the task scheduling system based on SSH, which is designed for the task scheduling of enterprises or institutions or even a small team. The purpose is to change the traditional scheduling mode and calculate the most Good staff allocation and the best time allocation, draw the task scheduling map, in order to better carry out the task scheduling and team collaboration, the system is a task scheduling system.The system uses a B / S architecture, the main realization of the language is JAVA, the background database using MySql. The whole system implementation role will be divided into group leader and team members, to achieve the functions, including account registration, modify information, project management, task management, message management, team management and other functions. The design and implementation of the task dispatching system can realize the scheduling and scientific allocation of the task remotely, and make the task plan be carried out by evaluating the tasks and the participants.Keywords: Task scheduling; B/S; SSH目 录摘 要 IAbstract II目 录 III1 引言 11.1 课题研究意义及背景 11.2 论文的目的及设计要求 12 研究现状及设计目标 22.1 任务调度系统的现状 22.2 任务调度系统优缺点分析 22.3现行研究存在的问题及解决方法 22.3.1 现行研究存在的问题 22.3.2 解决办法 32.4 本课题要达到的设计目标 32.5 经济效益分析 43 关键问题及分析 53.1 问题分析与设计 53.1.1 核心问题即任务调度 53.1.2 数据表间联系 63.1.3 系统安全性 64 调度算法设计 75 需求分析 85.1 USE-CASE用例图 85.2 类图 85.3 活动图 95.4 功能需求 105.5 开发环境 105.6 系统交互图 115.6.1 系统架构类交互图 115.6.2 系统协作图 125.6.3 系统状态图 136 系统设计 156.1 系统体系结构 156.2 系统功能结构 156.3 系统架构的设计目标 166.4 系统架构设计 166.5 数据库表结构 176.5.1 数据库设计原则 176.5.2 数据库设计概述 186.5.3 数据库设计周期 186.5.4 数据字典 197 系统实现 217.1 公共模块 217.1.1 模块功能 217.1.2 模块代码 217.2 注册模块 267.2.1 模块功能 267.2.2 模块代码 267.3 登录模块 297.3.1 模块功能 297.3.2 模块代码 297.4 搜索模块 317.4.1 模块功能 317.4.2 模块代码 317.5 项目管理模块 337.5.1 模块功能 337.5.2 模块代码 337.6 任务调度模块 407.6.1 模块功能 407.6.2 模块代码 408 结论与展望 49参考文献 50致 谢 51