• The case statement is another conditional statement that you can use in place of using an if statement.

    case语句另一种条件型语句,可以该语句来替代if 语句。

    youdao

  • So, each time this section of code is executed, the $TIME is checked to see if it matches the times of the case statement.

    因此每次执行这个代码时候,将检查 $TIME是否匹配case语句所指定的时间

    youdao

  • For each option, the case statement then attempts to identify the option, using either the short or long format and setting a variable.

    对于每个选项case语句尝试识别选项——使用格式格式设置一个变量

    youdao

  • The case statement works like its counterparts in traditional programming languages: It compares its argument to each pattern in a list; when a match is found, the corresponding code executes.

    case语句工作方式传统编程语言中的对应结构相似参数列表中的每个模式比较找到匹配项时,则执行对应代码

    youdao

  • Ghisleni said McDonald's could appeal the case, and the Brazilian headquarters of the chain said in an e-mailed statement Thursday it was weighing its legal options.

    吉斯·莱尼称麦当劳对此提起上诉,麦当劳连锁店巴西总部本周份邮件声明中正在权衡是否要采用法律手段。

    youdao

  • Jumping into a statement expression with goto or using a switch statement outside the statement expression with a case or default label inside the statement expression is not permitted.

    允许使用switch语句或是goto跳入到声明表达式中。

    youdao

  • "For whatever reason, they were still hanging out on the Antarctic continent," Case said in a statement.

    无论是什么原因它们确实一直南极大陆上生活,”凯斯份声明中

    youdao

  • In the first case, the constraint specification is consistent; in the second case, no statement about consistency can be made.

    第一情况下,约束规范一致的,在第二种情况下,不能一致性给出结论

    youdao

  • After you have the cursor, you can tell it to give you the next record, in which case it moves down the list of records, in the order specified by the SQL statement.

    创建游标可以通知提供一个记录情况下,它会sql语句指定顺序记录列表下方移动

    youdao

  • Unlike elapsed time, in case of a declare cursor statement the CPU time is the sum of open, all fetched and close.

    消耗时间不同,对于声明游标语句CPU时间打开游标、所有读取操作关闭游标时间总和

    youdao

  • Each use case is represented by an oval, and labeled with a declarative statement that describes what action the use case is intended to perform.

    每个一个椭圆形代表,用描述这个用例将要执行什么样行为说明型陈述进行标注

    youdao

  • According to the statement, the training will include lectures and case studies to improve civil servants' loyalty to the country and people, as well as their sense of responsibility and honesty.

    公告中还指出培训通过讲座案例学习提高公务员国家人民忠诚度,同时提高他们责任感诚信度

    youdao

  • In each XML file, you'll find a similar case-sensitive target statement that specifies where the content belongs in the navigation of a solution information project.

    每个XML文件中,都发现一个类似的区分大小写目标语句这个语句指定内容属于解决方案信息项目导航中的哪个位置

    youdao

  • Listing 5 shows the customary XML declaration, followed by a DOCTYPE statement that locates the DTD, in this case pointing at detail related to grammars.

    清单5中首先展示常规XML声明然后一个定位DTDdoctype语句例中指向与文法相关详细信息

    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

  • I typically have the problem statement, any relevant use-case descriptions, the UML diagrams, and the code all in front of me at the same time as I work.

    通常工作同时我会问题陈述所有相关用例描述UML代码放在面前。

    youdao

  • In that case, the SELECT statement verified that the tables were created and loaded properly.

    示例中select语句验证是否已正确创建加载

    youdao

  • To get past the last IF statement we simply populate the password with the user name in case of SSO.

    为了通过最后一个IF语句,只需对于sso用用户名填充密码

    youdao

  • "Her attending GP, through his quick response in activating the 993 ambulance for the patient, had also helped to minimise the spread of infection from this case, " said a ministry statement.

    病人警惕,993救护服务得知情况后的迅速出动使得传染的几率降最低,”一个卫生部发言人

    youdao

  • I'll qualify the statement in case I'm wrong by saying that probably by the time you read this the event will have happened.

    发表声明以防犯错,声明阅读本文时事件可能发生

    youdao

  • In this case, clear the login data with the DROP REMOTE SERVER statement and recreate the login data.

    这种情况下使用DROPREMOTEserver语句清除登录数据然后重新创建登录数据。

    youdao

  • For example, you can use it in combination with a case statement to choose the right aliases, as per the ps examples in the previous section, like Listing 10.

    例如可以按照一部分中的ps示例,将该命令case语句结合使用选择正确别名清单10所示。

    youdao

  • That implies we'd have to change the final if statement considerably to allow for user name only, but only in the case of SSO.

    意味着必须修改最后一个IF 语句,允许只有用户情况,但是这个逻辑适用于 SSO。

    youdao

  • Stephanie Cox, Zhu’s court-appointed attorney, is not commenting on the case but eventually will release a statement, a secretary at her office said.

    法庭为朱海洋指定的代理律师StephanieCox目前仍此案作出评论,办公室秘书表示,他将会发表一则声明。

    youdao

  • The prior section discussed the two submission elements and highlighted two statements in each submit definition that referenced the same tokens these case statement reference, teo and yah.

    前面部分讨论submission元素重点研究了每个submit定义中的两条语句,该语句引用case 语句引用相同标志,即teo 和 yah。

    youdao

  • Although it isn't the optimal solution, multiple elif statements can be used to mimic the switch case statement present in some other languages.

    尽管不是优的解决方案,但是多个elif语句可以用于模拟其他一些语言中的switchcase语句

    youdao

  • Consider the code above and realize that any enumerated value not specifically processed by a case statement is instead processed by the default statement.

    研究以上代码可以看出任何没有case语句处理枚举都会default语句处理。

    youdao

  • Consider the code above and realize that any enumerated value not specifically processed by a case statement is instead processed by the default statement.

    研究以上代码可以看出任何没有case语句处理枚举都会default语句处理。

    youdao

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

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

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