• SPARQL需要设计数据访问接口

    SPARQL doesn't require you to design a data access interface.

    youdao

  • 16需要测量简单数据访问接口

    Figure 16: Example of a simple Data Access Object class that we might want to profile.

    youdao

  • 根据子系统需求,网元配置管理系统提供配置数据访问接口同步数据

    According to the needs of each subsystem, the system provides configuration data access interface to synchronize the data.

    youdao

  • 访问上,设计了内部数据访问接口实现本地数据远程数据透明访问

    In controlling layer, uniform interface is designed to implement the local data accessing and remote data accessing.

    youdao

  • 结合农村信用社信贷管理系统,对三层构架中的通用数据访问接口安全控制实现进行了分析研究

    Integration of rural credit cooperatives' credit management system, the generic data access interface and security control implementation of the three-tier framework are analysed and researched.

    youdao

  • 系统采用ADODAO作为外部数据访问接口实现属性数据空间数据连接数据信息的更新。

    With ADO and DAO as database access interface, this system makes the connection between attribute data and spatial data, and the updating of database information come true.

    youdao

  • SDAISTEP采用标准数据访问接口,是针对不同数据存贮技术而提供统一数据存取接口标准。

    SDAI is the standard data access interface adopted by STEP, it aims to provide a uniform data access interface standard between different systems.

    youdao

  • 整个数据转换过程中,XML提供通用数据描述的格式和映射标准,规定了数据类型,给出数据访问接口

    During the data exchanging, XML support general data describe format, used for data mapping, and give data accessing interface.

    youdao

  • 解决DCS系统中多平台数据访问集成问题中,必须每个不同平台开发一个相应数据访问接口服务器

    The problems that solving Multi-platforms' integration and data access of DCS control system which needs to implement a corresponding data interface and server for each different data platform.

    youdao

  • 扩展星型模型基础上,设计多维逻辑模型物理模型,给出了一种具有通用数据访问接口OLAP模型生成方案

    Basing on the extended star model, We design logical and physical data model of OLAP and provide a solution to create OLAP data model having general interface of visiting data.

    youdao

  • 选择这个dao封装一个接口中,这样就能够切换数据访问使用不同持久性策略

    I choose to wrap the DAO in an interface, so I can switch my data access layer to use different persistence strategies.

    youdao

  • 使用这种方法可以利用应用程序暴露的应用程序编程接口(API)访问系统封装数据功能。

    With this approach, you leverage the application programming interfaces (APIs) exposed by your applications to access both the data and the functionality encapsulated by legacy systems.

    youdao

  • 版本应该重点放在服务接口不是数据访问业务逻辑

    The next version should focus less on the data access and business logic tiers and more on the service interface.

    youdao

  • 具体形式会因rtls提供者用于访问位置数据接口不同

    This varies both by RTLS provider and by the interface used to access the location data.

    youdao

  • 活跃开源社区支持,它提供了额外的工具接口使语言访问获取大量来源数据

    Support from an active open source community that provides additional tools and interfaces for the language to access or derive data from a huge number of sources.

    youdao

  • 内部拉出解析器接口包装定义各种元素属性访问方法数据上下文中。

    It wraps an internal pull parser interface in an unmarshalling context class that defines a variety of element and attribute access methods.

    youdao

  • 汽车列表数据可以通过SOAP接口访问轻松集成其他应用程序中。

    The database of car listings is also available through a SOAP interface, for easy integration into other applications.

    youdao

  • 本文代码示例(下载可以获得完整代码)演示如何使用这些接口帮助执行审计减少数据访问对象(DAO)中的代码重复

    This article's code examples (see Download to obtain the full package) show how to use these interfaces to facilitate auditing and reduce code duplication in data access objects (DAOs).

    youdao

  • 这个服务注册中心Repository一个具体实现数据访问提供了基础接口

    This is a specific implementation of the Repository class for Service Registry, which provides the primary interface to the data access layer.

    youdao

  • 通过预定义接口(idocBAPI),可以访问核心业务数据

    You can access the core business data by predefined interfaces such as IDoc and BAPI.

    youdao

  • 一个Spring数据访问对象(DAO)服务,其接收运行在JMS服务接口之上的REST编码的请求

    This is a Spring and Data Access Object (DAO) service that receives a REST-encoded request over a JMS service interface.

    youdao

  • 通过Web接口访问数据

    Data access through Web interfaces.

    youdao

  • 幸运的是,Tuscanysca运行时可以您完成消息传递理解各种接口访问数据绑定交互以及调用各种实现类型等全部工作。

    Luckily, an sca runtime such as Tuscany picks up the TAB for routing messages, understanding various interfaces, interfacing with access and data bindings, and calling many types of implementations.

    youdao

  • LotusNotes允许使用几个不同编程接口访问关系数据

    Lotus Notes lets you use several different programming interfaces to access relational data.

    youdao

  • ResultSet接口提供大量技术,可用于访问查询返回数据

    The ResultSet interface provides a number of techniques for accessing the data returned from your query.

    youdao

  • 这一扩展所有SQLServer 2005版本(包括速成版),提供了数据访问编程接口

    The extension provides a procedural interface for accessing data in all versions (including Express) of SQL Server 2005.

    youdao

  • 然后可以使用XQuerySQL或者DB2提供任何应用程序开发接口访问操纵XML数据

    You can then use XQuery, SQL, or any of the application development interfaces that DB2 offers, to access and manipulate the XML data.

    youdao

  • PDO不是类似于PearDB数据抽象,而采用统一api(应用编程接口)的数据访问层。

    PDO is not an abstraction layer like PearDB. PDO is a more like a data access layer which USES a unified API (Application Programming Interface).

    youdao

  • 组件接口.jar文件包含计划访问数据接口

    The.jar file contains the interfaces for the data that you plan to access.

    youdao

  • Django提供了自己对象关系型数据映射组件(object - relationalmapper,orm),它可以通过Python对象接口支持动态数据访问

    Django comes with its own object-relational mapper (ORM) library that supports dynamic database access through a Python object interface.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定