{$cfg_webname}
主页 > 计算机 > 论文 >

油水井作业管理系统的设计

来源:56doc.com  资料编号:5D16158 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D16158
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

油水井作业管理系统的设计(课题申报表,任务书,开题报告,中期检查表,外文翻译,论文16800字,答辩PPT)
摘 要
本文介绍了大庆油田第三采油厂实施的油水井作业管理系统设计。本系统主要实现的功能是通过油水井生产数据库信息判定某一井是否需要作业,然后通过作业数据库提取作业原因及推荐措施,完成作业井的工程设计,生成油水井作业的效果统计表,最后将油水井作业信息以网站的形式发布出去。本系统的开发有助于提高、加快油水井的作业效率。具体工作如下:
通过系统架构设计、数据结构的设计,构建了一个基于B/S结构和Oracle后台数据库服务器的系统。该系统完成了四个模块的功能,分别为系统登录模块、数据管理模块、作业管理模块和施工验收模块。系统登录模块实现用户登录和权限分配;数据管理模块建立数据关联,实现数据交互,完成数据的录入、查询和统计功能;作业管理模块实现作业井的判断、施工录入、施工总结功能;施工验收模块即对施工的效果进行统计,并对此次作业做出总结。
在实现方法上,该系统采用ASP.NET技术,运用了C#语言编写程序,完成油水井信息管理系统的Web页面设计。使用权限管理技术完成系统登录,使用Oracle数据库完成数据管理,使用寻优匹配技术完成计划管理。

关键词:ASP.NET;油水井作业管理系统;B/S系统;Oracle数据库
 
Abstract
The oil and water well operation management system which based on the third oil production plant of Daqing oilfield is designed in this paper. The main functions are realized as follows. First, whether a well  is needed to be operated or not decided through the oil well production database information. Second, through the operation of the database information provided operation reasons and measures. The third step is that oil well operation effect of statistical tables must be made. The last but not the least , the operation information of wells will be published  on the Internet. The operation efficiency is improved and advanced by the development of the system. The specific work must be did as follows.
Through the system architecture design and data structure, the system based on B/S structure and Oracle backstage database server is constructed .The function of four modules is completed in this system, including system login module data management module, operation management module and construction acceptance module. User login and permission assignment are completed in system login module. The link between data is established to implement data interaction and the data insert, inquiry and statistics are completed in data management module; the operation wells are found and data which is used in project are stored and the construction report must be wrote in operation management module; the effect of  operation can be obtained in construction acceptance module.
ASP.NET technology is used as realization method and C# language is used to write the program, which complete Web page design of oil and water  wells information management system. The privilege management technology is used to login system, the Oracle database is used to manage data, the searching of optimal matching technology is used to manage plan.

Keywords: ASP.NET; Oil and water well operation management system; Mode of B/ S; Oracle database

论文的主要研究内容
本系统主要进行了以下几项工作:
1. 对项目需求进行调研,确定系统需求。
2. 对系统的功能模块进行进一步划分,对系统所需实现的功能进行详细分析和总体设计。
3. 对数据库进行设计,使用ASP.NET进行页面设计, 使用C#.NET对每个功能模块编写相应代码实现相应功能,使用ADO.NET技术连接后台数据库。
4. 上传,发布,进行系统测试。
1.4  论文的安排
本文总共分为五章:
第 1 章 绪论:该部分主要包括四点内容,油水井作业管理系统的目的、背景和意义,目前国内外发展现状,本文研究的主要内容以及论文的安排。
第2章 系统开发平台及主要内容:该章主要包括五节内容,介绍了ASP.NET平台的基本原理,简要说明了如何使用Visual Studio2010和Oracle数据库以及对C#语言和ADO.NET做了简单的介绍。
第 3 章 油水井作业管理系统的设计:该章主要包括四节内容,系统架构设计、油水井作业管理系统的功能模块的设计、油水井作业管理系统程序流程图的设计和数据库设计。系统设计中主要对系统的功能结构进行划分,介绍了油水井作业管理系统的流程,主要功能模块图以及数据库的结构模型。
第 4 章 油水井作业管理系统的实现:该章主要的内容是系统开发环境、系统配置以及系统主要功能模块的实现。系统的实现是油水井作业管理系统中最重要的部分。
第 5 章 系统的测试及结果分析:该章主要的内容是通过检测软件是否符合设计目标,来及时的修改调整系统的参数,避免给用户带来损失。

目 录
第1章 概 述    1
1.1  研究背景、目的及意义    1
1.2  目前国内外发展状况    1
1.3  论文的主要研究内容    2
1.4  论文的安排    3
第2章 系统开发平台    4
2.1 ASP.NET    4
2.2 VISUAL STUDIO 2010    5
2.3 ORACLE数据库    5
2.4 C#语言    7
2.5 ADO.NET    8
2.6 本章小结    8
第3章 总体设计和数据库设计    9
3.1 系统分析    9
3.2 系统开发及运行环境    10
3.3  数据库设计    11
3.5 本章小结    14
第4章 油水井作业管理系统的实现    15
4.1登录页面    15
4.2 数据管理模块    16
4.3 作业管理    18
4.4 施工验收管理    24
4.5 本章小结    26
第5章 系统测试    27
5.1系统测试的方法    27
5.2系统测试及结果分析    28
5.3 本章小结    30
结 论    31
参考文献    32
致 谢    33
 

推荐资料