{$cfg_webname}
主页 > 计算机 > JSP >

基于Java的日报管理系统的设计与实现(MySQL)

来源:wenku163.com  资料编号:WK16313307 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16313307
资料介绍

基于Java的日报管理系统的设计与实现(MySQL)(论文说明书13000字,程序代码,MySQL数据库)
摘 要 :针对目前一些管理系统对硬件环境有一定要求,不能完全实现异地管理的现状,本日报系统采用计算机网络技术对日报中的信息进行管理。该技术可以收集和储存日报中的数据信息,提供更新、检查和搜索日报数据信息的接口,从而提高效率,降低工作压力。同时本系统是基于Java在Myeclipse集成开发环境中开发的,使用jsp、javaScript、servlet作为编程技术,数据库用的是中小型开发常用的Mysql数据库,最后将具有任务、公告发布,学生、教师信息管理,作业上传及修改功能,实现老师异地管理学生的效果。本篇论文将围绕所选课题的时代背景及环境展开,重点将介绍开发、设计思路和所遇到的问题及对应的解决方案。
关键词:日报管理;任务发布;异地管理

Design and Implementation of Daily Management System Based on Java
Abstract :In view of the present situation of some management system can't overcome the limitation of being used in different places because of Some requirements on the hardware environment .The daily system is using the computer network technology to manage the information in the daily .The technology can collect and store daily in the form of information, provide interface to update and retrieve the daily archives information, which can improve the work efficiency, reduce the work pressure. This system is developed based on Java platform, using JSP, javaScript, servlet as the programming technology. The database is frequently used in the development of small and medium-sized system and supporting a variety of development platform.And finally, there will be homework, announcements, students, teachers information management, job upload and modify the function to achieve the effect of teachers, students off-site management .This paper will focus on the background and environment of the selected topics, and focusing on the development, design ideas and problems encountered and the corresponding solutions.
Keywords: daily system; task release; offsite management
 

基于Java的日报管理系统的设计与实现(MySQL)
基于Java的日报管理系统的设计与实现(MySQL)
基于Java的日报管理系统的设计与实现(MySQL)
基于Java的日报管理系统的设计与实现(MySQL)
基于Java的日报管理系统的设计与实现(MySQL)


目 录
1 前言    6
1.1 课题背景    6
1.2 课题研究目的及意义    6
1.3 国内外研究现状    6
1.4 研究方法    7
1.5 研究内容    7
2 相关技术介绍    7
2.1 JSP简介    7
2.2 servlet简介    7
2.3 Mysql简介    8
2.4 B/S模式分析    8
3 整体分析    8
3.1 需求分析    8
3.1.1 应用需求分析    8
3.1.2 运行需求分析    9
3.1.3 可靠性需求    9
3.1.4 运行环境需求    9
3.1.5 其他需求分析    9
3.2 数据流程分析    10
3.2.1 系统操作流程    10
3.2.2 数据增加流程    10
3.2.3 数据修改流程    11
3.2.4 数据删除流程    12
3.3 可行性分析    13
4 系统设计    13
4.1开发步骤    13
4.2 功能模块设计    14
4.3 数据库概念设计    14
4.4 数据库表清单    15
5 系统实现    18
5.1 系统首页实现    18
5.2 登陆模块实现    18
5.3 用户信息管理模块实现    20
5.4 公告信息管理模块    21
5.5 作业信息管理模块    23
5.6 日报信息管理模块    24
6 程序测试    25
6.1 测试方法    25
6.2 测试用例    26
6.3 测试结果    30
7 结论    30
参考文献    31
致谢    32

推荐资料