说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 证书数据库
1)  certificate database
证书数据库
1.
Certificate services, the certificate hierarchical model of certificate authority and the attributes of certificate database are analyzed.
介绍了Windows2000PKI的结构和服务以及公钥应用服务的结构框架,分析了认证中心的证书服务、认证中心的层次模型和证书数据库的属性。
2)  bibliographic database
书目数据库
1.
Reasons and Countermeasures of Duplicated Data in Bibliographic Database of Library;
馆藏书目数据库中重复数据的产生及其对策
2.
Practice and thought on bibliographic database construction in our library;
我馆书目数据库建设的实践与认识
3.
This paper analyzes the necessity of the retrospective bibliographic database construction of foreign books and periodicals, introduces the present situation of foreign bibliographic database in the library of Jianghan University, and advances some opinions on retrospective bibliographic database construction of foreign books and periodicals in the library of Jianghan University.
分析了外文书刊书目回溯建库的必要性,介绍了江汉大学图书馆外文书目数据库建设现状,对其外文书刊书目回溯建库提出了几点建议。
3)  Catalog database
书目数据库
1.
This paper elaborates the idea of using information resources such as online catalog database,free catalog database on Internet as well as other specialized web resources to provide assistance for cataloging of western-language literature under web-environment.
阐述了在网络环境下,通过联机书目数据库、网上免费书目数据库以及互联网上资源等信息来源,为西文编目工作服务的观点。
4)  bibliography database
书目数据库
1.
This paper expounds some problems existing in document indexing and record according to the construction status of bibliography database.
本文针对当前书目数据库建设的现状,就文献标引与著录中存在的主要问题进行了详细分析与讨论。
2.
The paper discusses the problems in the conformity of bibliography database of libraries in amalgamated university.
分析了合并院校图书馆书目数据库整合过程中存在的问题 ,结合本馆实践提出了书目数据库整合过程应采取的措施。
3.
This paper analyzes the present situation of bibliography databases and some problems of the development of bibliography database that should be taken into notice.
分析了书目数据库的现状及其发展中应注意的几个问
5)  booklist database
书目数据库
1.
This article expounds the problems in the construction of the booklist database of library collection and puts forward the concrete and feasible solutions in the light of work practice.
本文阐述了馆藏书目数据库建设中存在的问题,结合工作实际,提出了具体可行的解决办法。
2.
In the booklist database,the data is the core of realizing library automated system.
书目数据库中的数据是实现图书馆自动化系统的核心。
6)  catalogue database
书目数据库
1.
This paper analyzes on the causes why the quality of the catalogue database is lower and on the existing problems, and puts forward some practicable measures for the quality control of the catalogue database such as strengthening the training, handling the remaining problems in a rush job of establishing the database, and establishing the strict quality supervision system, etc.
就书目数据库质量偏低的主要原因以及现存问题进行了分析,并对书目数据库的质量控制提出了一些可行措施,如加强培训、集中处理突击建库时的遗留问题、建立严格的质量监督机制等。
2.
The article brings forward databases construction systerm of the library information resource construction,and then it emphasizes on the construction of catalogue database ?characteristic database and the construction of virtual library collection information database.
提出了图书馆信息资源建设中的数据库建设系统 ,并着重介绍了书目数据库和特色馆藏数据库 ,以及虚拟馆藏数据库建设的意义和相关问题 ,从而让用户了解数据库建设在图书馆信息资源建设中的重要性。
3.
The quality control of catalogue database can guarantee the standardization of catalogue database and the realization of bibliographic resource sharing.
书目数据库质量控制是提高建库标准化 ,实现书目资源共享的根本保证。
补充资料:ACCESS数据库
  什么是Access数据库  数据库是有结构的数据集合,它与一般的数据文件不同,(其中的数据是无结构的)是一串文字或数字流。数据库中的数据可以是文字、图象、声音等。  MicrosoftAccess是一种关系式数据库,关系式数据库由一系列表组成,表又由一系列行和列组成,每一行是一个记录,每一列是一个字段,每个字段有一个字段名,字段名在一个表中不能重复。图1是一个“产品”表的例子。“产品”表由10个记录组成,一个记录占一行,每一个记录由产品ID、产品名称、库存量、订货量、单价和折扣率6个字段组成。“产品ID”是字段名,其下面的1,2等是字段的值。  表与表之间可以建立关系(或称关联,连接),以便查询相关联的信息。Access数据库以文件形式保存,文件的扩展名是DB。  Access97的6种对象    Access97数据库由六种对象组成,它们是表、查询、窗体、报表、宏和模块。 表(Table)——表是数据库的基本对象,是创建其他5种对象的基础。表由记录组成,记录由字段组成,表用来存贮数据库的数据,故又称数据表。  查询(Query)——查询可以按索引快速查找到需要的记录,按要求筛选记录并能连接若干个表的字段组成新表。  窗体(Form)——窗体提供了一种方便的浏览、输入及更改数据的窗口。还可以创建子窗体显示相关联的表的内容。窗体也称表单。  报表(Report)——报表的功能是将数据库中的数据分类汇总,然后打印出来,以便分析。  宏(Macro)——宏相当于DOS中的批处理,用来自动执行一系列操作。Access列出了一些常用的操作供用户选择,使用起来十分方便。  模块(Module)——模块的功能与宏类似,但它定义的操作比宏更精细和复杂,用户可以根据自己的需要编写程序。模块使用VisualBasic编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条