工程硕士论文-基于j2ee的审计综合管理系统设计与实现

上传人:aa****6 文档编号:33618805 上传时间:2018-02-16 格式:DOC 页数:64 大小:681KB
返回 下载 相关 举报
工程硕士论文-基于j2ee的审计综合管理系统设计与实现_第1页
第1页 / 共64页
工程硕士论文-基于j2ee的审计综合管理系统设计与实现_第2页
第2页 / 共64页
工程硕士论文-基于j2ee的审计综合管理系统设计与实现_第3页
第3页 / 共64页
工程硕士论文-基于j2ee的审计综合管理系统设计与实现_第4页
第4页 / 共64页
工程硕士论文-基于j2ee的审计综合管理系统设计与实现_第5页
第5页 / 共64页
点击查看更多>>
资源描述

《工程硕士论文-基于j2ee的审计综合管理系统设计与实现》由会员分享,可在线阅读,更多相关《工程硕士论文-基于j2ee的审计综合管理系统设计与实现(64页珍藏版)》请在金锄头文库上搜索。

1、电 子 科 技 大 学专业学位硕士论文基于 J2EE 的审计综合管理系统设计与实现作 者 姓 名: 学科、专业 : 学 号 : 指 导 教 师: 完 成 日 期: 电子科技大学独创性说明作者郑重声明:本硕士学位论文是我个人在导师指导下进行的研究工作及取得研究成果。尽我所知,除了文中特别加以标注和致谢的地方外,论文中不包含其他人已经发表或撰写的研究成果,也不包含为获得电子科技大学或者其他单位的学位或证书所使用过的材料。与我一同工作的同志对本研究所做的贡献均已在论文中做了明确的说明并表示了谢意。作者签名: 日期: 摘 要- I -摘 要对于油公司审计处而言,编制、审核审计项目方案指导各二级单位审计

2、科的工作,是油田审计工作的核心业务之一。长期以来,审计项目方案的审批流程处于手工模式,由于油田前线单位位置分散,设计文档的提交、送审、审批等工作存在严重的“时间滞后”效应,因此方案审批流程周期长、效率低,同时施工用料管理不规范、存在较多的浪费现象。随着油田网络的普及和数字化油田的建设,油田局域网的覆盖面已经延伸到各个采油小队,为油田前线生产工作的信息化提供了基础,因此利用信息技术实现油田审计方案网上流转,对于提高生产效率,降低生产成本具有积极意义。本文针对油田审计过程中存在的上述问题,设计并实现了基于 J2EE 技术的审计综合管理系统。本文讨论了 J2EE 技术规范和 MVC 三层体系结构,并

3、根据油田生产数据库采用 oracle 的现实,选用 oracle 8i 作为数据库平台,应用 oracle 存储过程技术,对审计过程中的关键业务数据查询、汇总进行查询或计算,实现了审计项目方案上报、审批、下发的网上流转,并对方案流转的全过程进行跟踪监控,能及时发现方案流转过程中的瓶颈,改进业务流程。本系统用户管理和安全认证应用通过 RBAC 权限管理部分实现,本系统实现了系统的 J2EE 技术、数据库和权限管理的成功集成,提高了系统的稳定性、安全性。本系统研制成功以来,首先在辽河油田各采油厂和油公司审计处投入使用,规范了油田审计工作业务流程,避免了可能由于人为因素漏批造成的责任事故,达到系统的

4、预期效果。由于本系统采用 B/S 技术,在系统功能发生改变时,只需要更新服务器端程序即可,不需要客户端升级程序,可以快速地调整系统,投入使用。关键词:审计;J2EE;jdbc;MVC 三层体系结构;组件电 子 科 技 大 学 硕 士 学 位 论 文- II -AbstractWith the rapid development of Internet, techniques of database develop accordingly, and it has been an urgent need to build a comprehensive auditing management sy

5、stem which can work efficiently. According to the reality of auditing management, on the basis of UML method, this paper is to do the systematic analysis and the general design of comprehensive auditing management system, to build a web management system based on MVC Three-tier Structure and to fulf

6、ill a convenient and quick login and search with Oracle 8.1.7 as the backend database and JDBC technique as for operating and maintaining the database.In this paper the method of combining theory and practice is applied. First by putting the development course of web database, the several means to v

7、isit web database and Java technique into discussion, the paper makes clear the techniques and methods to build up the system. Then taking the developing course of the comprehensive auditing management system for Liaohe Oil Field Branch as an example, the paper analyzes the over-all design and safet

8、y strategy design of the system in detail, and concretely states based on MVC Three-tier Structure how to develop the system with use of j2ee technique with B/S model. The key techniques for javaBean to visit database by dataset and for other important parts are discussed with the specific realizing

9、 means provided. Finally the paper relates to the technical problems and the relevant solutions during the development course. The comprehensive auditing management system which is based on MVC Three-tier Structure is the fulfillment of the combination of j2ee techniques and relational database with

10、 the function of data putting-in and correcting, etc., which is of great importance for raising the comprehensive auditing managing level. The application of this system shows the comprehensive auditing management system is well established for its friendly user interface and flexible operations, wh

11、ich will increase a lot the working efficiency and achieve the goal of no paper for official business.Key Words:auditing ;j2ee; MVC Three-tier Structure;component第 一 章 课 题 的 来 源 及 意 义 ( 引 言 )- III -目 录摘 要 .IAbstract .II第一章 课题的来源及意义(引言).11.1 问题的提出.11.2 内部审计管理的发展现状.11.2.1 内部审计的概念.11.2.2 辽河油田内部审计管理情况.11.3 课题研究的意义.21.4 课题研究的内容和成果.21.5 本文的主要内容及组织结构.3第二章 系统所涉及的主要技术。.12.1J2EE 架构思想 .12.2 基于 J2EE 的三层应用架构 .22.2.1 J2EE 的优势 .22.2.2 J2EE 的四层模型 .

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号