网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > 其他类别 > 正文

通用查询器的设计与实现

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 16/02/12

【编者按】:网学网其他类别为您提供通用查询器的设计与实现参考,解决您在通用查询器的设计与实现学习中工作中的难题,参考学习。

论文字数:14861,页数:36  有开题报告,任务书

摘  要
 随着计算机技术的发展,软件变得越来越复杂,软件的开发也变得越来越困难。人们发现,根据以往的开发模式,要在控制的时间和成本内,开发出高质量的软件产品,几乎是不可能的。于是人们想到了各种各样的方法来进行改进。软件重用无疑是这些方法中最重要的方法之一。通过软件重用,人们不仅可以利用标准化的软件模块快速构建特定的应用程序,而且可以在开发软件时使用以前开发的,已经验证过的没有错误的模块,从而极大的提高软件产品的生产效率,减轻开发人员的工作强度和开发成本。
 本文在深入分析查询语句的组成结构的基础上,设计和实现了一个通用查询器。该通用查询器由数据描述,模板管理,数据查询,多语言接口等部分组成。数据描述允许用户通过自己角度说明数据表和字段;模板管理使用户能够重用以前的查询条件;数据查询则根据用户输入,动态生成SQL语句,进行数据查询;多语言接口则使程序界面可以用不同的语言进行显示。
 通用查询器采用独立的模块化设计和基于XML文件的数据存储方式,以动态的方式根据用户输入生成SQL语句。这样保证了通用查询器的可移植性,可维护性,使其能够作为一个组件与各个信息系统进行集成,是对软件组件级重用的一次有益尝试。
 最后对通用查询器进行了测试。测试结果表明,通用查询器完全能够根据用户输入,动态生成正确的SQL语句,并将用户需要的数据显示给用户,完成了数据查询的功能。但是在其与其它信息系统集成上,还有待进一步进行验证。

关键字:软件重用,组件,MVC结构,N层,SQL语句

The Design and Implementation of Common Query
Abstract
                                                   
 Along with the development of computer technology, software become more and more complex, and the development of software become more and more difficult. Software developers find that according to past development method, it is impossible to create a high quality software production within defined time and cost. So developers think out many methods to improve software development process and software quality. Software reuse is absolutely one of the most important methods. Software reuse improve the efficiency of software development greatly, and reduce the development time and cost.
 According to the analysis of the structure of SQL query sentence, this paper introduces the design and implement of common query. This common query is made up of four parts, data description, modules management, data query, and multilanguage interface. These four parts allow user to describe data table and field, to use templates created before, to search useful data.
 The common query is created as a module, and use XML files to store data, create SQL sentence dynamic. With them, the common query is easy to transplant and maintenance, and is easy to build into other information system. It is a very good attempt of software reuse.
 At the end, we test it. The results show that the common query can create correct SQL query sentence according to user’s input, and give useful data to user who need it. As to working with other information system, it need further confirm.

Key Words: software reuse,module,MVC architecture,N-tier,SQL sentence
 
 
 
 目  录
 

第一章 绪 论 1
    1.1 课题研究背景 1
    1.2 软件复用的概念和现状 2
 1.2.1 软件复用的概念 2
 1.2.2 软件复用的现状 2
    1.3 论文组织结构 3
第二章 组件设计目标及策略 4
    2.1 组件设计目标和要求 4
    2.2 系统分析 4
    2.3 功能划分 5
 2.3.1 数据描述模块 6
 2.3.2 模板管理模块 6
 2.3.3 数据查询模块 6
 2.3.4 多语言接口模块 7
    2.4 总结 7
第三章 组件开发方案 8
    3.1 体系结构 8
 3.1.1 两层或三层体系结构 8
 3.1.2 N层体系结构 9
 3.1.3 组件形式 10
    3.2 系统开发环境与开发模型 10
 3.2.1 开发环境 10
 3.2.2 开发模型 11
    3.3 总结 11
第四章 组件设计与实现 12
    4.1 通用查询器自身数据的设计 12
 4.1.1 字段关联的设计 12
 4.1.2 模版的设计 13
    4.2 功能模块的设计 14
 4.2.1 数据描述模块 14
 4.2.2 模板管理 16
 4.2.3 数据查询模块 17
 4.2.4 多语言接口 20
    4.3 系统环境 20
    4.4 总结 20
第五章 组件设计与实现的关键技术 21
    5.1 基于XML文件的数据存储 21
 5.1.1 问题的产生 21
 5.1.2 基于XML文件的数据存储 21
    5.2 SQL查询语句的动态生成 22
 5.2.1 问题的产生 22
 5.2.2 SQL查询语句的动态生成 23
    5.3 总结 23
第六章 结束语 25
参考文献 26
致  谢 27
附录  主要源程序 28

通用查询器的设计与实现......
  • 上一篇资讯: [其他类别]
  • 下一篇资讯: 项目管理自动化系统
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号