多次执行 meaning in Chinese
multiple
Examples
- Iteration statements cause embedded statements to be executed a number of times , subject to the loop - termination criteria
迭代语句导致嵌入语句根据循环终止条件多次执行。 - If your system executes strings multiple times , it is a major speedup to precompile to bytecode in this fashion
如果你的系统需要多次执行字符串,以这种方式预编译成字节码可以大大提高速度。 - Parameterized queries yield better performance by compiling the query only once and executing the compiled plan multiple times
通过只编译一次查询然后多次执行编译好的计划,参数化查询可以提供更好的性能。 - Statement objects , especially if you have to execute the same statement multiple times and the only difference is a different parameter . the
对象更高,尤其是如果您必须多次执行同一条语句而差别仅在于参数不同时更是如此。 - These three statements let you change the flow of a program by selecting which statements are executed or by executing a set of statements multiple times
这三种语句通过选择执行哪些语句,或者通过多次执行一组语句,让您可以改变程序流。