Generic Access Profile Telecom, common set of features for DECT handset.
通用访问协议,用于电信等公共手持设备。
At the base of the profile hierarchy is the generic access profile (GAP), which defines a consistent means to establish a baseband link between Bluetooth devices.
规范层次结构的基部是通用访问配置文件(GAP),定义了一系列实现在不同设备间建立基带连接的方法。
XML also presents enough common attributes to services and applications to facilitate generic access to the data from heterogeneous programming languages and environments.
XML也向服务和应用程序提供足够的公共属性,以方便对来自各种编程语言和环境的数据的一般访问。
This is only one step away from the idea of having generic access to repositories and artifacts and be able to tag and link them to the process model or with each other.
这离构建一个通用访问点访问存储库和工件,能够让它们互相标示、连接或与流程模型连接起来的想法只有一步之遥。
Often, data access APIs such as JDBC and JPA provide only very generic information about the exception condition, and do not allow the specific cause to be effectively identified.
通常,诸如jdbc和JPA等数据访问API仅提供有关异常条件的非常一般的信息,并且不支持有效地确定特定的问题根源。
We can define generic methods in one place and mix them into our Objects across multiple Class types while limiting access to sensitive methods on a per Object basis.
我们可以在一个地方定义通用的方法,然后将它们混入跨越多个类类型的对象,同时限制对每个对象为基础的敏感方法的访问。
In that case you need to define additional generic, fully qualified or group profiles until the profiles provide enough granularity to limit access to those with a valid need for it.
如果遇到这种情况,您需要定义额外通用的、完全限定的或组配置文件,直到配置文件提供足够的细粒度来限制对它们的访问。
By leaving the other fields empty, this becomes a generic DB2 connection to your database, allowing this connection document to provide access to all of the tables available in the database.
通过将其他字段保留为空,此连接将成为数据库的通用DB 2连接,从而允许此连接文档提供对数据库中所有可用表的访问权。
We'll get started with some sample code and then jump right into how you access generic information at run time.
我们首先使用一些示例代码,然后直接讨论如何在运行时访问泛型信息。
But it's not always convenient to load classes into the JVM to access generic type information.
但是在JVM中装载类以访问泛型类型信息并不总是方便的。
But with the REOPT bind option, the optimizer will generate an access plan against the value provided by the application during runtime, instead of using the generic plan created during bind.
但是通过使用REOPT绑定选项,优化器将会根据应用程序在运行时所提供的值来生成存取计划,而不是使用绑定过程中创建的一般计划。
Develop a generic protocol incorporating appropriate epidemiological and social science methods to identify barriers and to confront gender-related problems of access to and care within TB programmes.
制定一项纳入有关流行病学和社会科学方法的通用方案,以明确在结核病规划范围内影响获得服务及治疗的障碍以及与性别有关的问题。
When the user clicks a CryptoAPI or Generic RSA signature button for the first time, an ActiveX control is installed that allows access to the Internet Explorer/CryptoAPI store.
当用户第一次单击CryptoAPIorGenericRSAsignature按钮时,会安装一个ActiveX 控件,它提供对InternetExplorer/CryptoAPI 存储的访问。
Listing 28 begins with the Config class, which exposes a generic API to receive an associative array of server access parameters.
清单28首先定义了config类,它公开了一个通用API来接收一组有关的服务器访问参数。
XQJ is a generic XQuery data access framework, which provides a uniform interface on top of a variety of different XQuery implementations.
XQJ是一个通用的XQuery数据访问框架,它在许多不同的XQuery实现之上提供了一个统一的接口。
The XForms use the exposed generic CRUD and query services to access the stored messages.
XForms使用公开的通用CRUD和查询服务来访问已存储的消息。
This article describes a generic way to access data using the Open SQL interface in which the actual data to be retrieved from a single table or a number of tables is specified at run time.
本文介绍一种使用OpenSQL接口访问数据的通用方法,这种方法从在运行时指定的一个或许多表中获取实际数据。
The framework's support for Hibernate is in compliance with Spring's generic transaction and data access object (DAO) exception hierarchies.
框架对Hibernate的支持符合Spring通用的事务和数据访问对象(DAO)异常层次结构。
The ODBC wrapper is a generic wrapper which supports access to all ODBC 3.x compliant data sources.
ODBC包装器是一种通用包装器,它支持对所有遵从 ODBC 3.x 的数据源的访问。
The dxlobj and dxldao packages are the generic data access classes that have been designed for this article.
dxlobj和dxldao包是为本文设计的通用数据访问类。
To access the generic server cluster configuration panel, expand the Servers listing on the left side of the administration console and select generic server Clusters (Figure 5).
要访问通用服务器集群配置面板,请展开管理控制台左侧列出的Servers,并选择GenericServerClusters(图5)。
You can reduce code duplication by abstracting the common behavior and including it in the generic DAO, where all users of the class will have access to the functionality.
提取通用行为并把它们包含在泛型DAO 中,让类的所有用户通过泛型 DAO访问这些功能,这样就可以减少代码重复。
The framework provides this access through generic content and label providers that use an adapter for the specific type of EMF object to display the model.
框架提供这种访问的方式是使用通用内容和标签提供程序,它们使用了适配器为特定类型的EMF对象显示模型。
For example, one could write a generic SDO-access function and populate it with element-specific metadata in order to access individual SDOs.
例如,可以编写一个泛型sdo访问函数并用特定于元素的元数据填充它来访问单独的SDO。
In Figure 1, the generic search service abstracts the difference between the SIAPI implementations and services, and enables access to all the collections deployed in a portal.
在图1中,通用搜索服务抽象SIAPI实现和服务之间的差异,并可以访问门户中部署的所有集合。
For some patients, however, getting access to talk therapy is more difficult and costly than taking medications, which have gotten cheaper as generic versions became available.
然而,对一些抑郁患者来说,谈话疗法比药物疗法难以介入且费用高,而抗抑郁药剂随着大众化已日趋便宜。
The generic DAO pattern (also called Typesafe DAO) is critical to reducing code duplication in the data access tier.
泛型dao模式(也称为类型安全的DAO)对于减少数据访问层中的代码重复非常重要。
To access all of this eBay data from your Web application, you will need to deal with the browser's same origin policy by using a generic proxy.
要从您的Web应用程序访问所有这些eBay数据,您需要通过使用一个泛型代理(generic proxy)来处理浏览器的同源策略。
Applications can traverse the graph using the generic SDO API, they can access data using the object model defined by the content model, or they can use XPath to extract data from a DataGraph.
应用程序可以使用普通的SDOAPI遍历图形,它们可以使用由内容模型定义的对象模型访问数据,或者使用XPath从DataGraph中提取数据。
Applications can traverse the graph using the generic SDO API, they can access data using the object model defined by the content model, or they can use XPath to extract data from a DataGraph.
应用程序可以使用普通的SDOAPI遍历图形,它们可以使用由内容模型定义的对象模型访问数据,或者使用XPath从DataGraph中提取数据。
应用推荐