simple-statement的意思|示意
[计] 简单语句
simple-statement的网络常见释义
简单语句 method一 statement的执行包括计算每个保护simple-statement(简单语句)的guard。如果某些计
simple-statement相关短语
1、 simple statement 简单语句 ; 简单陈述 ; 简单陈述式 ; 简单述辞
2、 simple statement function 简单命题函数
3、 simple array assignment statement 简单数组赋值语句
simple-statement相关例句
Like conditionals, they allow a simple statement to proceed the expression that is being switched upon.
像条件语句一样,它允许一个简单的语句位于分支的表达式之前。
We resorted to using a simple switch statement in order to define the class value with more control.
我们使用一个简单的 switch 语句,以更强的控制能力定义 class 值。
Put a; (semicolon) at the end of every simple statement.
把;(分号)放到每条简单语句的结尾处。
This method is used to implement a trace facility for the VTI purpose functions invoked during a simple select SQL statement.
该方法用于在简单的SQL选择语句期间为调用的vti目的函数实现一个跟踪功能。
Database queries can become quite intense on their own, often pegging a CPU at 100 percent for doing simple SELECT statement with reasonable size datasets.
数据库查询自身可以变得相当激烈,通常在对大小合理的数据集执行简单的SELECT语句时限定在100%的CPU。
The opposite is true: PreparedStatement is recommended when a simple statement is executed many times with different values because the statement has to be compiled only once.
相反,如果要反复执行多次一条简单的语句,并且每次使用不同的值执行,建议使用 PreparedStatement,因为语句只需编译一次。