• To validate, place the transformation code inside the block of a clause and check the condition as a test statement inside the block.

    为了进行验证转换代码放入中,检查块中的test语句

    youdao

  • The tooling generates statement coverage statistics for the application under test (that is, the number or percentage of lines in your application that have been executed).

    工具测试程序生成声明复盖率统计数据(就是说执行程序中行的数量百分比)。

    youdao

  • The SQL baseline must be captured during the test and not after, as done for the reports on aggregated data, because a DB2 statement event monitor is started to capture the data.

    必须测试期间捕捉SQL基线不是聚合数据报告那样测试之后捕捉,这是因为启动db2语句事件监视器捕捉数据。

    youdao

  • Once you have set up the plug-in on both the client and database server, issue a connect statement to test the plug-in.

    客户机数据库服务器设置插件之后发出一条连接语句测试插件。

    youdao

  • If this parameter is smaller on test than that in production, you may start seeing SQL0101N message due to lack of space in statement heap needed to compile the query.

    如果测试中的参数小于生产中的,您就可能会开始看到SQL 0101n消息因为缺乏编译查询需要语句空间

    youdao

  • If the test you want to take a baseline on is running at night, you can schedule the report generation and the collection of SQL event monitor data by the DB2 statement event monitor.

    如果建立基线测试夜间运行那么可以调度db2语句事件监视器SQL事件监视器数据收集报告生成过程

    youdao

  • Similarly, if the same or similar test has been run in a different environment (e.g., on a different operating system), the results should be factored into the quality statement.

    类似的,如果不同环境中运行同样相似的测试(举例来说不同的操作系统上),那么结果应该包含于质量说明中

    youdao

  • Also, to explore and test the new update capabilities initially, you may find it convenient to embed the XMLQUERY function with the transform in a SELECT statement rather than an update.

    另外研究测试新的更新功能时,select语句(不是update语句)中嵌入包含转换表达式的XMLQUERY函数可能方便。

    youdao

  • Knowing that a statement isn't executed by the test suite proves that it isn't being tested.

    知道测试套件没有执行某个语句,可以证明该语句测试到。

    youdao

  • This provides the ability to simply check the syntax or test execute the SQL statement provided in the view definition.

    使您可以选中视图定义提供语法测试执行sql语句

    youdao

  • Options are available to check the syntax of the SQL defining the view as well as to test the execution of this statement.

    它具有用于检查定义视图sql语法测试语句执行情况选项

    youdao

  • This statement is then completed by the row specifying the test condition, which is also used to populate the FROM clause and additional the WHERE clause so forming a predicate.

    再加上指定测试条件语句完整了,指定测试条件的行用来组成from组成谓语。

    youdao

  • Options are provided to check the syntax of the SQL defining the view as well as to test the execution of this statement.

    提供了选项检查定义视图sql语句语法测试语句执行

    youdao

  • Lastly, in line 18 an assertion statement is issued to determine the success or failure of a test case.

    最后第十八行的断言语句中决定了这个测试用例成功失败

    youdao

  • However, the keywords shown have a greater significance in terms of the meaning of the whole statement and illustrate a number of traps in the test. For instance.

    但是,根据整个题目意义来说,参考答案所给出关键词更加重要而且体现了考试出题的陷阱

    youdao

  • A case statement within bash lets you test for more than one condition or value and act accordingly.

    bash中的case语句可以用来测试多个条件相应地执行操作。

    youdao

  • The above simple test scenario performed one assert and resulted in a successful scenario due to the "assert true" statement.

    上面这个简单测试场景执行一个断言由于使用了“asserttrue语句,这个测试总会成功

    youdao

  • Martin's final remarks give response to this common statement: "Wouldn't it be faster without [having to worry about] such high test coverage?"

    Martin最后一个常见说法给予答复:“如果没有这么测试覆盖率,项目进度不是更快吗?”

    youdao

  • Another idea that came out of Karen's talk is that you can also view the test strategy as a testing bill of goods or statement of work.

    Karen谈话传达另一个信息,可以测试战略当做测试商品账单或者工作总结。

    youdao

  • An XPath statement in an XQuery or XSLT stylesheet might test for one of the predefined elements and also display the known color.

    XQueryxslt样式表中的xpath语句可能测试预定义元素显示已知颜色

    youdao

  • The if statement, which executes a particular block of statements based on the result of a test expression.

    if语句,基于测试表达式结果执行一个特定语句

    youdao

  • Well, the first define statement creates a string constant called ASTRING in the test namespace.

    第一define语句名称空间 test创建一个字符串常量ASTRING

    youdao

  • Changing the return type to float, for example, isn't flagged as an error because an int in the test method's return statement is automatically promoted to float.

    如果将返回值改为float,这不会被标记成错误因为test方法返回语句中的int会自动转换成float。

    youdao

  • You can test and refine your SQL statement right from the Eclipse workbench until it satisfies your needs and then cut-and-paste the SQL statement text into your reporting JSP file.

    可以eclipse工作台中测试精炼sql语句直到满足需要然后将sql语句文本剪切并粘贴报表JSP文件中。

    youdao

  • After the require statement, a class declaration stating that this class is a subclass of Test: : Unit: : TestCase must be added (as shown in below in Listing 6).

    require语句后面,添加一个声明指出这个Test: Unit:TestCase子类(清单6)。

    youdao

  • You may get a warning message when you issue the connect statement if the test database already exists.

    如果test数据库已经存在,在发出connect语句得到警告消息

    youdao

  • Note that the test for null values is gone from the for statement, because you want to handle that condition by writing a diagnostic record.

    注意null检查for语句中消失了因为希望通过诊断记录处理这种情况

    youdao

  • Crucible thesis statement, Test your thoughts in a crucible to produce new ideas to write thesis statements for the crucible.

    坩埚论文陈述测试想法坩埚中产生新的想法论文陈述的坩埚。

    youdao

  • The same print statement can be used in kernel code and user-level code, so that the driver and test programs can be managed in the same way with regard to extra messages.

    同样输出语句既可以内核代码可以用于用户级代码中,因此不管是驱动程序还是测试程序都可以用同样的方式输出消息。

    youdao

  • The same print statement can be used in kernel code and user-level code, so that the driver and test programs can be managed in the same way with regard to extra messages.

    同样输出语句既可以内核代码可以用于用户级代码中,因此不管是驱动程序还是测试程序都可以用同样的方式输出消息。

    youdao

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

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

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