• Perform discovery on the User-Supplied Identifier

    用户提供的标识符上执行发现

    youdao

  • New support for validating XML data based on user-supplied schemas.

    添加了基于用户提供的模式验证XML数据支持

    youdao

  • Periodically, MOM will evaluate the user-supplied policy using the collected data.

    MOM定期使用收集数据评估用户提供策略

    youdao

  • Escape user-supplied input using the character escaping scheme set up by your database.

    使用数据库设置字符转义方案转义用户提供的输入

    youdao

  • The sample application (which ACTS as the RP) now has my User-Supplied Identifier.

    示例应用程序(充当rp)现在知道用户提供标识符了。

    youdao

  • As the name suggests, a User-Supplied identifier is the identifier supplied by the user to the RP.

    顾名思义用户提供的标识用户提供RP标识符。

    youdao

  • Transform the filter template file to a specific instance of filter file based on user-supplied parameters.

    基于用户提供参数,把过滤器模板文件转化成过滤器文件的一个指定实例

    youdao

  • This is the phase at which any user-supplied credentials are looked up in a server database and verified.

    任何用户提供的凭据服务器数据库查找验证阶段

    youdao

  • After the RP has successfully performed discovery on the User-Supplied Identifier, it's time to authenticate the user.

    RP用户提供的标识成功执行发现后,验证用户身份时候了。

    youdao

  • The activation framework automates script invocation while defining a mechanism for user-supplied, deploy-time input.

    激活框架会自动地调用脚本定义用户在部署时提供输入的机制

    youdao

  • They employ a unique, one piece center spool design that accommodates a user-supplied padlock in the closed position.

    他们采用独特中心设计,可容纳用户提供关闭位置锁。

    youdao

  • Easy: use the identical method of encryption on any incoming user-supplied password and compare the result to your stored password.

    一个比较容易方法是:对用户提供的任何传入密码使用相同加密方法,结果存储密码比较

    youdao

  • The process of discovery is used by the RP to determine how to make requests of the OP, and the key is the User-Supplied Identifier.

    RP使用发现过程确定如何OP发出请求,关键便是用户提供标识符。

    youdao

  • Software is a matrix of decisions. Some of the code locations in the program make branching decisions based on user-supplied data.

    软体就是一连串决策,软体之中有些地方程式根据使用者的输入作为决策的依据。

    youdao

  • Most problems in PHP applications relate to taking user-supplied data and doing something with it without first validating or sanitizing it.

    PHP应用程序中的大多数问题使用用户提供数据有关,在使用和对它执行操作前未曾预先验证消毒

    youdao

  • Rather than generating code from a DTD or Schema, JiBX works with a binding definition that associates user-supplied classes with XML structure.

    JiBX 不是根据DTDSchema生成代码,而是使用绑定定义,该定义将用户提供的XML 结构相关联

    youdao

  • Finally, it summarized DB2's ability to validate XML data against user-supplied XML schemas and provided examples to show you how to get started.

    最后总结DB 2针对用户提供XML模式XML数据进行验证能力提供示例展示如何开始入手。

    youdao

  • Defense in-depth is all about having redundant security measures in place — not only encryption but also smart handling of user-supplied data.

    深层防御多余安全方法妥善保管——不仅包括加密包括用户提供数据智能处理

    youdao

  • Authentication is the process of validating user-supplied credentials using a security mechanism, as discussed in Part 1 of the DB2 security series.

    身份验证使用安全机制对用户提供的凭证进行确认过程,这已在DB 2安全系列文章的第1部分进行了讨论

    youdao

  • Use TradeCluster as a prefix for the cluster name and WebSphere CloudBurst creates and tunes the cluster without the need for user-supplied scripting.

    TradeCluster作为集群前缀,然后WebSphereCloudBurst无需用户提供脚本的情况下创建调优集群。

    youdao

  • For example, suppose the bound on the number of instantiations were 42 and the nest method mentioned earlier was being called with a user-supplied argument.

    例如假设实例界限为42,并且使用用户提供的参数调用先前提到nest方法

    youdao

  • The method then sets the parameter named "location" (marked by :location in the namedQuery) on the query, using the user-supplied value passed into this method.

    然后方法设置名为location参数 namedQuery中的 :location 标示),它使用传递给方法的用户提供的

    youdao

  • Initially these aspects will be limited to class and package names, but it's planned to add support for user-supplied implementation classes in the longer term.

    起初这些方面中,支持名,从更长远来看,计划将添加用户所提供实现的支持。

    youdao

  • In_word_set: This routine USES hash to determine whether a particular string belongs to the user-supplied list, using one string comparison in the most common case.

    in _ word_set:例程使用hash确定某个字符串是否属于用户提供的列表大多数情况下只使用一个字符串比较

    youdao

  • The RP takes the User-Supplied Identifier and converts it to a form that can be used to determine two things: who the OpenID Provider (OP) is and how to contact the OP.

    RP采用用户提供的标识将其转化一种格式用于确定两个内容OpenID提供者(OP)如何联系OP。

    youdao

  • Depending on membership options you choose, the membership system can also provide an automated password-reset system that takes a user-supplied question and response.

    根据选择成员资格选项,成员资格系统可以提供自动化密码重系统,此系统需要使用者提供问题回应

    youdao

  • The User-Supplied identifier must be normalized into a Claimed identifier, which is just a fancy way to say that the identifier supplied by the user is transformed into a standard form.

    用户提供标识必须规范化声明的标识符,只是用户提供标识符转化标准形式一种别出心裁的说法。

    youdao

  • Here is how an SQL injection works: First, assume an SQL statement accepts user-supplied data to look up a team member's contact information from a database without input validation rules.

    下面SQL注入工作方式首先假设一条sql语句接受用户提供的数据没有输入确认规则就可数据库查找团队成员联系信息

    youdao

  • As mentioned in Bindings, dependencies, and constraints, this is one of the ways to bind user-supplied data to the instance. An example of the tag from our address form is shown in Listing 12.

    正如绑定相关性约束提到那样,将用户提供数据绑定实例方法之一

    youdao

  • Support for validating XML data based on user-supplied schemas, which allows application developers and database administrators to enforce data integrity constraints for XML data stored in DB2.

    支持基于用户提供模式验证XML数据使得应用程序开发人员数据库管理员可以对DB2存储的 XML 数据实施数据完整性约束

    youdao

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

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

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