1) conformity of database
数据库整合
1.
System platform adopts mainly the settlement project based on the Web Service technology,namely,service structure centered on service;settles the conformity of database and the requirement of cross-platform,makes the stable foundation for digital campus building in the future.
系统平台主要采用了基于Web Services技术的解决方案,即以“服务”为中心的服务结构,有效地解决了系统数据库整合和跨平台特性的要求,并为将来的数字化校园建设打下坚实的基础。
2) integration across database
跨数据库整合
1.
This paper mainly introduces several modes of exploitation of the electronic information resources,which fall into two categories:database building and integration across database.
电子信息资源开发有利于读者快速获取知识,文章主要从数据库建设和跨数据库整合两大方面介绍了电子信息资源开发利用的几种方式。
3) Journals-database integration
期刊数据库整合
1.
To solve the key issues on Journals-URL acquisition and Journals-database integration,a method based on Microsoft Office and VBA is introduced.
本文通过对电子期刊导航系统研发的总结,总结出一个便于开发实现的系统设计方案,并针对期刊URL数据获取、期刊数据库整合等关键开发问题,提出了一个基于Office软件、VBA等工具软件和程序技术的解决方案。
4) data integration
数据整合
1.
Study on virtual database architecture of data integration;
计算机软件数据整合虚拟数据库体系研究
2.
Development of soft sensors for data integration in process industry;
流程工业软测量软件集成数据整合平台的开发
3.
The Research on the Data Integration for Personal Credit Management System;
个人信用征信系统的数据整合
5) data conformity
数据整合
1.
The key technologies it used includs data conformity technology of TALKMAN DI, secondary development technology of ArcIMS, memory collection technology of RIA, combination of virtual simulation with 3S, as well as hydraulic model of flood inundation.
其关键技术采用了TALKMAN DI数据整合技术、ArcIMS二次开发技术、RIA技术与记忆收藏技术、虚拟仿真技术与3S技术的结合、洪水淹没水利模型技术。
2.
To solve the problem that application systems in current government are isomerous,collaboration and management difficulty and each other can not share resurce,this paper provides an efficient model,which is the platform composed of external and internal application and data conformity.
针对目前政府部门系统之间存在的异构性、协同工作困难、资源不易共享、管理、维护等问题,提出以外部、内部应用集成与数据整合平台组件为核心的模型方案,对2个核心平台组件进行描述,给出模型实例。
6) data integrating
数据整合
1.
Key Problems and Solution of Distributed Data Integrating and Sharing;
分布数据整合与共享中的关键问题及解决方案研究
2.
By analyzing the diversiform storage of enterprise data and their mode, this paper presents the design and implementation of a data integrating and publication system based on web.
根据对企业中数据存储多样化与数据模式的分析 ,设计并实现了一个应用集成的、高效的、基于Web的数据整合与发布系统 。
补充资料: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编程。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条