• In Listing 14, a condition statement is used to display this extra expiration information.

    清单14中,使用一个条件语句显示这些额外的过期信息

    youdao

  • The balance sheet, also known as the statement of financial condition, basically tells you how much a company owns (its assets), and how much it owes (its liabilities).

    资产负债表也是我们所财务状况报表基本上告诉了公司多少钱(即资产)多少钱(即债务)。

    youdao

  • This condition can apply in an inference rule, as a Fraud is created or in a stream processing statement if the transaction event is part of a stream.

    这个条件可以应用推导规则(创建欺诈),如果交易事件组成部分,还可以应用处理陈述中

    youdao

  • You can use a SIGNAL statement to raise an error condition if the business rule defined in your trigger is violated.

    如果违反了触发器定义业务规则,就可以使用signal语句抛出一个错误条件信号。

    youdao

  • If a statement raises a condition for which a handler exists, the values of the SQLSTATE and SQLCODE variables are available at the beginning of the handler execution.

    如果条语句发出存在处理程序条件那么SQLSTATESQLCODE变量可以开始执行处理程序时获得。

    youdao

  • Most programming languages have something called an assert-a statement that stops the processing when a certain condition is met, such as an unexpected value in an important variable.

    大多数语言都具有一项称为断言的特性,一种会在满足某项条件停止处理语句例如重要变量出现超出预料的

    youdao

  • You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.

    可以通过许多方法来测量代码覆盖率通过评估代码行语句覆盖面条件覆盖面、分支覆盖面等等

    youdao

  • If the condition evaluates to TRUE, the statement list is executed, then control resumes at the top of the loop.

    如果条件结果为TRUE那么将执行语句列表循环的顶部恢复控制

    youdao

  • If the condition evaluates to FALSE or NULL, the loop is bypassed, and control passes to the next statement.

    如果条件的求结果为FALSENULL,那么将绕过循环并且控制被传递一条语句。

    youdao

  • If a statement in your SQL procedure raises an SQLWARNING or NOT FOUND condition and if you have declared a handler for the respective condition, DB2 passes control to the corresponding handler.

    如果SQL过程语句发出SQLWARNINGNOTFOUND条件并且相应条件声明处理程序,那么DB 2将把控制转移相应的处理程序。

    youdao

  • A transition condition is a true or false statement that the processor may use to determine the current state of any particular activity.

    转移条件就是或者语句处理器借以判定任何一个特定活动的当前状态

    youdao

  • If you want to start the event monitor only for specific applications, specify an event condition in the CREATE event monitor statement syntax shown in Figure 30.

    如果希望只为特定的应用程序启动事件监视器,那么CREATEEVENTmonitor语句语法指定事件条件30

    youdao

  • In the case of the DB2 example in the left column of Table 3, if a particular SQL statement fails and generates an error, control is passed to the condition handler.

    对于3左侧DB 2示例如果条sql语句失败生成一个错误,那么控制传递给条件处理程序。

    youdao

  • After adding the new condition, you will see a conditional statement dropdown menu, which will have options such as "Less than," "Less than or equal to," "Greater than", and so forth.

    加入新的条件就会看到一个菜单式的条件语句,包括诸如小于(Lessthan)”、“小于等于(Less than or equalto)”、“大于(Greater than)”等选项

    youdao

  • Goal (Goal) a Goal is a statement about a state or condition of the enterprise to be brought about or sustained through appropriate Means.

    目的(GOAL)目的企业将要达到状态状况描述

    youdao

  • Business Goals are defined to be a statement of the expected state or condition of the business if the business Directives take effect as expected.

    业务战略目标(Business Goal)陈述业务指示发挥预期作用情况下应该实现业务状态

    youdao

  • Selecting any mapping statement in the Script Pane shows all source and target mappables referenced in the statement, such as mapping source, loop iterator, condition, where clause, and so on.

    Script窗格中选择任何映射语句将显示语句所引用所有目标映射对象,映射源、循环迭代器条件where子句,等等。

    youdao

  • For example, a programmer might include the assertion that you should never reach the default condition in a switch statement.

    例如程序员可能会程序中包含断言使永远也不会到达switch语句中的default条件

    youdao

  • Often, these two statements are placed in the body of an if statement so that the continue or break action is triggered by a special condition.

    两个语句通常放在if语句中,以便特殊条件触发continuebreak操作

    youdao

  • A while loop within bash allows you to execute a statement a given number of times, or until a certain condition is met.

    bash中的while循环可以重复执行语句一定次数,或者一直执行到满足一条件为止。

    youdao

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

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

    youdao

  • The WHILE statement defines a set of statements to be executed until a condition that is evaluated at the beginning of the WHILE loop is false.

    while语句定义了一个语句集合,如果WHILE循环开始时某个条件求值结果false,那么就执行这个语句集合。

    youdao

  • The REPEAT statement defines a set of statements to be executed until a condition that is evaluated at the end of the REPEAT loop is true.

    REPEAT语句定义了一个语句集合,如果 REPEAT循环结束时某个条件求值结果 true,那么执行这个语句集合。

    youdao

  • This statement assigns TaxRate (ref) to the Connecticut tax rate (calculate) only if the user lives in Connecticut (relevant condition).

    条语句用户居住康涅狄格州(relevant条件)时,才将TaxRate (ref)赋值为康涅狄格州税率(calculate)。

    youdao

  • Note: This task assumes that the reference will be in the title, but you can be more thorough by expanding the logical condition into an or statement and searching more of the feed.

    注意任务假设标题存在引用但是可以使用OR语句扩展逻辑条件搜索更多feed

    youdao

  • Because the condition lamp1 lamp3 returned -1, the statement lamp1 < lamp3 returns true.

    因为条件lamp1lamp3返回-1,所以语句 lamp1 < lamp3返回true

    youdao

  • The join condition is the on clause filter specified in the merge statement.

    merge语句的on子句指定联接条件

    youdao

  • If you have not declared a handler for a condition, DB2 passes control to the next statement in the SQL procedure body.

    如果没有条件声明处理程序DB 2控制器传递SQL过程中的下一个语句

    youdao

  • If you have not declared a handler for a condition, DB2 passes control to the next statement in the SQL procedure body.

    如果没有条件声明处理程序DB 2控制器传递SQL过程中的下一个语句

    youdao

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

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

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