
基于 jsp 的个人日程管理系统
毕业设计(论文)资料
设计(论文)题目:
个人日程管理系统

基于 jsp 的个人日程管理系统
I
摘 要
随着计算机技术的飞速发展,计算机应用的迅速推广,计算机改变了人们的生活,
工作的方式。日程管理就是将每天的工作和事务安排在日期中,并做一个有效的记录,
方便管理日常的工作和事务,达到工作备忘的目的,同时也具有对日常工作进行指导、
监督的作用。
个人日程管理系统是为了个人日程管理能力而设计开发出来的管理信息系统。系统
设计的目的是为了方便个人对重要日程的安排建设一套全页的日程管理系统。
针对以上问题,设计开发了个人日程管理系统,本系统前台主要使用 JSP 作为开发
语言,后台使用 MySQL 作为数据库管理系统,开发环境是 MyEclipse,服务器采用 tomcat,
开发出的一个基于 Web 技术的 B/S 结构的个人日程管理系统。
关键词:日程,管理系统,JSP,B/S 结构

基于 jsp 的个人日程管理系统
II
ABSTRACT
With the rapid development of computer technology, computer application in the rapid
promotion, the computer changed people's life, work way. Schedule management is the daily
work and business are arranged in date, and make an effective recording, to facilitate the
management of daily work and business, achieve the memorandum purposes, but also the
daily work guidance, supervision effect.
Personal schedule management system for personal agenda management ability of
design and development of management information system. The system is designed to
facilitate the personal important agenda to build a full page of the schedule management
system.
In view of the above problems, design and development of the personal schedule
management system, this system mainly uses the JSP as a development language, the use of
MySQL as a database management system, the development environment is MyEclipse,
server using tomcat, developed a Web technology based on B / S structure of the personal
schedule management system.
Key words : schedule, management system, JSP, B / S structure

基于 jsp 的个人日程管理系统
III
目 录
摘 要....................................................................................................................I
ABSTRACT .........................................................................................................II
第一章 绪论.........................................................................................................1
1.1 课题背景........................................................................................................................1
1.2 目的和意义....................................................................................................................1
1.3 开发工具及技术............................................................................................................1
1.3.1 开发工具..............................................................................................................1
1.3.2 JSP........................................................................................................................2
1.3.3 JavaScript.............................................................................................................3
1.4 软硬件需求....................................................................................................................3
第二章 需求分析.................................................................................................5
2.1 需求调研........................................................................................................................5
2.2 可行性分析....................................................................................................................5
2.2.1 技术的可行性......................................................................................................5
2.2.2 经济的可行性......................................................................................................5
2.2.3 操作可行性..........................................................................................................5
2.2.4 法律的可行性......................................................................................................6
2.3 系统用户用例图............................................................................................................6
2.3.1 管理员用例图......................................................................................................6
2.4 功能模块需求分析........................................................................................................7
2.5 设计的基本思想............................................................................................................8
2.6 性能需求........................................................................................................................8
2.6.1 系统的安全性......................................................................................................8
2.6.2 数据的完整性......................................................................................................9
2.7 界面需求........................................................................................................................9
第三章 系统分析与设计...................................................................................10
3.1 数据库的分析与设计..................................................................................................10
3.1.1 数据库的概念结构设计....................................................................................10
3.1.2 数据库的逻辑结构设计....................................................................................12
3.1.3 数据库的连接原理............................................................................................13
3.2 中文乱码问题处理......................................................................................................15
第四章 系统功能实现.......................................................................................17
4.1 系统登陆页面实现......................................................................................................17
4.2 管理员功能模块..........................................................................................................20

基于 jsp 的个人日程管理系统
IV
4.2.1 用户信息管理....................................................................................................20
4.2.2 分类信息管理....................................................................................................22
4.2.3 修改密码............................................................................................................25
4.2.4 退出系统............................................................................................................25
4.3 普通用户功能模块......................................................................................................26
4.3.1 用户注册............................................................................................................26
4.3.2 日程信息管理....................................................................................................27
4.3.3 日程信息提醒....................................................................................................32
第五章 系统测试...............................................................................................34
5.1 系统测试目的与意义..................................................................................................34
5.2 测试过程......................................................................................................................34
5.2.1 主页面的登录模块测试....................................................................................34
5.3 其他错误......................................................................................................................35
结 论.................................................................................................................36
参考文献.............................................................................................................37
致 谢.................................................................................................................38