SAS程序语句组被称为进程内的一步。
然而,有时候需要在一行放多个程序语句,例如初始化变量时。
Sometimes, however, it's desirable to place multiple program statements on a single line -- when you're initializing variables, for example.
方法包含了集中在一起的程序语句的集合,并给予它们一个名字。
A method consists of a set of program statements that have been collected together and given a name.
注意清单3中扩展到多个行的程序语句是如何缩进以改善可读性的。
Notice how the program statements in Listing 3 that extend over more than one line are indented to improve readability.
本文介绍了三种Python程序语句:if语句、while循环和for循环。
This article has introduced three Python program statements: the if statement, the while loop, and the for loop.
一个复合语句包括一个流控制指令,后跟一个冒号(:),然后再是一个程序语句块。
A compound statement consists of a flow control instruction, followed by a colon character (:), followed by a block of program statements.
if语句支持一个可选的else子句,指示当布尔表达式计算为False时应该处理的程序语句块。
The if statement supports an optional else clause that indicates a block of program statements that should be processed if the Boolean expression evaluates False.
与通常的变带宽存贮方式相比,可进一步节省计算机的存贮单元,且程序语句简单、清晰、明了。
Comparing with the variable bandwidth storage pattern in common use, the computer storage unit of the proposed method can be reduced further. Moreover, the routine statements are simpler and clearer.
至此,已经看到了if语句可以如何用于根据一个特定布尔表达式的值,来执行两个程序语句块中的其中一个。
Up to this point, you've seen how the if statement can be used to execute one of two blocks of program statements, depending on the value of a particular Boolean expression.
找到创建了选择程序语句并将其发送到SubscriptionManager的那部分代码
Find the section of code that creates and sends the selector statement to the Subscription Manager
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.
Python解释器在其最简单的级别,以类似的方式操作,即从程序的顶端开始,然后一行一行地顺序执行程序语句。
The Python interpreter, at its simplest level, operates in a similar manner, starting at the top of a program and sequentially executing program statements in a linear fashion.
如果你思虑不周,你可能会认为编程仅仅是敲入一行行的程序语句而已——Ward cunningham。
If you don't think carefully, you might think that programming is just typing statements in a programming language. (Ward Cunningham).
while循环与if语句一样,支持一个可选的else子句,其中包含一个当表达式计算为False时执行的程序语句块。
The while loop, as was the case with the if statement, supports an optional else clause containing a block of program statements executed when the expression is False.
我们将在清单10介绍如何为应用程序语句指定REOPTNONE(默认)和REOPTALWAYS,并比较结果。
We will illustrate specifying REOPT NONE (default) and REOPT ALWAYS in applications for the statement in Listing 10 and will compare the results.
例如,无论何时涉及到触发器处理程序(特别是在选择程序语句中)或者内容适配器中调整器的名称,都要使用“AdjusterName。”
For example, whenever referring to the adjuster's name in the trigger handler (specifically in the selector statement) or content adapter, use "AdjusterName."
对于某些替换,需要修改程序逻辑或链接语句。
For some replacements, you may need to change the program logic or linkage statements.
它们可以取代嵌入到程序代码中的日志语句吗?
Can they replace logging statements embedded in the program code?
当程序一切正常时,删除这些语句并且发送该程序以便在生产环境中安装。
When the program was okay, those statements were removed and the program was sent to be installed in production.
应用程序仅包含SELECT语句。
来自样例应用程序的sql语句将静态执行。
SQL statements from the application are executed statically.
例如,让我们假设Purify报告了一个令您吃惊的UMR错误,因为您确实看到一个初始化您的程序的语句。
For example, let's say that Purify reports a UMR error that surprises you because you do see a statement in your program that initializes that memory.
执行以下步骤在应用程序中创建sql语句。
Follow these steps to create SQL statements within your application.
最后一个if语句永远不会执行,只是用于演示如何在程序中编写pass语句。
The last if statement is never executed and is used to demonstrate how the pass statement is coded in a program.
您可以在应用程序中嵌入下列语句或者交互发出该语句。
You can imbed the following statement in an application program or issue it interactively.
通过在策略值使用XML标记,您可以修改文本,将文本添加到实用程序语法语句,或者从中删除文本。
By using XML tags within the policy, you can modify text, add text to the utility syntax statement, or remove text from it.
捕获模式采用与JDBC驱动程序拦截器相似的方式来收集来自应用程序的sql语句,通过驱动程序到达数据库。
Capture mode ACTS like a JDBC driver interceptor to collect all the SQL statements coming from the application, through the driver and to the database.
要确保在您的应用程序中经常发出commit语句。
Be sure to issue the COMMIT statement frequently in your application.
为应用程序堆、语句堆、缓冲池和临时表空间这些区域中的本地处理调优联邦系统。
Tune the federated system for local processing in the areas of application heap, statement heap, buffer pool, sort heap, and temp tablespace.
为应用程序堆、语句堆、缓冲池和临时表空间这些区域中的本地处理调优联邦系统。
Tune the federated system for local processing in the areas of application heap, statement heap, buffer pool, sort heap, and temp tablespace.
应用推荐