单词 | API |
释义 |
例句释义: 应用编程接口,美国石油学会,应用程序接口 1. You can write scripts with Dojo, and can include as little or as much of the available APIs as you want to suit your needs. 可以用Dojo编写脚本,并根据您的需要包括任意多个可用的API。 www.ibm.com 2. Shiro is a framework implemented in the Java language that provides both authentication and authorization in an easy-to-use API. Shiro是一个用Java语言实现的框架,通过一个简单易用的API提供身份验证和授权。 www.ibm.com 3. Here you can see that the content for an API description is actually much more restricted than the content of a general reference topic. 在这您会看到API描述的内容实际上比常规引用主题受更多的限制。 www.ibm.com 4. The security settings affect the ability to call the Microsoft Win32 API or other APIs that cannot be verified by the security system. 安全性设置会影响对安全系统无法验证的MicrosoftWin32API或其他API进行调用的能力。 msdn2.microsoft.com 5. He describes how one might document a web application like the Sun Cloud API using WADL and goes on to illustrate his idea with an example. 他描述了一种对Web应用进行文档化的可能方式,如Sun云计算API使用WADL,并通过例子解释了其想法。 www.infoq.com 6. This library has a number of helper functions to make it easy to access the lower-level APIs. 这个库提供许多辅助函数,可以简化对低层API的访问。 www.ibm.com 7. Every time a new Cloud API is announced, its "RESTfulness" is heralded as if it was a MUST HAVE feature. 每次新的云API都会宣布它的“RESTfulness”特性,好象这是必须具备的特征。 www.infoq.com 8. As IT infrastructure moves to the cloud, openness is not just a priority for source code but for standards and APIs as well. 随着IT的基础设施移向了“云端”,开放不仅仅针对代码而言,还针对标准以及API。 www.bing.com 9. So now you're ready to dive in and take a look at the Web service API that provides access to subscriptions. 因此,您已经准备好深入研究并查看提供对订阅访问的Web服务API。 blog.sina.com.cn 10. It has shown that the length measurement system can meet the demands of the process completely and come up to API international standards. 实践证明,该测长系统可完全满足生产工艺过程的要求,达到API国际标准。 www.chemyq.com 1. Make sure that you use an encryption API that does not require the key to be stored somewhere and is not derived from the users password. 确保使用的加密API不需要在其他位置存储密钥,并且不是由用户的密码派生而来。 msdn2.microsoft.com 2. At the end of the article I'll offer a few tips and a hands-on example to help you integrate your current applications with the new API. 在本文的结束部分,我将提供一些技巧和一个亲身实践的示例来帮助您将当前的应用程序和新的API相集成。 www.ibm.com 3. This easy-to-understand API reduces the learning curve for developers, which also makes it a very tempting option. 易于理解的API降低了开发人员的学习难度,也使其成为非常诱人的选择。 www.ibm.com 4. In these cases, the host system has a defined API to which the plugin must conform, and a way of injecting that plugin in. 在这种情况下,宿主系统定义了一套plugin必须遵循的API及plugin注入方式。 www.infoq.com 5. Is the API Free of Side Effects? Hard to say, but an implementation of the API could do practically anything due to its lack of cohesion. 这个API没有任何副作用吗?很难说没有,由于缺乏内聚形这个API实际上可以做一些别的事情。 www.cnthub.com 6. It's actually quite easy to put our data through the regression model using the WEKA API, far easier than actually loading the data. 实际上使用WEKAAPI让数据通过回归模型得到处理非常简单,远简单于实际加载数据。 www.ibm.com 7. At any given time, the client of any REST API is going to be programmed with some assumptions about what the system can do. 每次在编写RESTAPI客户端时,都会对系统能做什么进行一些假设。 www.infoq.com 8. With the REST API in place, you're now ready to use it in an application. RESTAPI就绪后,现在可以在应用程序中使用它。 www.ibm.com 9. The network faults framework provides developers with an API that categorizes network exceptions passed to it by an application. 网络故障框架提供给开发人员一个API,此API可以分类由应用程序传递给它的网络异常。 www.ibm.com 10. To be clear, an API is only the documents and processes for the usage of a certain cloud API, without these there is no API. 明白的说,API是针对特定云API用法的文档和工艺流程。 www.bing.com 1. Conclusion The wind speed and API may affect the air population as a risk factor for birth defects. 结论气象因素风速和API为可能影响人群出生缺陷发生的危险因素。 www.bing.com 2. Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. Freezable继承者应在任何API一开始写入不属于依赖属性的数据成员时调用此方法。 msdn2.microsoft.com 3. As Roy points out, HTTP is our API, so maybe a bald statement would be to say that there should be no other standard api built using it. 就像Roy指出的,HTTP是我们的API,所以也许一个直白的说法是,除了使用它,就不应该有其他标准api的存在。 www.infoq.com 4. As you might expect, the Subject API allows you to perform role and permission checks very easily. 如你期望的,SubjectAPI让你可以很容易的执行角色和权限检查。 www.infoq.com 5. I'll leave it up to you to improve this code by setting up variables or property files for the server name, API name, and so on. 通过为服务器名称、API名称等设置变量或属性文件可以改进此代码,我将把这项任务留给您去做。 www.ibm.com 6. The rest can be used in any sort of application, though the Workspace APIs work better when hosted. 其它层都可以在任何一种应用程序中使用,但是工作空间API在VisualStudio中会更有效地工作。 www.infoq.com 7. The Criteria API is also a mechanism for building queries programmatically and so is often referred to as a dynamic query API. CriteriaAPI还是以编程的方式构建查询的机制,因此通常被称为动态查询API。 www.ibm.com 8. I believe the SimpleXML API, with its support for querying XML documents using XPath, is one of the easiest XML-parsing APIs to use. 我认为由于支持使用XPath查询XML文档,因此SimpleXMLAPI是最易于使用的XML解析API之一。 www.ibm.com 9. The common language runtime (CLR) debugging API was designed to be used as if it were part of the operating system kernel. 公共语言运行时(CLR)调试API专门用作操作系统内核的一部分。 technet.microsoft.com 10. However, it tends to be a heavyweight API, with many instances of many different classes often needed to represent an XML document. 但是,它更倾向于是一个重量级的API,需要使用许多不同类的实例来表示XML文档。 www.ibm.com 1. Compare this code with the XML above, and you should be able to get a good sense of how the API operates. 通过将此代码与上面的XML进行比较,您应当能够很好地理解API的操作方式。 www.ibm.com 2. By reading an API documentation, anyone will be able to see all the contract conditions specified for it. 任何人阅读了某个API的文档之后就能了解它所有的契约条件。 www.infoq.com 3. Processing these large quantities of data presents its own set of challenges and will need to be taken account of in the final API design. 处理这些数据本身就有许多挑战,并且需要在最终的API设计中考虑它们。 www.ibm.com 4. Even more popular than a database is using an API like this to work with XML, and pull data out of an XML document. 比数据库更常见的是将此类API用于XML,从XML文档中提取数据。 www.ibm.com 5. Replication is now further supported by the definition of a set of APIs that allows processing of the changes and management of the process. 现在由于定义了一组允许处理更改和过程管理的API,复制得到了更进一步的支持。 www.ibm.com 6. Note that the core DOM API does not give you methods to either parse XML data into a DOM, or to serialize the DOM back out to XML. 注意,核心DOMAPI并不能使您将XML数据解析到DOM,或者将DOM序列化为XML。 www.ibm.com 7. The Google data API has clear terms of service that explain that this kind of use is not permitted. Google数据API有明确的服务条款,说明不允许执行此类应用。 www.ibm.com 8. For those familiar with JDBC concepts and the java. sql. ResultSet interface, the SDO dynamic API mode will be easy to understand. 对于熟悉JDBC概念和java.sql.ResultSet接口的读者来说,SDO的动态API模式是很容易理解的。 www.ibm.com 9. If you answered yes to any of the above questions, it's time for you to pick an industrial-strength logging API and start using it. 如果以上的问题的答案都是Yes,到了你该选择一个工业级和强大的日志API和使用它的时候了! corallizi.blog.163.com 10. This seems to be the case with other API changes, as well. 对于其他API的变动,情况似乎也是如此。 www.bing.com 1. Wine is an open source implementation of the Windows API that allows you to run Windows programs without the Windows operating system. Wine是WindowsAPI的一个开源实现,允许您在没有Windows操作系统的情况下运行Windows程序。 www.ibm.com 2. It would be so much better if there were a standard "text-editor" API that could be implemented by various third-party components. 如果有一个各种第三方组件可以实施的标准“文本编辑器”API那该多好啊! www.ibm.com 3. The key is free, but it's bound to a particular URL, so generating an API key for this article's application requires a bit of foresight. 该键是免费的,但它绑定到一个特定的URL,因此要为本文的应用程序生成一个API键需要提前做一点准备。 www.ibm.com 4. She also confirmed that the company has updated the API (Application Programming Interface) referred to by Symantec. 她还表示,公司已经更新了赛门铁克提到的API(应用编程接口)。 dongxi.net 5. Proxy: A useful API when trying to query or change how the container proxies on a SIP request. Proxy:尝试查询或更改容器如何对SIP请求进行代理操作时非常有用的API。 www.ibm.com 6. VB timer and API function programming methods can be used to get the result of dynamic zoom - in and zoom -out , fade- in and fade-out . 用VB定时器和API函数编程方法,实现文字和图形的动态缩放和渐现渐隐效果。 dictsearch.appspot.com 7. A value specifying the last error code returned by the native visual styles API methods that this class encapsulates. 一个指定上一个错误代码的值,该错误代码由此类封装的本机视觉样式API方法返回。 msdn2.microsoft.com 8. Facebook says that this data is not available through the API at all, though it might be a good idea for them to put that in writing. Facebook表示这个数据对其他API并不可用,虽然把它放入文章中是个很好的主意。 www.bing.com 9. A very easy to use API for calling the conversion function was also one of the requirements. 还有一个需求就是能够很容易地使用用来调用转换函数的API。 www-128.ibm.com 10. At present, when caching is on, AXIOM builds the tree as if the user were accessing those parts of the tree through the document API. 目前如果启用缓冲,AXIOM就会像用户在通过文档API访问树的这些部分一样构造树。 www.ibm.com 1. In the case of a direct PDS, a collector typically implements some sort of API to access that data. 对于直接PDS,收集器通常实现一些API来访问该数据。 www.ibm.com 2. For this reason, the point where you add and remove listeners is clearly spelled out in the API. 出于这个原因,添加和除去侦听器的地方应该在API中清晰地注明。 www.ibm.com 3. Any API changes (which usually happen at least once a year) require changes in the business implementation. 任何API改变(至少每一年发生一次)都要求在业务实现中更改。 www.infoq.com 4. Creating the plug-in is simple, and the supplied APIs make it easy to create your own application alerts. 创建该插件很简单,并且提供的API使创建自己的应用程序警报变得更容易。 www.ibm.com 5. Remember that? They built a virtualization layer, threw on it a subset of the Windows API, and nothing. 记住那?他们建立了虚拟化层,投掷了在它视窗的一个子集API,和没什么。 www.macx.cn 6. As you can see, cursor-based API is all about efficiency. 可以看到,基于指针的API主要是为了提高效率。 www.ibm.com 7. A GUI provides an easy to use interface for the novice while the command line API is often preferred by the advanced user. GUI为新手提供容易使用的界面,而高级用户往往更喜欢命令行API。 www.ibm.com 8. The Google Web API offers an easy-to-use interface to a very powerful Web service. GoogleWebAPI为强大的Web服务提供了易于使用的接口。 www.ibm.com 9. Acknowledging that some algorithms cannot be naturally expressed in LINQ, there will also be a set of imperative data parallel APIs. 他们认识到有些算法无法自然地用LINQ来表达,因此将会有一套强制式的数据并行API。 www.infoq.com 10. But the point remains: Open APIs and a bit of imagination open up a whole new world of applications and possibilities. 但是核心思想已经体现出来了:开放的API加上一些想象开辟了一个全新的应用程序世界和无限可能。 www.ibm.com 1. However, the Java language's power is often most evident when you use a little creativity in your API and programming choices. 但是,当稍微创造性地选择API和编程方式时,Java语言的强大之处常常最明显。 www.ibm.com 2. Book deals with easy to understand, with plenty of example explanation of the Microsoft Internet API Function. 本书论述深入浅出、用大量实例详解了微软网络API函数的应用。 www.pudn.com 3. We hope that this article serves as a first step for Domino on IBM i developers to explore and exploit these APIs in their applications. 我们希望本文是DominoonIBMi开发人员在其应用程序中探索和使用这些API的第一步。 www.ibm.com 4. Please note that this may not always work as it depends on the API of the library which you specify (below). 请注意当它依附于您在下面指定的函式库的API时并不一定能运作。 translations.launchpad.net 5. It lets you create, manipulate, and use XML directly from JavaScript without requiring the use of any other XML library or API. 它允许您在无需使用任何其他的XML库或API的情况下,直接从JavaScript创建、操作和使用XML。 www.ibm.com 6. In many senses, you can pick an API based on how you want to use the data in your XML document, and how much XML you really know. 在很多方面,您可以根据在XML文档中使用数据的方式以及对XML的了解程度来选择API。 www.ibm.com 7. This is a special type of memory available through the DataBlade API where you give it a name and can retrieve a reference to it by name. 这是一种通过DataBladeAPI可用的特殊内存类型,其中,您向它赋予一个名称,并可以根据名称获取对它的一个引用。 www.ibm.com 8. We recommend that you use appropriate parameters when calling this API to help system administrators determine the cause of the shutdown. 建议您在调用此API时使用适当的参数,以帮助系统管理员确定关闭的原因。 msdn2.microsoft.com 9. Before you begin working with the WebSphere CloudBurst REST API, take a moment to understand a few basics about this interface. 在开始使用WebSphereCloudBurstRESTAPI之前,应该先花点时间来理解关于这个接口的一些基本知识。 www.ibm.com 10. Facebook apps have generally been a bit of a mixed bag for travel firms since the social network's API was opened to developers in mid-2007. 自从Facebook在2007年年中向网站开发人员开放API接口以来,其应用程序对旅游公司来说一直都是褒贬参半。 www.bing.com 1. This will help you know which actions or properties a GUI component provides through its API for you to use in your tests. 这将有助于您了解GUI组件通过API为您提供哪些动作或属性用于测试。 www.ibm.com 2. So while you should pick an API that you know, and favor quick over elegant, don't throw out all of your good programming practices. 因此在选择了解的一种API,认为快速优于典雅的时候,不要扔掉好的编程经验。 www.ibm.com 3. In general, API standards at least every 5 years to carry out a review, modification, to confirm or cancel. 一般情况下,API标准每5年至少进行一次复审、修改、重新确认或撤消。 www.cnqr.org 4. First, if you've read this series faithfully, you know how to use the DOM, a JavaScript-friendly API with which you can manipulate XML. 首先,如果您一直忠实地阅读这个系列,那么您已经学会了如何使用DOM这种对JavaScript友好的API来操纵XML。 www.ibm.com 5. We will service as an API in system, each deal with the system is actually set in and deal with a set of API to get the services they need. 在系统中我们将服务看作是API(应用程序接口),每次与系统打交道时,实际上在和一组API集打交道,获取所需要的服务。 www.fabiao.net 6. At heart, JavaFX is a JVM-based domain language for constructing rich user interfaces, as well as a set of APIs for that language. 实质上,JavaFX是一个基于JVM的域语言用来构建富用户界面,以及作为语言的一套API。 www.bing.com 7. Note: Be aware that you might be required to sign up to receive an API key before using these services. 注意:要明白,在使用这些服务之前,您可能需要同意接收一个API键。 www.ibm.com 8. Inheritors of Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. Freezable的继承者必须在任何API一开始读取不属于依赖属性的数据成员时调用此方法。 msdn2.microsoft.com 9. In general, these work by trying to abstract away API features to a new level and then providing a generic API on top of that. 通常,它们都是通过尝试将API特性抽象到一个新层次上,然后在此基础上提供一个通用的API。 www.ibm.com 10. A week ago it was added to Chrome, being available in Developer Tools if Experimental Extension APIs are enabled in the "about: flags" page. 一个星期之前它被添加到了Chrome中,当开发者在“about:flags”页面中启动了了试验扩展API之后,这个插件就可以在开发者工具中使用。 www.infoq.com 1. It also entails trying to use things that are not standardized yet, which means that existing APIs will change. 它同时还使用那些尚未成为标准的事物,这就意味着现有的一些API将会改变。 www.ibm.com 2. AfxFindResourceHandle is an API used for walking the resource list to look for a given match. AfxFindResourceHandle是用于浏览资源列表以查找给定匹配的API。 msdn2.microsoft.com 3. While it may be common to hear the phrase ODBC driver, it is not exactly the same as the term ODBC API (and shouldn't be construed as such). 虽然我们经常听到ODBC驱动程序这种说法,但这不完全等同于术语ODBCAPI(而且也不应该那样去解释)。 www.ibm.com 4. But if the education systems doesn't teach API design, surely older colleagues will? Michi is not too optimistic on this point. 但是如果教育系统不教给学生如何进行API设计的话,那么资深的同事会教么? www.infoq.com 5. If the ID making the Register API call does not have at least READ access to this class, the register call will not be accepted. 如果进行RegisterAPI调用的ID没有最起码的针对此类的READ访问,那么注册调用将不被接受。 www.ibm.com 6. You don't have to change any existing behavior with such a simple operation, so you agree to add it as a minor change to your API. 对如此一个简单的操作您不必改变任何现有行为,所以您同意将其作为API局部改变。 www.ibm.com 7. ECF brings communication capabilities to the Europa release with a uniform set of APIs to be consumed by developers. ECF使Europa发行版能与开发人员使用的一组统一的API之间的进行通信。 www.ibm.com 8. At the beginning of this article, we mentioned that the java. lang. management package houses the platform management API. 在本文开始时,我们提到过java.lang.management包容纳了平台管理API。 www.ibm.com 9. Remember to replace the dummy API keys in the queries with your own before trying it out. 在尝试以前,请记住您要用您自己的API键替换查询中的虚拟API键。 www.ibm.com 10. Twitter's RESTful interface and clear API documentation provide excellent methods for you to access social-networking attributes. Twitter的REST式接口和清晰的API文档为访问社会网络属性提供很好的方法。 www.ibm.com 1. The runtime might still use JMS and one of the JAX SOAP stacks, but their APIs would not be visible to the developer. 运行时可能依旧使用JMS以及JAXSOAP的一个协议栈,但是它们的API对开发者不可见。 www.infoq.com 2. Calls to the optimized local adapter invocation or send request APIs do not result in an inbound JCA request to drive into the target EJB. 针对优化的本地适配器调用或发送请求API的调用不会导致入站JCA请求以便进入目标EJB。 www.ibm.com 3. You will see that the Workers API allows you to not just spawn threads, but to execute arbitrarily complex tasks on the spawned thread. 您将看到WorkersAPI不仅允许派生线程,而且还允许在所派生的线程上任意地执行复杂的任务。 www.ibm.com 4. To carry out these actions using the REST API, you must be a user with at least Cloud Administration role permissions. 要使用RESTAPI执行这些操作,您必须是一个至少拥有CloudAdministration角色权限的用户。 www.ibm.com 5. And the YouTube API allows developers to search for videos by keyword, in a manner similar to that used for categories. YouTubeAPI还允许开发人员根据关键字搜索视频,使用与类别相似的方式。 www.ibm.com 6. As for a wishlist, I wish there was an API to tap into the statistics. 作为一种愿望,我希望能提供访问统计数据的API,我现在只能想象这种可能性。 www.elanso.com 7. At this point, you've explored the API used to insert log messages into the kernel ring buffer. 至此,您已经了解用于将日志消息插入到内核环缓冲区的API。 www.ibm.com 8. Listeners must implement a basic subset of the HTTP protocol to be able to implement this part of the Pachube API. 监听器必需实现一个基本的HTTP协议子集,然后才能实现PachubeAPI这一部分。 www.ibm.com 9. Many APIs require you to authenticate with them, using Oauth or other mechanisms, to act on behalf of a web user. 许多API都需要身份验证(使用Oauth或其他机制),以代表一个Web用户进行操作。 www.ibm.com 10. This API is expected to be used for tooling support as well as integration with other frameworks, libraries and JSRs. 该API主要用于工具支持和与其他框架、库以及JSR的集成。 www.infoq.com 1. Every API comes with terms of service, and Twitter, Amazon. com, Google, or any other company can control the use as they will. 每一个应用编程接口都附带服务协议。推特,亚马逊,谷歌以及任何其他公司只要他们愿意,就可以控制应用。 www.bing.com 2. The next few sections demonstrate how you can use the JDBC API to selectively update, delete, or insert new data into a ResultSet. 接下来的几个部分将演示如何使用JDBCAPI有选择性地更新、删除数据或把新数据插入ResultSet中。 www.ibm.com 3. You can try this out yourself. Using PHP to call the API instead of a simple form, you can even format the output nicely. 你也可以在这里亲自体验一下,使用PHP调用该API,甚至可以对输出数据的格式进行设置。 cnbeta.com 4. We do not have a live forex feed in mind and do not know of any api's, this is one problem the programmer must solve. 我们没有考虑到居住在外汇饲料,不知道有什么API的,这是一个问题,程序员必须解决的问题。 www.bing.com 5. Understanding even one or two of these APIs thoroughly is quite a task; using all of them correctly makes you a guru. 彻底理解其中一个或两个API是非常必要的;正确使用全部API会让您成为权威。 www.ibm.com 6. Restlet includes a client API that makes it easy to consume any remote HTTP-based services, not just JAX-RS services. Restlet包含一个客户端API,支持轻松使用任何基于HTTP的远程服务,而不仅仅是JAX-RS服务。 www.ibm.com 7. It also provides a set of public APIs (services) for you to access content to build up your own solution. 它还提供一组公共的API(服务),使您能够访问构建自己的解决方案所需的内容。 www.ibm.com 8. One risk associated with the new command gateway approach was an uncertainty regarding the performance of the Castor serialization API. 一个与新的commandgateway方法相关的风险是不确定的关于Castor的序列化API的性能问题。 www.ibm.com 9. Calls to the API take the form of an HTTP request to an established service entry-point URL, including details of the request as XML data. API调用采用对已有服务入口点URL发出HTTP请求的形式,并对请求细节采用XML数据形式。 www.ibm.com 10. Now, having access to a hypervisor, you can iterate through the various resources on that hypervisor with a set of API calls. 进入虚拟机监控程序后,便可以使用一组API调用函数重复使用该虚拟机监控程序上的各种资源。 www.ibm.com 1. The next thing we want to do is implement the rate_limit_status API, which has both an authenticated and a non-authenticated version. 接下来要做的是实现rate_limit_statusAPI,它有两个版本,一个是经过验证的版本,另一个是没有经过验证的版本。 www.ibm.com 2. The lack of any reasonable testing or mocking facility for Twitter is probably the biggest drawback to writing against the Twitter API. 也许用TwitterAPI编程的最大缺点是没有任何合适的测试或模拟工具。 www.ibm.com 3. Performance data can be printed to a log file, stored in a round-robin database, or made available through a Java API. 性能数据可以打印在日志文件中、存储在轮询数据库中、或者通过JavaAPI来使用。 www.infoq.com 4. API programs can access the Domino busytime, so it is possible for them to request any number of items of any data type. API程序可以访问Dominobusytime,所以这些程序可以请求任意数量、任意数据类型的项。 www.ibm.com 5. At the time of this article's writing, version 1. 4 of the JavaMail API was available; you can download it from the Sun Developer Network. 在本文撰写之时,JavaMailAPI版本1.4已经发布;您可以从Sun开发者网络下载。 www.ibm.com 6. It assures reliable message delivery and provides heterogeneous, any-to-any connectivity through a standard API. 它保证了可靠的消息传输,并可用一个标准API连接任意不同类型的两点。 www.ibm.com 7. Their API is slightly strange, but easy to use once you set it up. 它们的API有些奇怪,但在设置之后很容易使用。 www.ibm.com 8. To implement this method, all you need is the REST API of the product, because this method is independent of any build change. 为了实现这种方法,您所需要的,只是产品的RESTAPI,因为这种方法只是独立于构建更改之外。 www.ibm.com 9. When using the Map API, you effectively treat objects in the grid as if they were objects in a local hashmap. 在使用MapAPI时,您要有效对待网格中的对象,如同它们是本地哈希映射中的对象一样。 www.ibm.com 10. Like most items in JDIC, the API for this component is straightforward and easy to use. 像JDIC中的多数项目一样,这个组件的API简单易用。 www.ibm.com 1. The combination of data sources and the Google Map API is referred to as a " mashup" (Wikipedia. org) or Web application hybrid. 数据源和GoogleMapAPI结合在一起被称做一个“mashup”(Wikipedia.org)或者Web应用程序的混合。 www.ibm.com 2. The com. ibm. pdq. runtime. Data interface defines convenience APIs for you to perform operations on a database. Data接口定义了方便的API,用户可以用这些API执行数据库中的操作。 www.ibm.com 3. An application should only execute DECLARE CURSOR if it has set all the API cursor attributes back to their defaults. 应用程序只有在将所有的API游标特性设置回默认值后,才可以执行DECLARECURSOR。 msdn2.microsoft.com 4. Web APIs: An API (Application programming interface) is a programmatic way for different pieces of software to talk to one another. WebAPIs:API(应用层序编程接口)是指不同的软件之间相互交换的程序途径。 www.bing.com 5. Also note that this API is defined to be JVM specific, so other JVMs might ignore the call or provide different behavior. 还要注意:这个API是定义为JVM专用的,因此其他JVM可能忽略该调用或提供不同的行为。 www.ibm.com 6. This newly created instance is not added to any list or any reference, as is the related API shown in Listing 1. 这个新创建的实例没有被添加到任何清单或者引用中,其如清单1所示的那些相关API那样。 www.ibm.com 7. When a user presses this button, the Twitter API will take the specified post and add the update to the Twitter stream of that user. 当用户按下该按钮时,TwitterAPI将获取指定的发布内容,并将更新添加到该用户的Twitter流。 www.ibm.com 8. I'll look at those, and a few examples of making requests to APIs like this, in next month's article. 在下一期的文章中,我将介绍这些考虑事项,还会给出一些向API发送此类请求的示例。 www.ibm.com 9. But the point is, the Java Collections API was never intended to be the final word in all things collection-related. 但关键是JavaCollectionsAPI从来无意将与集合相关的任何东西定死。 www.ibm.com 10. The Settings API allows a collection of settings properties to be grouped into a common language runtime class. 设置API允许将设置属性的集合组合到公共语言运行库类中。 msdn2.microsoft.com 1. All the system APIs have no error conditions, all the previous points are finalized to this objective. 所有的系统API都没有错误情况,前面的几点均是为了这个目标而做的。 dictsearch.appspot.com 2. Finally Tomcat 7 provides a lightweight API allowing a developer to embed the container with just a few lines of code. 最终Tomcat7会提供一个轻量级API,允许开发者通过简单的几行代码嵌入容器。 www.infoq.com 3. l Providing easy-to-use debugging tools for tracing OpenGL ES API calls and checking for errors. 提供了一个易用的调试工具来跟踪OpenGLESAPI的调用和错误的检查 blog.sina.com.cn 4. Therefore the client API is an essential part of every template. 因此,客户端API是每个模板的必要部分。 www.ibm.com 5. To develop software that utilizes the Windows API, a compiler must be able to handle and import the Microsoft-specific DLLs and COM-objects. 为了开发使用WindowsAPI的软件,编译器必须能处理和导入微软相关的DLLs和COM对象。 en.wikipedia.org 6. For illustration purposes, let's take a look at the bridge code generated for a simple COM API example. 为了展示这个过程,让我们来看一看为一个简单的COMAPI示例生成的桥代码。 www.ibm.com 7. You can use the Web service API with Forms Authentication just as you would with Windows Authentication. 您可以将Web服务API与窗体身份验证一起使用,就像与Windows身份验证一起使用一样。 msdn2.microsoft.com 8. Each required special parameters anyway, so it just makes it cleaner to have them as separate APIs and easier to understand. 各自都需要特殊参数,因此只能更为清楚地将其作为独立API使用,并且更易于理解。 www.ibm.com 9. In the spirit of Spring, it removes an API, incidentally it making it easy to unit test the advice method. 在Spring的精神中,它去掉了一个API,无意间却也使单元测试通知方法更简单。 www.infoq.com 10. Any organization that decides to use high-level abstractions frees themselves of the display APIs of any specific vendor. 决定采用高层抽象的任何组织都需要把自己从特定厂商显示API中解放出来。 www.ibm.com 1. SolidWorks provided mass API functions base the OLE automation technique, with which users can easily do secondary development work. 为了方便用户进行二次开发,SolidWorks提供了基于OLE自动化技术的API函数。 www.bing.com 2. But when it comes to the SketchUp API, you can go very far with just a basic understanding of the language. 但是说到SketchUpAPI,只需对该语言有基本的理解,就可以做很多事情。 www.ibm.com 3. The change summary API allows you to query the settings of all the objects in your graph and assess whether they have been changed or not. 更改摘要API允许查询图中的所有对象的设置,并确定是否已经对其进行了更改。 www.ibm.com 4. However, the API for Eclipse has not changed greatly, and the errata section on the book's Web site will bring you up to date. 然而,对于Eclipse的API没有很大改变,并且本书的Web站点上的勘误部分将带给您最新内容。 www.ibm.com 5. Note that this does not actually draw a line; instead, you call the stroke API to draw the line. 注意,这并不实际绘制一条直线;相反,您调用strokeAPI来绘制这条直线。 www.ibm.com 6. It's much easier for me to improve the API a little for a plugin than it is to maintain an entire new feature. 对我来说,为一个插件改进API比维护一个全新的特性容易得多。 www.infoq.com 7. You've also learned a bit about the other JAX-WS client APIs that are used to configure the context of the SOAP message sent to the server. 您还简单了解了其他一些JAX-WS客户端API,它们可用于配置发送到服务器的SOAP消息的上下文。 www.ibm.com 8. If you take this route, though, the consumer of your API will waste a good deal of time discovering the error. 然而如果您这样做了,使用您的API的人就会把很多时间都浪费在查找这个错误上。 www-128.ibm.com 9. Bindings are special packages for a given language that expose the GTK API in a manner appropriate for that language. 绑定是针对指定语言的特殊包,它用适合该语言的方式公开GTK API。 www.ibm.com 10. As a result of not knowing any better, the approach many developers take is to mimic API implementation in the form of web services. 由于不知道任何更好的办法,很多开发人员采用的方法就是采用Web服务的形式模拟API的实现。 www.ibm.com 1. Yes, the inability to easily visualize changes in APIs has been a major problem for the Framework design effort my team is driving. 是的,在进行框架设计时,我们很难用可视化的方式展现API的变化,这成为我的团队开发的最大障碍。 www.infoq.com 2. We were going to report on this and the comparison to Mono's API for the same task, but it turns out it was mistakenly released. 在我们刚打算报道这一情况,并把它和Mono的API进行比较时,却发现这似乎是一次错误的发布。 www.infoq.com 3. Earlier this month semantic search engine Evri released a new sentiment web API that claims to understand how the web feels. 本月初语义搜索引擎Evri推出了一个新的情感网络API,号称可以明白网络的感情。 www.bing.com 4. But make no mistake: It would have been easier for me if the creators of SketchUp had based their API on a more popular language. 但请不要误解,假如SketchUp的创作者将API基于另外一种更为流行的编程语言,对我而言会更为容易一些。 www.ibm.com 5. For each of these, use the moveTo API to set the point from which you will begin to draw a line. 对于每条轴线,使用moveToAPI来设置开始绘制直线的起始点。 www.ibm.com 6. Though we cover some of the Sametime bot API, we do not delve too deeply into the intricacies of bot programming. 尽管涉及到一些SametimebotAPI的内容,但我们不会过深地探讨复杂的bot编程。 www.ibm.com 7. The VDC notion is really slick and I think something like it is going to be required in any serious cloud API going forward. VDC这一概念确实巧妙,我相信往后任何严肃的CloudAPI都会需要类似的东西。 www.infoq.com 8. For synthetic processes, this is known as the point at which API starting materials are entered into the process. 对于合成工艺而言,就是“原料药的起始物料”进入工艺的那一点。 blog.sina.com.cn 9. In strictly REST terms, this API identifies the subscriptions of every Bloglines user. 在严格的REST条件下,该API确定了每一个Bloglines用户的订阅。 www-128.ibm.com 10. Within those four different sections, we need twitter styled(NOT TWITTER API) posts to be able to be made using elgg's plugins. 在这四个不同的部分,我们需要叽叽喳喳风格的(不是叽叽喳喳API)的职位,以便能够将采用埃尔格的插件。 www.bing.com 1. The standard timer API has been part of the Linux kernel for quite some time (since the early versions of the Linux kernel). 标准计时器API作为Linux内核的一部分已经有很长一段时间了(自从Linux内核的早期版本开始)。 www.ibm.com 2. The technology itself is there, it's just a matter of writing those APIs and making them available and useful. 技术是现成的,问题是要写API,让它们可用并且实用。 www.bing.com 3. Some of these client libraries offer proprietary application programming interfaces (APIs) specific to the vendor. 某些客户机库提供了特定于供应商的专有应用程序编程接口(API)。 www.ibm.com 4. There is no real concept of an inventory record because it was not supported within the legacy component API. 没有真正的库存记录的概念,因为在遗留组件的API不支持它。 www.infoq.com 5. It's possible that some of you are seeing the light here, but are stuck with a particular data binding API or implementation. 一些人可能在这里已经看到了一线曙光,但是仍然要使用特定的数据绑定API或实现。 www.ibm.com 6. If the process used to manufacture the specific API batch is consistent with the validated process, this may be considered acceptable. 如果用来制造这个特定原料药批号的工艺和验证工艺一致,当然可以销售。 z.tougao98.com 7. Each platform has chosen its own development stack with its own languages and own set of APIs. 每种平台都选择了自己的开发框架,还有自己的语言和API。 www.infoq.com 8. Out of these sections of the API, this sample uses only calls from the session management section. 对于这些API内容,本样例只使用了来自会话管理部分的调用。 www.ibm.com 9. By creating Doxygen documentation as part of an automated build, you can get the most up-to-date usage information on an API. 通过在自动构建中创建Doxygen文档,您可以获得有关某个API的最新的使用信息。 www.ibm.com 10. It is meant to automate the generation of software components that interface with persistent storage by the means of an Object Oriented API. 它可自动生成与通过面向对象的API方式永久贮存方式连接的软件部分。 osl.bsw.net.cn 1. SDO and EII technologies can be used together to provide Java architects with a single, object-based API to a wide variety of data sources. SDO和EII技术为Java体系结构提供了对各种数据源的单一的、基于对象的API。 www.ibm.com 2. If it is easier to check a return value, or call an API to change a setting then go deep. . . and stop messing around on the surface. 如果检查一个返回值或者调用一个API来改变设置会更简单,那么就深入下去,停止在UI上浪费时间了。 www.cnblogs.com 3. Inventing your own container APIs , interesting as it may be, in most cases is wasted development effort. 过度发明自己的容器类API,重复制造轮子,也许很有趣味,但这种开发确实是一种浪费。 dictsearch.appspot.com 4. It does not require any special APIs to be used for the connection request. 对于连接请求它不需要任何特殊的API。 www.ibm.com 5. Of course, you could also use the Model API to look up the ID of the launched page. 当然,还可以使用ModelAPI查找已启动页面的ID。 www.ibm.com 6. There should be a written procedure that defines the circumstances under which a recall of an intermediate or API should be considered. 应有书面的程序,确定了在什么情况下应考虑中间体或原料药的召回。 zhoushengsuo.blog.163.com 7. Also added were a set of APIs and third party services, and a solid support and hosting package. 同时添加进去的还有一套API和第三方服务,以及稳定的技术支持和托管方案。 blog.sina.com.cn 8. If only the interface is published as API then if you call one of these ten methods you make an internal call. 如果这个接口做为API被发布了,那么你对十个方法中的一个的调用就是内部调用。 www.bing.com 9. Doing this allows you to use different APIs to access the different parts of the object model. 为了使用不同API访问对象模型的不同部分。 www.ibm.com 10. Instead queries are built programmatically, and the API to build queries tends to be different for each vendor. 相反,查询都是通过编程方式创建的,而且构建查询的API往往因厂商的不同而不同。 www.infoq.com 1. By peering into the API documentation, you can see that other formats are available as well. 仔细阅读API文档可以看到,还有其他的格式。 www.ibm.com 2. However, the backup program did not call the appropriate completion or cleanup API function calls. 备份程序但是,做不调用适当完成或清理API函数调用。 support.microsoft.com 3. EMF provides persistence, a very efficient reflective generic object manipulation API, and a change-notification framework. EMF提供了持久性、一个有效的反射类属对象操纵API和一个变更通知框架。 www.ibm.com 4. The API is a relatively simple one, but new developers can still run into a few common pitfalls. 该API相当简单,但新的开发人员仍然会遇到一些常见的隐患。 www-128.ibm.com 5. So far, you've seen two ways to run a simple SPARQL query: using the command-line sparql utility, and using Java code with the Jena API. 迄今为止,您已经看到了两种运行简单SPARQL查询的方法:用命令行sparql工具,用Java代码调用JenaAPI。 www.ibm.com 6. Although the API Layer transaction strategy is the most common strategy, it may not be the right one for your application. 尽管APILayer事务策略是最常见的一种策略,但它也许正是您的应用程序所需要的策略。 www.ibm.com 7. This series begins with an overview of the API used to communicate between the PPE and the SPEs. 本系列文章首先对PPE和SPE之间进行通信使用的API进行概要介绍。 www.ibm.com 8. With the advent of the Microsoft Win32 API, interprocess subclassing was discouraged and made a bit harder to code. 随着微软Win32API的到来,进程间子类化不再被鼓励使用并愈发变得困难起来。 www.cnblogs.com 9. Although the API is technically asking for a cursor, the default cursor characteristics match the behavior of a default result set. 虽然从技术上说API需要游标,但默认游标特征与默认结果集的行为是匹配的。 msdn2.microsoft.com 10. The new APIs can detect these changes for you and help simplify the management of the ID files. 新的API能够帮您检测这些更改,同时简化ID文件的管理。 www.ibm.com 1. JDOM is an open source parser API, built out of a frustration with the existing APIs. JDOM是一个开源解析器API,是因对现有API的失望而构建的。 www.ibm.com 2. SAX -- like the parser modules it provides an API for -- is essentially a sequential processor of an XML document. SAX--如同它提供的语法分析器模块的API--基本上是一个XML文档的顺序处理器。 www.ibm.com 3. This error is generally the result of a failed internal system API call made by the compiler. 此错误通常是由编译器无法执行内部系统API调用造成的。 207.46.16.251 4. DLL Dynamic Link Library. Dynamic Link Libraries are loaded in response to an explicit API call made by an executing program. 动态链接库:运行中的应用程序从外部通过显式声明的API调用来装载DLL。 bbs.imobile.com.cn 5. A module created using the reflection emit API is called a dynamic module for the duration of the run in which the module was created. 使用反射发出API创建的模块在创建模块的运行期间称为动态模块。 www.juyy.net 6. However, at the point you switch to the raw APIs, you must indicate whether you want to cache data or not. 但是,在切换到原始API时,必须指明是否需要缓冲数据。 www.ibm.com 7. Fortunately, FreeType 2 is flexible enough to support any kind of glyph format through a simple API. 幸运的,FreeType2有足够的灵活性,可以通过一个简单的API支持任何类型的字形格式。 heroxx.blog.163.com 8. Service operations are usually invoked using messages - a request message and a response - rather than through APIs or file formats. 服务操作通常是使用消息(包括请求消息和应答消息)而不是API或者文件格式进行调用的。 www.ibm.com 9. If you can't rely on your API to properly preserve data while it passes through the memory of your VM, you're essentially dead in the water. 如果把数据传入VM内存时不能依靠API正确地保持数据,您基本上就陷入了绝境。 www.ibm.com 10. Consider providing special overloads and code paths for calls with a small number of arguments in extremely performance-sensitive APIs. 考虑在性能极为敏感的API中为使用少量参数的调用提供特殊重载和代码路径。 msdn2.microsoft.com 1. That is good news for application developers learning the API, as well as server and driver developers trying to implement it. 对学习API的应用开发人员,以及试图实现API的服务器和驱动的开发人员来说,这可是个好消息。 www.infoq.com 2. We need you to develop and provide a script that can be used for booking reservations using this API. 我们需要您开发并提供一个可以使用这个API的预订保留使用的脚本。 www.bing.com 3. The very first step of the coding process is always to define your interfaces, which represent your external API. 编码阶段的第一步就是定义那些能代表您外部API函数的接口程序。 wiki.ubuntu.org.cn 4. JDBC and ODBC are similar APIs, so this type of driver is usually associated with the JDBC-ODBC bridge. JDBC和ODBC是类似的API,所以这种驱动程序常常与JDBC-ODBC桥联系在一起。 www.ibm.com 5. Summary : Use the ASP. NET Cache API in a tiered application design to get the most out of your applications . 在多层应用程序设计中使用ASP。NET缓存API使应用程序发挥最大作用。 www.bing.com 6. Libvirt was originally designed as a management API for Xen, but it has since been extended to support a number of hypervisors. libvirt起初是专门为Xen设计的一种管理API,后来被扩展为可支持多个虚拟机监控程序。 www.ibm.com 7. PHP is no exception, with a number of database APIs and variations on Data Object patterns available. PHP也不例外,有很多数据库API和数据对象模式的变体可以选择。 www.ibm.com 8. The Restlet framework consists of a Restlet API that provides the core set of contracts to register a Restlet implementation. Restlet框架包含了一个RestletAPI,该API提供了一套核心契约集来注册Restlet实现。 www.infoq.com 9. First introduced into the 4. 2 BSD UNIX operating system, the Sockets API is now a standard feature of any operating system. 在4.2BSDUNIX操作系统中首次引入,SocketsAPI现在是任何操作系统的标准特性。 www-128.ibm.com 10. The API of core carries out a service to transmit, appurtenant manage with cycle management, resource management and long-distance service. 核心的API执行服务传输、从属和周期治理、资源治理以及远程服务治理。 dictsearch.appspot.com 1. is vulnerable to a session-fixation attack and could result in an attacker stealing the identity of an API end-user. 容易遭受会话完成攻击,并且可能造成让攻击者盗取API终端用户个人身份的结果。 www.infoq.com 2. This article will demonstrate components and algorithms that can be linked together to control applications without a D-Bus or other API. 结合本文演示的组件和算法,无需D-Bus或其他API就可以实现应用程序控制。 www.ibm.com 3. All REST API calls should occur through dedicated API keys consisting of an identifying component and a shared, private secret. 所有的RESTAPI调用应该通过专门的API密钥完成,该密钥由标识成分和共享密钥两部分组成。 www.infoq.com 4. What are the qualities that makes one API easy to use and other hard? 是哪种品质会让一套API易用而另一套复杂难解? www.infoq.com 5. The "cvm" is Sun's reference implementation of an embedded JVM, and this particular package includes the PBP level APIs as well. “cvm”是Sun对一种嵌入式JVM的参考实现,而且该特别的包还包含了PBP级别的API。 www.infoq.com 6. Arkenberg warns that such a network and API could also be exploited by insurgents, criminals or regimes. 阿克本伯格警告,这样的网络和API还可能被反叛者、犯罪分子或政权所利用。 www.bing.com 7. Uses: Antithrombotic for cardio-cerebral vascular diseases API; antioxidant, scavenging oxygen free radicals, since the role of Cosmetology. 用途:抗血栓,用于心脑血管病原料药;抗氧化,清除氧自由基,起美容的作用。 www.mychemy.com 8. As an OOAD (object-oriented analysis and design) instructor, I insist on an inception phase and mission statement when developing new APIs. 作为一个OOAD(面向对象的分析和设计)的指导教师,在开发新的API时我坚持一个初始定位和任务陈述。 blog.sina.com.cn 9. RSExplorer uses a Microsoft. NET Framework proxy class to call Web service methods exposed by the Reporting Services SOAP API. RSExplorer使用Microsoft.NETFramework代理类来调用ReportingServicesSOAPAPI提供的Web服务方法。 msdn2.microsoft.com 10. The open source API has its own documentation, but this section will outline the main interfaces that could be useful to you. 这个开源API有它自己的文献,但是这个部分将概述将对您有用的主要接口。 www.ibm.com 1. I'll cover the modifications to the 1. 0 version of the API and spend a good bit of time talking about TRaX (Transformations for XML). 我将讲述对API1.0版所作的修改,然后再花一些时间讲一下TRaX(XML变换)。 www.ibm.com 2. Faster Database Access: The REALbasic database API is now significantly faster when iterating through a recordset using the Field function. 更快的数据库访问:在记录集中使用Field函数迭代的时候,REALbasic数据库API的速度现在显著提高。 www.realbasic.com 3. Rather, it provides a sturdy, event-driven API and UI component library on which to build a more complete application framework. 相反,它提供一个健壮的、事件驱动的API和UI组件库,用于构建更复杂的应用程序框架。 www.ibm.com 4. JAX-WS provides this set of APIs for a Web service client to invoke an operation on a remotely deployed service endpoint. JAX-WS提供的这组API允许Web服务客户端调用部署在远程服务端点上的操作。 www.ibm.com 5. The GSS-API is fully described in RFC 2743, which, unfortunately, is among the most difficult RFCs to understand. GSS-API在RFC2743中进行了完整的描述,不幸的是,它是最难理解的RFC之一。 www.ibm.com 6. After generalization, the recipients could edit and process the class, field, and method names in the same way as any other API names. 泛化之后,接收方可以象编辑和处理任何其它API名称一样编辑和处理类、字段和方法名称。 www-128.ibm.com 7. Because such a vast range of data artifacts is available, the DTFJ API provides the flexibility to create any number of tools. 因为提供的数据范围非常广泛,DTFJAPI为创建各种工具提供了很大的灵活性。 www.ibm.com 8. Also, you looked briefly at the permissions runtime APIs, which allow you to check, enforce, grant, and revoke permissions at runtime. 此外,您还简要了解了权限运行时API,这些API允许您在运行时检查、执行、授予和撤销权限。 www.ibm.com 9. One of the problems with poor API design is that more or less every developer who uses the API have to compensate for the poor design. 一个劣质的API设计所带来的问题就是,差不多每个用这套API的开发人员都要设法去弥补其中的缺陷。 www.infoq.com 10. Instead, it uses the Java scripting API's javax. script. Invocable interface to call a function maintained by the script engine. 与此不同,清单4中的方法使用Java脚本API的javax.script.Invocable接口调用由脚本引擎所维持的函数。 www.ibm.com 1. Also, the addition of a new XModuleResolver interface to the API allows you to customize the module resolution process. 此外,新增的到API的XModuleResolver接口允许您定制模块解析过程。 www.ibm.com 2. Essentially, Google provides the API to you for free as long as your application is free as well. 实际上,只要您的应用程序是免费的,Google也将免费为您提供API。 www.ibm.com 3. Custom Data Binding allows you to hide this logic below the interface level and present a more application-centric API. 自定义数据绑定允许您将该逻辑隐藏在接口级别下,而提供更加以应用程序为中心的API。 www.ibm.com 4. Javassist offers a much friendlier API for most purposes, with equivalent (or perhaps even better) speed, at least in my simple tests. 在大多数情况下,Javassist提供了更友好的API,并有相近的速度(甚至更快),至少在我的简单测试中是这样。 www.ibm.com 5. Object oriented API allows you to control and customize chart details, enabling you to design the charts you want. 拥有基于API(应用编程接口)的对象,允许用户控制和定制图表细节,从而设计出用户满意的图表。 www.yeewe.com 6. Some APIs can only be invoked from C code, if necessary, through the use of JNI or other coupling facilities. 有些API只能从C代码中调用,必要时通过使用JNI或其他耦合设施(couplingfacilities)调用。 www.ibm.com 7. OAuth is an open protocol that allows secure API authorization in a simple and standard method from desktop and web applications. OAuth是一个开放的协议,以一种简单且标准的方法支持来自桌面和web应用程序的安全API授权。 www.ibm.com 8. Used with the OpenGL application program interface (API), the ODE generates photo-realistic graphics with realistic physics, as well. 与OpenGL应用程序编程接口(API)一起使用,ODE就可以生成由真实相片构成的图形,并且具有真实的物理特性。 www.ibm.com 9. Geo-spatial mapping might sound tricky, but not when the Google Maps JavaScript API does so much of the work for you. 地理空间绘制乍听起来需要很多技巧,但若GoogleMapsJavaScriptAPI能代您完成很多工作的话,那就另当别论了。 www.ibm.com 10. This method takes advantage of a built-in API installed on most Windows XP machines called SAPI (Speech Application Programming Interface). 这种方法利用了内置的API上安装WindowsXP的大部分机器叫做SAPI(语音应用程序编程接口)。 cheap.yourabusedbitch.com 1. The Environmental Protection Department said its Air Pollution Index or API readings were again at record levels in many parts of the city. 香港环境保护署(EnvironmentalProtectionDepartment)称,市内许多地方的空气污染指数再度创下纪录水平。 www.tesoon.com 2. Front-end modeling: CXF provides the concept of front-end modeling, which lets you create Web services using different front-end APIs. 前端建模:CXF提供了前端建模的概念,允许您使用不同的前端API来创建Web服务。 www.ibm.com 3. Cons: Their engine is based on Google API but they seem to have better results than the Google detector described below. 缺点:他们的引擎基于GoogleAPI,不过看起来比Google检测结果更精确,下文有描述。 www.bing.com 4. Implemented in such a manner, the API would not block if used carefully. 通过使用这种方式实现,如果谨慎使用,则不会出现API阻塞的情况。 www.ibm.com 5. Use the API to create portlets or servlets that can parse and interact with forms, or to create extensions for Workplace Forms Viewer. 使用这个API创建能够分析和操作表单的portlet或servlet,或者为WorkplaceFormsViewer创建扩展。 www.ibm.com 6. Most helper APIs like this one and EJB singleton session beans are great candidates for the application scope. 大多数像这样的助手类API和EJB单例会话bean都很适合于选用应用范围的作用域。 xwj148.blog.163.com 7. A smaller module (with a well-defined API) can typically be tested better than a monolithic application. 一个小模块(具有定义良好的API)通常比应用整体更好测试。 www.infoq.com 8. To see how to use static data APIs, consider a data model that is represented by the complex type defined in an XSD, as shown in Listing 1. 为了说明如何使用静态数据API,让我们以使用XSD中定义的复杂类型表示的数据模型为例,如清单1中所示。 www.ibm.com 9. define an API that greatly simplifies connecting a pair of Java Beans properties to keep them in sync. 定义一套API,使得一对JavaBeans属性之间的连接得到大幅度的简化,并保持属性的同步。 www.infoq.com 10. The API defined in this specification can be used to retrieve the geographic location of a hosting device. 规范定义的API可用于获取设备的地理信息。 www.infoq.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。