参照西门子802S数控系统编程规范,对NC程序头、起始部分、程序尾等所涉及的控制语句和变量进行了重新调整和设计;
These correlative control sentences and variables are adjusted and designed renewedly that are for CNC head and start and tail ect, according to programme criterion about 802S.
但是,我们控制所有类型的缓存器,数据分布缓存器、字典缓存器、SPL例程缓存器和sql语句缓存器。
But we do have control on all kinds of cache, Data-distribution cache, Dictionary cache, SPL routine cache, and SQL statement cache.
如果条件的求值结果为FALSE或NULL,那么将绕过循环,并且控制被传递给下一条语句。
If the condition evaluates to FALSE or NULL, the loop is bypassed, and control passes to the next statement.
如果条件的求值结果为TRUE,那么就将执行语句列表,在循环的顶部恢复控制。
If the condition evaluates to TRUE, the statement list is executed, then control resumes at the top of the loop.
还可以通过GRANT和revoke语句控制对存储过程的访问。
You can also control access to stored procedures through GRANT and REVOKE statements.
该参数控制由连接池缓存的最大预编译语句数。
This parameter controls the maximum number of prepared statements cached by a connection pool.
使用grant语句可以控制对视图的访问,以免所有用户都能查看数据。
Access to the view can be controlled using GRANT statements, so that not every user could view this data.
在执行UNLOAD 时,您还可以生成相应的LOAD控制语句,并使用它加载数据到任何DB2子系统中的相同或类似的表中。
While doing an UNLOAD, you can also generate corresponding LOAD control statement and use it for loading data to the same or a similar table in any DB2 subsystem.
然而,JDBC提供了对sql语句的执行的细粒度控制,并提供了真正的动态sql能力。
However, JDBC provides finer-grained control over the execution of SQL statements and offers true dynamic SQL capability.
每个在控制部分,比如for语句中的;(分号)后须跟一个空格。
Each; (semicolon) in the control part of a for statement should be followed with a space.
清单7还显示了如何嵌套return语句,以精确地控制查询生成的结果集。
Listing 7 also demonstrates how you can nest return statements to precisely control the result set generated by the query.
merge语句可被应用到基于标签的访问控制(LBAC)表中。
The merge statement can be applied on label-based access control (LBAC) tables.
每次在完成了单个路径且控制返回给Propagate节点后的语句时,原始消息(InputRoot)就可用。
The original message (InputRoot) is available each time after control is returned to the statement following the Propagate node when the individual path is completed.
正如所提到的,这两个特征是Python中流控制语句所必需的。
As mentioned, these two characteristics are required in Python for flow control statements.
我们使用一个简单的switch语句,以更强的控制能力定义class值。
We resorted to using a simple switch statement in order to define the class value with more control.
前三个钩子几乎不需要解释,但有一个例外:flitter_update中的if语句确定版本控制是否启用。
The former three hooks require little explanation, with one exception: the if statement in flitter_update determines whether versioning is enabled.
接下来的三章补充一些基础性知识,主要是讨论控制语句、队列以及如何写出你自己的方法。
The next three chapters fill out the basics, with discussion of control statements, arrays, and how to write your own methods.
但可惜的是,这也意味着您将不能控制哪个预备语句将被缓冲,而只能控制被缓存的语句的数目。
Unfortunately, this also means that you do not have control over which prepared statements are pooled, only the number of statements that are cached.
根据您需要的业务逻辑,按照目标区域定义和IF 语句分离元素安全性控制多维数据集中的区域。
Separate the areas in the element security control cube by target area definitions and by IF statements according to the business logic you need.
它的一个特征是有一条修订语句,我是使用由修订控制系统扩展的关键字来定义该语句的。
It features a revision statement, which I define using a keyword to be expanded by the revision-control system.
为获得更大的灵活性,动态SQL允许通过SETCURRENTdegree语句在一个计划或包中更改这个选项,该语句可以控制专用寄存器中的值。
For further flexibility, dynamic SQL allows for changing this option within a plan or package by the SET CURRENT DEGREE statement, which controls the value in a special register.
如果没有为条件声明处理程序,DB 2将把控制器传递到SQL过程体中的下一个语句。
If you have not declared a handler for a condition, DB2 passes control to the next statement in the SQL procedure body.
GO TO标签语句可以无条件地退出循环,并将控制权转移到跟在指定的语句标签之后的可执行语句或语句块。
The GOTO label statement can unconditionally exit from a loop and transfer control to the executable statement or statement block that follows the specified statement label.
最后,检查该控制台以查看该拦截器的打印语句(图78)。
Finally, examine the console to see the print statements for the interceptor (Figure 78).
SQLJ提供了独特的使用静态SQL语句进行开发以及在DB2包级别控制访问的能力。
SQLJ provides the unique ability to develop using static SQL statements and control access at the DB2 package level.
对于表3左侧列的DB 2示例,如果某条sql语句失败并生成一个错误,那么控制将被传递给条件处理程序。
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.
带注释的接口为管理整个应用程序的sql语句提供一个集中控制点。
The annotated interface that defines the data access object provides a central control point to manage the SQL statements for the entire application.
除了语句pack外,还有语句grid和place,它们除了布局部件外,更可以对部件进行出色的纹理控制。
In addition to pack, there are also grid and place, which provide finer-grained control over the way widgets are laid out.
大括号应该在所有复合语句中使用,即使只有一条语句,当它们是控制结构的一部分时,比如一个if或者for语句。
Braces should be used around all statements, even single statements, when they are part of a control structure, such as an if or for statement.
Python中的第二种流控制语句是while循环,它在一个表达式计算为True时执行一个程序语句块。
The second type of flow control statement in Python is the while loop, which executes a block of program statements while an expression evaluates True.
应用推荐