没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
适合人群:对于初学者和有经验的开发者都非常有用,尤其是希望深入研究某一特定技术栈或者准备毕业设计、课程项目的计算机专业的大学生和技术爱好者。 使用场景及目标:旨在为用户提供一套完整的学习解决方案,不仅限于代码的学习,还包括项目管理和开发技巧,帮助用户构建真实的应用程序,掌握现代软件工程的方法论和技术细节。 阅读建议:由于文档量巨大,建议首先根据自己的兴趣和方向选择相关项目开始学习,同时注意文档中的关键要点和实战练习部分。可以通过加入作者提供的微信群获得更多实时的支持和帮助。
资源推荐
资源详情
资源评论
1
毕业设计(论文)
论文题目
基于 java 的儿童福利院管理系统的设计与实现
学 生 姓 名
学 号
所 在 院 系
专 业 班 级
导师姓名职称
完 成 日 期
2019 年 4 月 20 日
I
基于 Java 的儿童福利院管理系统
摘要
进入 21 世纪,计算机技术迅速向着网络化的、集成化方向发展。传统的单机版应
用软件正在渐渐退出舞台,取而代之的是可以对网络、多种数据信息进行支持的新一代
网络版应用软件,并由此慢慢形成了信息化的社会。信息化社会的逐步形成和微电子技
术日新月异的进步,对落后低效的办公手段提出了挑战,信息是管理的基础,也是进行
每一步决策的基本依据。在一个组织中,信息已作为人力、物力、财力之外的第四种资
源,占有着重要的地位。然而,信息是一种无实体化的,不同于旧有形式基本资源的新
形式的资源。信息也是管理的对象,必须进行管理和控制才能使它发挥它的价值。本儿
童福利院管理系统是将 IT 技术用于儿童院信息的管理, 它能够收集与存储儿童院的档
案信息,提供更新与检索儿童院信息档案的接口;提高工作效率。
本系统是基于 JAVA 平台开发的一套儿童福利院管理的系统。系统以 JSP 为编程语
言。使用现下最流行的关系型数据库之一 Mysql 建立数据之间的转换。论文主要介绍了
本课题的开发背景,所要完成的功能以及开发的过程。重点的说明了系统设计的重点、
设计思想、难点技术和解决方案等。
关键词:儿童院;系统;计算机;信息
II
Abstract
In twenty-first Century, computer technology was developing rapidly towards the
integration and networking. The traditional single computer application software is gradually
withdrawing from the stage, which is replaced by a new generation of network version
application software that can support the network and a variety of data information, and thus
gradually formed the information society. The gradual formation of the information society
and the rapid progress of microelectronic technology have challenged the backward and
inefficient office means. Information is the basis of management, and it is also the basic basis
for every step. In an organization, information has been regarded as the fourth resource
outside human resources, material resources and financial resources, and occupies an
important position. However, information is a new form of resources that is not materialized
and is different from the old form of basic resources. Information is also the object of
management. It must be managed and controlled to make it play its value. The management
system of this nursing home is to use IT technology to manage the information of the nursing
home. It can collect and store the archives information of the nursing home, provide the
interface to update and retrieve the information archives of the nursing home, and improve
the working efficiency.
The system is based on the JAVA platform developed by a digital nursing home
management system. The system uses JSP as a programming language. Use the Mysql, one
of the most popular relational databases, to build data conversion. This paper mainly
introduces the development background, the functions and the development process of the
project. The emphasis is laid on the key points of system design, design ideas, difficult
technologies and solutions.
Keywords: Nursing homes; system; computer; information
III
目 录
第 1 章 绪论..................................................................................................................1
1.1 选题的依据及意义 .............................................................................................1
1.2 国内外现状研究 .................................................................................................2
1.3 研究目的 .............................................................................................................2
第 2 章 设计技术与开发环境 .........................................................................................3
2.1 相关技术介绍 .....................................................................................................3
2.1.1 JSP 简介 .....................................................................................................3
2.1.2 B/S 模式分析 .............................................................................................4
2.1.3 mysql 简介 .................................................................................................5
2.2 开发环境介绍 .....................................................................................................5
2.2.1 Myeclipse 简介 ..........................................................................................5
2.2.2 Tomcat 简介...............................................................................................6
第 3 章 需求分析与可行性分析 .....................................................................................7
3.1 需求分析 .............................................................................................................7
3.1.1 应用需求分析 ...........................................................................................7
3.1.2 运行需求分析 ...........................................................................................8
3.1.3 其他需求分析 ...........................................................................................8
3.2 数据流程分析 .....................................................................................................8
3.2.1 系统操作流程 ...........................................................................................8
3.2.2 数据增加流程 ...........................................................................................9
3.2.3 数据修改流程 .........................................................................................10
3.2.4 数据删除流程 .........................................................................................11
3.3 可行性研究 .......................................................................................................12
3.3.1 经济可行性 .............................................................................................12
3.3.2 技术可行性 .............................................................................................12
3.3.3 运行可行性 .............................................................................................12
3.3.4 时间可行性 .............................................................................................13
3.3.5 法律可行性 .............................................................................................13
第 4 章 系统设计 ...........................................................................................................14
IV
4.1 系统总体设计 ...................................................................................................14
4.2 系统开发步骤 ...................................................................................................14
4.3 概要设计 ...........................................................................................................15
4.4 数据库概念结构设计 .......................................................................................15
4.5 数据库逻辑结构设计 .......................................................................................16
第 5 章 系统实现 ...........................................................................................................19
5.1 系统登陆模块 ...................................................................................................19
5.2 系统首页实现 ...................................................................................................19
5.3 密码管理模块实现 ...........................................................................................20
5.4 用户信息管理模块 ...........................................................................................20
5.5 儿童信息管理模块实现 ...................................................................................27
第 6 章 程序测试与评价 ...............................................................................................32
6.1 程序调试 ...........................................................................................................32
6.2 程序的测试 .......................................................................................................32
6.2.1 测试的重要性及目的 .............................................................................32
6.2.2 测试的步骤 .............................................................................................33
6.2.3 测试的主要内容 .....................................................................................34
6.2.4 测试用例 .................................................................................................36
6.3 系统的特点和优点 ...........................................................................................37
6.4 系统存在的不足和改进方案 ...........................................................................38
6.5 设计收获和心得 ...............................................................................................38
结论 .................................................................................................................................40
参考文献 .........................................................................................................................41
致谢 .................................................................................................................................32
附录 .................................................................................................................................33
剩余34页未读,继续阅读
资源评论
源码空间站11
- 粉丝: 4895
- 资源: 759
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于深度学习的交通标志识别系统(django)源代码(完整前后端+mysql+说明文档+LW).zip
- 基于Maixcam下使用的控制舵机算法 只是示例,大家可以先搞定硬件再来使用
- BERNESE5.4中生成DE421.EPH所需的ascp文件时间间隔2050到2200
- BERNESE5.4中生成DE421.ERH所需的ascp文件从1900到2050的时间间隔
- 前端算法实战视频课程下载
- 2024121972kZUiEq.zip
- 动态仓储:vue+spring boot+sql
- 国家电网电力公司大型施工机具及安全工器具管理系统智能库房建设方案书
- 周立功CAN分析仪最新软件备份
- Qt 全流程实战企业级项目 - 云对象存储浏览器
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功