validations

英 [ˌvælɪˈdeɪʃənz] 美 [ˌvæləˈdeɪʃənz]

n.  生效;批准;验证;确认;证实;核实
validation的复数

计算机



双语例句

  1. Rails's core components RESTful routes, relationships, validations, templates, and database abstractions persist.
    Rails的核心组件始终存在,即RESTful路径、关系、验证、模板和数据库抽象化。
  2. Hibernate then double-checks the validations when it is persisting the object, giving you twice the protection.
    然后Hibernate在持久化对象时,对验证进行两次检查,为您提供双重保护。
  3. This is the first entry point for your own unit validations.
    这是单元确认器的首个进入点。
  4. When an application applies those constraints on data, the constraints become validations.
    应用程序将这些约束应用于数据时,约束也就成了验证。
  5. Lotus supplies a number of validation tags to handle validations for different data types.
    Lotus提供了很多validation标签来对不同的数据类型进行有效性验证。
  6. These validations are important to avoid putting an unnecessary load on the backend database.
    对于避免在后端数据库上执行不必要的装载,这些检验非常重要。
  7. Automation via Effecta reduces this time and produces detailed reports on exactly which validations failed, thus simplifying the debugging process in case of a failure.
    通过Effecta的自动化减少了这一时间,并且生成了关于哪些验证失败了的详细报告,因而简化了失败情况下的调试过程。
  8. Wicket supports both client-and server-side form validations.
    Wicket支持客户端和服务器端的表单验证。
  9. You can also create your own validator classes and take advantage of more streamlined standard validations.
    您还可以创建您专有的验证器类,并充分利用更为流畅的标准验证。
  10. Invite customers to do targeted usability evaluations and validations.
    邀请客户进行目标系统可用性的评估和确认。
  11. In this case, I simply add the validations for the individual fields.
    这里只要为每个字段增加验证就够了。
  12. Test cases are the specific tests or validations that you want to perform on your system.
    测试用例是特定的测试或者验证,您需要在您的系统上执行。
  13. To do this, you can define custom validations or use a set of standard validations.
    为此,可以定义定制的检验或使用标准的检验集。
  14. Certain validation rules can also be accommodated as part of XML schemas but not all kinds of transaction validations can be performed using XML schemas or DTDs.
    某些验证规则可以作为XML模式的一部分,但不是所有类型的事务验证都可以用XML模式或DTD来执行。
  15. It also offers validations and referential integrity checks so that issues can be identified and resolved before data is loaded into the warehouse.
    它还提供了验证与参考性的整数检查机制,这样在数据载入到数据仓库中之前就能得到识别和解决。
  16. If the two endpoints use different protocols or standards, the ESB can transform each message and will perform validations before transforming the messages.
    如果这两个终端使用不同的协议或标准,ESB会转换所有消息并在转换消息前执行验证。
  17. You can also write a custom validator to perform validations that are not built into Wicket.
    此外,还可以编写一个定制的验证器来执行那些未内置到Wicket内的验证。
  18. These will be set if the user posted data that failed validations against the Recipe model object.
    如果用户发布的数据没有通过Recipe模型对象的验证就会设置这些消息。
  19. During the monitoring cycle, you can meet the need for additional validations by simply updating the validation templates.
    在监控阶段,可以通过简单更新验证模板来满足额外验证的需要。
  20. CAMV supports creating validations rules for providing Warning messages in addition to Errors.
    CAMV支持创建错误和警告消息的验证规则。
  21. The test cases define each of the validations that you plan to perform on the system.
    测试用例定义了每一个您计划在系统上执行的确认。
  22. CAM templates support context-based rules, code-lists, and cross-field validations.
    CAM模板支持基于上下文的规则、代码列表和跨域验证。
  23. To add additional validations or remove existing ones, redistribute the compiled CAM templates (. cxx files).
    要添加额外验证或移除现有验证,只需重新分配编译过的CAM模板(.cxx文件)。
  24. Additional code is required to implement required validations that augment the schema checks.
    需要额外的代码来实现增加所需模式检查的验证。
  25. The first step in any transaction is to perform business validations.
    任何事务中第一步都是执行业务验证。
  26. Validations performed include the product details, address, and payment details.
    所执行的验证包括产品详细信息、地址和支付详细信息。
  27. Unfortunately ( or fortunately), this JSR focuses on constraint declarations and validations.
    不幸的是(或许也是幸运的),这个JSR侧重于约束声明和验证。
  28. Some constraints should be validated after others, and not validated unless the previous validations pass.
    s一些约束应该在另外一些之后再验证,而且只有前面的验证通过才能进行验证。
  29. As well, ActiveRecord associations and validations are redundant specifications of database constraints.
    同样,ActiveRecord的关联和校验对于数据库的约束定义来说也是一种冗余。
  30. I still had to specify all my validations and initial migrations.
    我仍然需要写明所有的验证器和初始迁移。