定义程序变量,通常以斜体显示。
Defines a programming variable. Typically renders in an italic font style.
将应用程序变量绑定到预备语句中的参数标记。
Bind application variables to parameter markers used in a prepared statement.
其中' ? '表示代入应用程序变量值的位置。
The '? 'indicates the position where values of application variables can be substituted.
在相应的Web服务变量值字段中输入应用程序变量的名称。
Enter the application variable names in the appropriate Web service variable value field.
将这些应用程序变量存储在关系数据库中是否可取还有待于进一步论证。
Whether storing these application variables in a relational database is a good idea or not is subject to some debate.
参数化值允许您绑定到应用程序变量、用户标识和选择以及其他数据。
Parameterized values allow you to bind to application variables, user identities and choices, and other data.
使用SQLBindCol函数将应用程序变量绑定到结果集中的列。
Bind application variables to the columns from the result set using the SQLBindCol function.
用于与DB 2交换XML数据的应用程序变量的数据类型决定了如何得到编码。
The data type of the application variables which you use to exchange XML data with DB2 determines how the encoding is derived.
始终匹配DB 2列数据类型与应用程序变量数据类型或JDBCset方法。
Always match the DB2 column data type to the application variable data type, or the JDBC set method.
本文提出了程序变量的相关性概念和求相关变量的算法。为软件维护增添了一个新内容。
The concept of relative program variables is given and the algorithm for finding out the relative variables in program is presented, thus adding a little new content to the software maintenance.
一旦应用程序变量被绑定到某个参数标记,这种关联就会一直保持下去,直到相应的语句句柄被释放。
Once an application variable is bound to a parameter marker, the association remains until it is overridden or until the corresponding statement handle is freed.
在SQLite命令行提示栏,输入清单3中的SQL命令,为应用程序变量创建一个数据库表。
At the SQLite command line prompt, enter the SQL commands shown in Listing 3 to create a database table for the application variables.
可以使用SQLBindParameter函数将应用程序变量与参数标记绑定,并使之关联。
Application variables are bound and associated with the parameter markers using the SQLBindParameter function.
然后,每当我们调用fgets()或getc() ,数据被传递到我们的程序变量(line 或 c )中。
Then, whenever we call either fgets() or getc(), the data is passed into our program variables (line or c).
本文讨论了资源环境项的使用,它是作为对特定于环境的应用程序变量使用属性文件或部署描述符文件的一种代替方法。
This article discussed the use of resource environment entries as an alternative to using properties files or deployment descriptor files for environment-specific application variables.
您可以通过重复调用SQLFetch函数,将结果集中的值读取到绑定的应用程序变量中,直到没有可用的数据为止。
You can fetch values from the result set into the bound application variables by calling the SQLFetch repeatedly until there is no data available.
Debug视图(不要与Debug透视图混淆)展示了调用栈(call stack),Variables视图展示了程序变量的当前状态,而Console视图则展示了程序。
The Debug view (not to be confused with the Debug perspective) shows the call stack, the variables view shows the current state of the program's variables, and the Console view shows the program.
您可以从GCC得到提示:为每个应用程序维护多个环境变量集,并根据手头的工作从一个集合切换到另一个集合。
You can take a cue from GCC: maintain many sets of environment variables per application and switch from one pool to another depending on the work at-hand.
在静态SQL程序中使用主机变量也可以获得类似的好处。
Using host variables in a static SQL program would have a similar benefit.
清单3显示了程序头文件中的变量声明和子例程调用。
Listing 3 shows the variable declaration and subroutine calls from the program header.
第一项任务是检查用法是否正确,接着检查程序中所使用变量的定义。
The first task is to check for proper usage, followed by the definition of the variables used in the program.
清单9中演示的上下文接口允许应用程序提供模板变量替换值的定制解决方案。
The context interface, illustrated in Listing 9, allows an application to provide customized resolution of the template variable replacement values.
如果应用程序中的变量将不发生变化,那么一个线程局部缓存比较行得通。
If the variables in your applications are not going to change, then a thread-local cache makes sense.
每一次线程或者程序结束的时候,变量视图都会列出范围内的变量。
The variables view lists in-scope variables each time a thread or the program stops.
reviewStartRequest事件处理程序的输入变量。
SPE程序中main() 函数的返回值被存储到PPE 程序的变量状态中。
The return value from main() in the SPE program is stored into the variable status in the PPE program.
让我们首先查看许多PHP应用程序中的一项常用技术;将某些种类的信息存入程序开头的变量赋值语句中。
Let's start by looking at a common technique in many PHP applications: placing certain kinds of information in variable assignment statements at the top of the program.
这个变量假定中断处理程序和该锁之间没有交互。
This variant assumes no interactions with interrupt handlers and this lock.
这个变量假定中断处理程序和该锁之间没有交互。
This variant assumes no interactions with interrupt handlers and this lock.
应用推荐