举例来说,当你应用其中一个标准模板来管理你的变更管理过程时,所有的团队成员缺省可以查询数据库中的所有记录。
For example, when you apply one of the standard templates to administer your change management processes, all team members can by default query all records in the database.
采用XML这样的标准语法的主要原因是兼容其他应用程序和工具箱,这是真正值得使用经过良好测试的库的情况之一。
Because the main reason to adopt a standard syntax like XML is to be compatible with other applications and toolkits, this is one case where it really pays to use a well-tested library.
RPC运行时库提供一套标准的运行时例程来支持RPC应用程序。
The RPC runtime library provides a standard set of runtime routines to support the RPC applications.
由于连接是通过标准接口(本例为JDBC)实现的,因此应用程序不需要担心数据库实现问题。
Since the connection is made using a standard interface (JDBC in this case), applications do not need to worry about database implementation.
这个标记库使基于JSP的应用程序可以使用一个标准标记库来执行常见的任务。
This tag library enables JSP-based applications to use a standard tag library to perform common tasks.
应用程序通过行业标准的JDBCAPI访问数据库。
Applications access the database with the industry standard JDBC API.
它允许您使用对所有odbc驱动程序通用的标准API编写数据库应用程序,使您无需使用特定于具体数据库的方式编写应用程序。
It allows you to write database applications using a standard API that is common to all ODBC Drivers so that you don't need to write your application in a specific way for a specific database.
注意数据的规范化在任何面向数据库的应用程序中都是标准实践。
Note that normalization is standard practice in any database-oriented application.
RubyGems是用于Ruby运行时环境中的库和应用程序的标准打包和安装框架。
RubyGems is the standard packaging and installation framework for libraries and applications in the Ruby runtime environment.
该API允许开发人员阅读和搜索GoogleBooks数据库,寻找匹配用户指定标准的图书,并在其他Web应用程序中使用这些搜索结果。
This API allows developers to read and search the Google books database for books matching user-specified criteria, and use the results of these searches in other Web applications.
Python的标准库缺少对异步、非阻塞网络应用程序的支持的说法并不完全正确。
It is not quite true that Python's standard library lacks support for asynchronous, non-blocking network applications.
在开发Web应用程序时,为逻辑层和ui层创建放置服务器端代码的数据库结构是一种标准实践。
When developing a Web application, it's standard practice to create a database structure on which server-side code is placed for the logic and UI layers.
KDETrader(KDE库提供的工具)提供了查询已安装的service文件的方法,以查找哪些服务与应用程序给出的标准匹配。
The KDE Trader, a facility provided by the KDE libraries, offers a way to query the installed service files to find which services match the criteria given by the application.
在安装服务器之前,您需要确定自己的服务器是否只提供标准的Linux服务器,还是要宿主诸如数据库或专用应用程序之类的其他服务。
Before installing a server, you need to determine whether your server will offer only standard Linux services or host additional services like any database or specialized applications.
这意味着,你能够使用MonoTouch的核心程序集来编译标准的。NET 3.5代码成相应的函数库,并在你的应用程序中使用它们。
This means that you can compile standard.net 3.5 code libraries using the MonoTouch core assemblies and use them in your application.
第一个XML文档应用程序是一个xhtml页面,该页面有一个可编辑的customer字段,XML和关系数据库查询的选择标准将依赖于这个字段。
The first XML document application is an XHTML page with an editable customer field that drives the selection criteria for the XML and relational database queries.
尽管标准的Hildon库提供典型桌面应用程序中常用的所有组件和按钮,但是不一定适合用手指操作的小界面。
While the standard Hildon libraries provide all the widgets and buttons you'd expect to find in a typical desktop application, they aren't necessarily the best fit for a finger-friendly interface.
ApacheDerby数据库为SQL-92标准提供了几乎完整的实现,所以用Deryby开发的应用程序可以容易地移植到其他数据库系统。
The Apache Derby database provides a nearly complete implementation of the SQL-92 standard, so applications developed with Derby can be easily transported to other database systems.
而且因为ApacheDerby是符合标准的数据库,所以在情况许可的时候,用它开发的应用程序可以容易地迁移到更强大的数据库系统上。
And because Apache Derby is a standards-compliant database, applications developed using it can be easily migrated to a more powerful database system as the situation warrants.
您只有在标准标记库不够用时,才需要在Portlet应用程序中包含特定于应用程序的标记库。
You should include an application specific tag library in a portlet application only in the case when the standard tag libraries are not sufficient.
这样的存储库结构使得Geronimo应用程序的结构更加标准化,更加易于维护。
This repository structure gives a more standardized and easily maintainable structure to Geronimo applications.
基于此,应该早早决定使用服务注册库来支持服务标准化(Service Normalization,131)并确保逻辑集中(Logic Centralization,136)的应用的一致性。
For this reason, it was determined early on that a service registry would be required to support Service Normalization (131) and ensure the consistent application of Logic Centralization (136).
所有的排序、搜索和数字算法都可以进行并行分解(以后,像Arrays . sort这样的标准库机制将会使用fork - join框架,允许应用程序免费享有并行分解的益处)。
All sorts of sorting, searching, and numerical algorithms are amenable to parallel decomposition. in the future, standard library mechanisms like Arrays.sort .
数据访问应用程序块。此应用程序块允许开发人员在其应用程序中集成标准的数据库功能。
Data Access application block. Developers can use this application block to incorporate standard database functionality in their applications.
ODBC是一个允许应用程序连接外部数据库服务器和文件、并执行查询操作的标准协议。
ODBC is a standard, well established protocol that permits applications to connect external database servers or files, and perform query operations.
将此方法应用于氧化还原计算程序中对标准电极电势库的调用,妥善地解决了数据源配置问题。
This method applied into REDOX computation program to call the standard electrode potential databases resolves the problem in configuring data source appropriately.
让你的应用程序支持OR M非常类似使用那些标准的数据库接口程序。
Setting up your application to an ORM is somewhat similar to that of a standard database adapter.
此技术可以有效地应用于其他CMOS或SOI工艺标准单元库的开发。
The flow technology can be effectively applied to standard library development of other CMOS and SOI processes.
SQL语言是用户和应用程序与关系数据库的标准接口。
SQL is the standar user and application program interface to a relational database.
标准件数据库的应用可减少机械设计人员的重复性劳动,提高工作效率。
The use of standard parts library can decrease the repetitive work of mechanic designers and increase the working efficiency.
应用推荐