(论文 字数:17604 页数:38)摘 要 :近年来,随着Internet 的迅速发展,各种信息资源越来越丰富,各样的信息检索系统也应运而生,人们希望能通过多功能、智能化的检索系统来全面、快速地获取自己所需要的信息。本文根据中医药文献检索的需求,主要研究全文检索技术研究与中医应用技术的实现。 全文分为三个部分,首先研究了全文检索技术的背景及相关概念并以中国期刊网为实例进行了应用研究分析。其次在.net平台下结合SQL 2000全文检索技术构建了南京中医药大学优秀论文查询系统,采用了C#语言进行编码并使用了B/S架构。最后对本论文的主要研究开发工作进行了总结,并对系统的进一步研究工作进行了展望。
Abstract :n recent years, with the rapid development of Internet, various information resources has become increasingly diverse, a variety of information retrieval systems have emerged, it is hoped that through the multi-functional and intelligent retrieval system to comprehensively, Quick access to their information needs. According to Chinese medicine literature retrieval needs of major research full-text retrieval technology research and application of Chinese technology. This article is divided into three sections. First of full-text retrieval technology background and the related concepts to the Chinese Journal Network as an example for the Applied Research and Analysis. Secondly. Net platform with SQL 2000 full-text retrieval technology Construction of the Nanjing University of Traditional Chinese Medicine excellent essays investigation with the system, using the C # language coding and use of the B / S structure. Finally, the main thesis of the research and development work of summing up and the further research work in the paper.
关键字 :全文检索,中医文献,SQL2000,NET,B/S,C#,ADO
Key words :The full text retrieval;Chinese literature;SQL 2000;. NET;B/S;C#;ADO
目 录 摘 要 1 关键字 1 一、绪论 2 1.1研究背景及动因 2 1.2研究的重点及意义 3 二、全文检索技术 4 2.1全文检索的概念 4 2.2全文检索的作用 4 2.3全文检索技术的发展过程 5 2.4 全文检索所面临的问题 6 2.5本软件所采用的检索方法 6 2.6全文数据库检索方法举例介绍--中国期刊网 7 2.6.1检索特点 8 2.6.2检索策略 8 三、中医药检索概况 10 四、该软件所采用技术背景知识 12 4.1数据库的选择 12 4.2 .net 技术 12 4.3 HTML 14 4.4 ADO技术 14 4.5 B/S结构简介 16 五、系统的分析与设计 17 5.1需求分析 17 5.2系统设计 17 5.2.1系统设计目标 17 5.2.2系统设计原则 18 5.2.3系统结构 18 5.2.4系统平台配置 20 5.3数据库的设计 21 5.4系统的安全设计 23 5.4.1数据库的安全设计 23 5.4.2 Web服务器的安全设计 23 5.4.3 ASP 应用程序的安全设计 24 5.4.4目录和文件的权限问题 24 六、系统实现 24 6.1配置全文检索 24 6.2.NET界面设计与编码 28 6.2.1界面介绍 28 6.2.2代码实现 31 七、总结与展望 33 7.1 总结 33 7.2展望 33 致谢 35 参考文献 36
一、绪论 随着时代的变迁,信息资源显的越来越重要,可是同时信息量也越来越多,更新越来越快。所以怎样在浩瀚的信息海洋中找到自己所需要的资源便越来越重要。中医药文化由于其历史悠久,经过几千年的实践,补充,其资源更是浩如烟海。这对中医药文化工作者来说是件好事,但却对准确的检索提出了新的问题。于是将全文检索技术与中医药方面的应用结合起来便成了医学工作者的难题,也是本文研究的初衷。 |