没有合适的资源?快使用搜索试试~ 我知道了~
基于J2EE的财务管理系统设计与实现(完整论文)
需积分: 10 26 下载量 73 浏览量
2017-02-21
10:59:21
上传
评论 1
收藏 587KB DOC 举报
温馨提示
目 录 摘 要 I Abstract II 1项目意义及功能简介 1 1.1项目设置的目的以及意义 1 1.2 论文页眉页脚的编排 2 2开发工具介绍 1 2.1 J2EE的模型-视图-控制(MVC)体系结构 1 2.2 JSP技术简介 1 2.3 Eclipse技术简介 2 2.4 struts简介 5 2.5 Hibernate简介 6 2.6 MySQL数据库简介 7 3系统分析及设计 7 3.1系统的功能需求 7 3.2技术路线及实行方案 8 3.3数据设计 9 4系统的实现 10 4.1显示层设计原则 12 4.2控制层设计原则 12 4.3控制层设计原则 13 4.4数据访问层设计原则 13 5系统界面的演示 14 5.1 登录用户界面 14 5.2用户管理界面 16 5.3收支管理界面 17 6系统测试 19 6.1概要 19 6.2测试对象 19 6.3测试的功能 19 6.3测试方法 20 7 总 结 22 结 论 23 参 考 文 献 24 致 谢 25
资源推荐
资源详情
资源评论
大 连 民 族 学 院 本 科 毕 业 设 计(论 文)
基于 J2EE 的财务管理系统设计与实现
学 院(系):
专 业:
学 生 姓 名:
学 号:
指 导 教 师:
评 阅 教 师:
完 成 日 期:
大连民族学院
基于 J2EE 的财务管理系统设计与实现
摘 要
随着软硬件技术的急速发展,计算机技术在社会生活中的方方面面都发挥着重要
的作用。对人们的个人生活质量和生活方式也有着深远的影响,应用先进的网络和数
据库技术,可以大大节省人力,物力,并且让我们生活的更舒服。
财务管理系统是利用互联网的管理系统。家庭和个人的用户使用此软件,可以方
便的进行个人理财,投资管理。用户可以将自己的每一笔收入和支出输入到数据库中,
软件帮你理财。本文主要介绍了财务管理系统的设计与实现。财务管理系统是一个基
于网络的信息管理系统,它具有操作简单、成本低廉、效率高等优点,而且没有区域
限制。
全文分为项目意义及功能简介、开发工具介绍、系统分析及设计、系统的实现、
系统页面的演示、系统测试、总结、参考文献、致谢、附录共十个部分。
首 先 第 一 部 分 介 绍 了 项 目 意 义 及 功 能 简 介 ; 接 着 第 二 部 分 对
Struts、Hibernate、JSP 技术、Eclipse 技术和 MySQL 数据库进行了简单的介绍;然后
第三部分对系统的功能需求、技术路线及实施方案进行了叙述,对数据库的设计进行
了描述;第四部分对系统的后台进行了实现;第五部分是对系统的界面的演示;第六
部分对系统进行了测试;第七部分对系统开发的过程进行了总结;最后第八部分对在
毕业设计期间对我进行帮助的人表示感谢;第九部分列出了系统开发过程中查阅过的
书籍。第十部分附了一些程序实现代码。
关键词:MVC;Struts;JSP
- I -
基于 J2EE 的财务管理系统设计与实现
Base on J2EE financial Management System design and
implementation
Abstract
With the development of software and hardware’s technology, computer Technology is
bringing into play an important role in the society’s life. Especially in the field of our living
quality and life style, with the application of the advanced network and database technology,
computer science save a lot of manpower and material resources, and make human’s life
being more comfortable .
Finance management system is a system which using the internet. Domestic and personal
users can easily put up financing , manage the investment by using this software. The users
can also input their earning and payout into the date base .This paper describes the finance
management system design and implementation. finance management information system is a
network-based information management system. It has several advantages, such as simple,
low cost, higher efficiency, and without regional restrictions.
The full text of the project is divided into functional significance and briefings on the
development of tools, systems analysis and design, the system achieved, System pages
viewed, system testing and reviewing references, thank Appendix part of a total of ten.
Firstly, part 1, the thesis introduces the item on the meaning and function profiles; And
then, part 2, the paper takes a simple briefing about Struts, Hibernate, JSP technology, Eclipse
and My SQL database technology; Then part 3, the system's functional requirements,
technical line and the implementation of the program described the database design; Part 4,
the system to achieve the background; Part 5, the system interfaces to view; Part 6, the system
is tested; Part 7, summing up the system development process o; Part 8, thanks to all the
people helped me during the graduate design; Part 9, list the books about the system
development process. Finally, part 10, addenda of program code.
Key Words:MVC;Struts;JSP
- II -
基于 J2EE 的财务管理系统设计与实现
目 录
摘 要............................................................................................................................................I
Abstract......................................................................................................................................II
1 项目意义及功能简介..............................................................................................................1
1.1 项目设置的目的以及意义............................................................................................1
1.2 论文页眉页脚的编排....................................................................................................2
2 开发工具介绍..........................................................................................................................1
2.1 J2EE 的模型-视图-控制(MVC)体系结构...............................................................1
2.2 JSP 技术简介.................................................................................................................1
2.3 Eclipse 技术简介...........................................................................................................2
2.4 struts 简介......................................................................................................................5
2.5 Hibernate 简介...............................................................................................................6
2.6 MySQL 数据库简介......................................................................................................7
3 系统分析及设计......................................................................................................................7
3.1 系统的功能需求............................................................................................................7
3.2 技术路线及实行方案....................................................................................................8
3.3 数据设计........................................................................................................................9
4 系统的实现............................................................................................................................10
4.1 显示层设计原则..........................................................................................................11
4.2 控制层设计原则..........................................................................................................12
4.3 控制层设计原则..........................................................................................................13
4.4 数据访问层设计原则..................................................................................................13
5 系统界面的演示....................................................................................................................14
5.1 登录用户界面..............................................................................................................14
5.2 用户管理界面..............................................................................................................16
5.3 收支管理界面..............................................................................................................17
6 系统测试................................................................................................................................19
6.1 概要..............................................................................................................................19
6.2 测试对象......................................................................................................................19
6.3 测试的功能..................................................................................................................19
6.3 测试方法......................................................................................................................20
7 总 结......................................................................................................................................22
结 论.........................................................................................................................................23
参 考 文 献...............................................................................................................................24
- III -
剩余32页未读,继续阅读
资源评论
qq_36403603
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功