通用查询器的设计与实现论文

上传人:第*** 文档编号:30329352 上传时间:2018-01-28 格式:DOC 页数:36 大小:238KB
返回 下载 相关 举报
通用查询器的设计与实现论文_第1页
第1页 / 共36页
通用查询器的设计与实现论文_第2页
第2页 / 共36页
通用查询器的设计与实现论文_第3页
第3页 / 共36页
通用查询器的设计与实现论文_第4页
第4页 / 共36页
通用查询器的设计与实现论文_第5页
第5页 / 共36页
点击查看更多>>
资源描述

《通用查询器的设计与实现论文》由会员分享,可在线阅读,更多相关《通用查询器的设计与实现论文(36页珍藏版)》请在金锄头文库上搜索。

1、 xx 大学软件学院毕 业 论 文论文题目 通用查询器的设计与实现学 生 姓 名学 生 学 号专 业 班 级学 院 名 称指 导 老 师学 院 院 长年 5 月 20 日 xx 大学毕业设计(论文) 第 I 页xx 大学软件学院通用查询器的设计与实现摘 要随着计算机技术的发展,软件变得越来越复杂,软件的开发也变得越来越困难。人们发现,根据以往的开发模式,要在控制的时间和成本内,开发出高质量的软件产品,几乎是不可能的。于是人们想到了各种各样的方法来进行改进。软件重用无疑是这些方法中最重要的方法之一。通过软件重用,人们不仅可以利用标准化的软件模块快速构建特定的应用程序,而且可以在开发软件时使用以前

2、开发的,已经验证过的没有错误的模块,从而极大的提高软件产品的生产效率,减轻开发人员的工作强度和开发成本。本文在深入分析查询语句的组成结构的基础上,设计和实现了一个通用查询器。该通用查询器由数据描述,模板管理,数据查询,多语言接口等部分组成。数据描述允许用户通过自己角度说明数据表和字段;模板管理使用户能够重用以前的查询条件;数据查询则根据用户输入,动态生成 SQL 语句,进行数据查询;多语言接口则使程序界面可以用不同的语言进行显示。通用查询器采用独立的模块化设计和基于 XML 文件的数据存储方式,以动态的方式根据用户输入生成 SQL 语句。这样保证了通用查询器的可移植性,可维护性,使其能够作为一

3、个组件与各个信息系统进行集成,是对软件组件级重用的一次有益尝试。最后对通用查询器进行了测试。测试结果表明,通用查询器完全能够根据用户输入,动态生成正确的 SQL 语句,并将用户需要的数据显示给用户,完成了数据查询的功能。但是在其与其它信息系统集成上,还有待进一步进行验证。关键字:软件重用,组件,MVC 结构,N 层,SQL 语句 xx 大学毕业设计(论文) 第 II 页xx 大学软件学院The Design and Implementation of Common QueryAbstractAlong with the development of computer technology, s

4、oftware 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 t

5、o 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 senten

6、ce, 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 usef

7、ul 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. T

8、he results show that the common query can create correct SQL query sentence according to users 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 xx 大学毕业设计(论文) 第 I

9、II 页xx 大学软件学院目 录第一章 绪 论 .11.1 课题研究背景 .11.2 软件复用的概念和现状 .21.2.1 软件复用的概念 .21.2.2 软件复用的现状 .21.3 论文组织结构 .3第二章 组件设计目标及策略 .42.1 组件设计目标和要求 .42.2 系统分析 .42.3 功能划分 .52.3.1 数据描述模块 .62.3.2 模板管理模块 .62.3.3 数据查询模块 .62.3.4 多语言接口模块 .72.4 总结 .7第三章 组件开发方案 .83.1 体系结构 .83.1.1 两层或三层体系结构 .83.1.2 N 层体系结构 .93.1.3 组件形式 .103.2 系统开发环境与开发模型 .

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 办公文档 > 其它办公文档

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