• 避免重复数据库服务器工作指示DB 2根据需要过滤处理数据不是在应用程序这项工作。

    Avoid duplicating the work of a database server: Instruct DB2 to filter and process data according to your needs rather than doing this work in your application.

    youdao

  • 这样一来应用程序看到就是一个统一数据视图,而不必执行自己的连接过滤排序任务。

    This lets an application get a consolidated data view of the data and therefore does not have to perform its own joins, filtering, sorting, and so on.

    youdao

  • 展示了如何一个PHP应用程序访问YQL服务提供了一些示例来说明YQL如何允许利用sql类型结构过滤排列链接查询结果

    I demonstrated how to access the YQL service from a PHP application and offered some examples of how YQL lets you make use of SQL-type constructs to filter, sort, and link query results.

    youdao

  • 这些无关消息需要客户应用程序提供额外消息过滤决定消息是否是所感兴趣的。

    The extraneous messages require additional message filtering by the client application to determine the messages of interest.

    youdao

  • 具备这些知识之后,可以迅速过滤参数专注直接影响应用程序核心参数。

    With this knowledge, you can quickly filter the list of tunable parameters and focus on a core set of tunables that directly impact your application.

    youdao

  • 假设Web应用程序需要显示一个特定品牌过滤产品目录

    Suppose your Web application needs to display a catalog of products filtered by a specific brand.

    youdao

  • 5因素都可以基于位置应用程序中扮演重要角色但是在这里主要关注距离计算限定过滤查询解析

    Each of these pieces can play an important role in location-based applications, but for now I'll focus on distance calculations, bounding-box filtering, and query parsing.

    youdao

  • 为了使用Solr根据位置进行过滤1应用程序的记录器提供3种主要机制限制文档空间

    To filter by location with Solr, the three primary mechanisms in Table 1 are available to application writers for restricting the document space.

    youdao

  • 应用程序中呈现使用完整form对象结果进行验证和过滤

    The completed form object is rendered and used in the application, and the results are validated and filtered.

    youdao

  • 使用ASP.NETDynamicData功能构建的应用程序数据库数据模型提供查看编辑过滤排序操作

    The application created uses the ASP.NET Dynamic Data features to offers viewing, editing, filtering and sorting operations over the data model of the underlying database

    youdao

  • 创建作为Atomfeed返回mashup应用程序聚合feed时,可以使用mashuphub转换(过滤重构排序)数据

    The mashup hub can be used to transform (filter, restructure, sort) the data in creating an aggregated feed that is returned to the mashup application as an Atom feed.

    youdao

  • 如果警报弹出告诉输入所有内容都真正接受应用程序使用进行过滤证明是正确的。

    This will prove him correct if the alert pops up, telling him that anything he enters will indeed be accepted and used by the application with no filtering.

    youdao

  • 可以根据应用程序需要使用配置不同类型过滤

    You can use and configure various types of filters according to your application requirements.

    youdao

  • 部分关于应用程序伸缩性问题可以从创建限定过滤需要计算词汇量找到答案

    For scaling, some of the question is answered by how many terms need to be enumerated when the bounding-box filter is created.

    youdao

  • 执行这个操作维持当前过滤简单引用时,这些设置仅仅应用程序启动使用

    While you still do this to maintain a simple reference of the current filters, these settings are only actually used at application launch.

    youdao

  • 搜索返回结果集中包含有对象类型信息应用程序可以根据对象类型对结果进行过滤

    The result set from the search will contain the object type information, allowing an application to filter the results based on object type.

    youdao

  • 根据应用程序文章论坛下载对活动进行过滤

    Filter activity by application, or by articles, forums, or downloads.

    youdao

  • XSS攻击核心一个应用程序,该应用程序可以用户数据提交之后进行过滤

    At the heart of the XSS vulnerability is an application that filters user data improperly once submitted.

    youdao

  • 这样允许添加删除过滤而无需改动任何应用程序代码jsp页面

    This allows filters to be added and removed without touching any application code or JSP pages.

    youdao

  • 例如假设构建一个带有论坛应用程序,但是没有用户数据进行过滤

    For example, suppose you're building an application with a forum and did no filtering against the user data.

    youdao

  • 关于搜索过滤更多细节请参阅参考资料部分其中包含介绍LDAP应用程序搜索过滤概念文章链接

    For more details on search filters, refer to the Resources section, which contains a link to an article introducing the concept of search filters in LDAP applications.

    youdao

  • 因为我们已经知道登录的用户的身份,因此不管用户来自什么应用程序,我们都知道属于哪个租户,因而将应用相应过滤

    Because we know who is logging in, no matter from what application, we know which tenant they belong and the proper filters are applied.

    youdao

  • 身份验证过滤完成处理时,这些过滤器将请求响应对象发送应用程序配置拦截过滤

    When authentication filters have finished processing, they pass request and response objects to the interceptor filter configured in your application.

    youdao

  • 可重用归功于过滤实现模块化设计以及声明式过滤配置方式过滤可以容易跨越不同项目应用程序使用

    Reusable: Thanks to the modular design of a filter's implementation class, and the declarative way that a filter is configured, filters can easily be used across projects and applications.

    youdao

  • 我们看看在进行过滤验证使用这些函数的一些方法了解如何过滤引入应用程序

    Let's take a look at some ways you can use these functions, in both the filtering and validation scenarios, to get an idea of how filtering can be included in your applications.

    youdao

  • 过滤动态地处理传入的请求传出响应并且无需修改应用程序代码可以透明添加删除它们。

    Filters process incoming requests and outgoing responses dynamically and can be transparently added and removed without modifying application code.

    youdao

  • 出于这个目的Acegi保存了一个过滤对象封装保护应用程序而配置所有过滤

    For this purpose, Acegi maintains a filter chain object, which wraps all the filters you have configured to secure your application.

    youdao

  • 真实BusinessEvents应用程序可能使用各种过滤确定模式不会改变集成解决方案形状

    A real Business Events application is likely to have various filters to determine patterns, but this won't change the shape of the integration solution.

    youdao

  • 2描述参数例如确定一个应用程序Blogs可以用来允许应用程序检索所需过滤内容

    Table 2 describes the parameters, such as identifying an application, Blogs, that can be used to allow the application to retrieve the filtered content wanted.

    youdao

  • 每个应用程序中使用servlet过滤

    I have used the servlet filter for each of these applications.

    youdao

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

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

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