此分配行为用于将数值从一个变量复制到另一个变量。
The Assign activity is used to copy values from one variable to another.
赋值活动允许您将值从一个变量复制到另一个变量或复制到初始化变量。
An assign activity lets you copy values from one variable to another or to initialize variables.
使用这些消息构建变量,这些变量复制了单独任务的输入和输出端的数值(正如前面章节所论述的那样)。
The Messages are used to construct the variables that copy values between inputs and outputs of individual tasks (as discussed in the previous section).
需要对其他的环境变量进行导出、或使得它们全局可用,并将它们复制到从命令行中启动的每个命令的进程空间(即环境)。
Other environment variables are exported, or made globally available, and are copied into the process space (the environment) of every command you launch from the command line.
除了按照发明者所计划的方式来使用该语言之外,这样做可避免复制和重新设置局部变量。
This avoids the copying and resetting of the local variables in addition to using the language in the way as it was intended by its inventors.
然后仅从原始位置复制这些单元,并带上其引用的变量。
Only those units are then copied from the original source with the variables they refer to.
我们需要复制该变量的值以使创建新的变量更加简单,因此继续下一步,将该变量的值复制到剪贴板。
We want to copy the value of this variable to make creating the new one easier, so go ahead and copy the value of that variable to the clipboard.
它对存储局部变量的位置进行重新排序,并复制函数参数中的指针,以便它们也在任何数组之前。
It reorders where local variables are stored, and copies Pointers in function arguments, so that they're also before any arrays.
注意所有声明的变量(使用DMA复制的)都是按四字边界对齐的且都是四字的整数倍。
Note that all of the declared variables which will be copied using DMA are aligned on quadword boundaries and are multiples of quadwords.
将SQLSTATE和SQLCODE的值复制到处理程序的第一个语句的本地变量中,这是一种常见的做法,如清单11所示。
It is a common practice to copy the values of SQLSTATE and SQLCODE into local variables in the first statement of the handler, as shown in Listing 11.
如果有必要的话,TagLibrary变量还可以复制JAR文件以及其他的资源,例如形式单到项目中。
Tag Library variables can also copy JAR files and other resources, such as style sheets, into the project, if necessary.
_ Startup方法将该信息复制到局部变量并挂钩任何必要的事件处理,如图7所示。
The _startup method copies this information into local variables and hooks up any necessary event handling, as shown in Figure 7.
因为我们希望添加的wsdl与所输入的完全一致,所以XSLT只是将WSLT变量wsdl的值复制到输出上。
Because we want to add the WSDL exactly as it is entered, our XSLT simply copies the value of the XSLT variable WSDL to the output.
FTP_REMOTEDIR变量是构建结果要复制到的FTP服务器的位置
The FTP_REMOTEDIR variable is the location on the FTP server where the build results will be copied
将FTP_SERVER和FTP _ PORT变量设置为构建结果要复制到的FTP服务器的主机名和端口。
Set the FTP_SERVER and FTP_PORT variables to the hostname and port of the FTP server to which the results of the build will be copied.
在ByVal参数为本地变量时,ByRef变量必须将自己的值复制回所有环境下的调用方法里。
While ByVal parameters are effectively local variables, ByRef variables have to copy their value back to the calling method under all circumstances.
这里,我们将由argno(初始时被设为1以指向命令本身后的第一个实际参数)索引的当前参数复制到字符串变量s1。
Here we copy the current arg, indexed by argno (which was initially set to 1, to point to the first actual arg after the command itself) to string var s1.
下图显示了一个分配行为如何通过复制变量的信息部分将任务的输出信息复制到后续任务的输入端。
The figure below shows how an Assign activity copies the output of one task to the input of a subsequent task by copying the message parts of variables.
与以前一样,可以使用xsl: copy- of将整个idn树复制到输出,但是也可在路径表达式中使用该变量而不需要转换成节点集。
You can use XSL: copy-of to copy the whole IDN tree to the output, as before, but you can also use the variable in a path expression without a node-set conversion.
但是,这个方法将所选函数的指针复制到一个局部变量中,然后用function对象的call方法调用这个函数。而不是直接调用它。
However, the method copies a pointer to the selected function into a local variable, and then calls the function with the call method of the function object, rather than calling it directly.
这个程序试图在一个尚未分配的内存中保存数据:它执行一个字符串复制操作,将arr中的数据复制到p变量中。
This program tries to store to an unallocated memory location by doing a string copy from arr to the p variable. The expected result is a SEGSEGV signal, as you can see
要想访问派生的数据类型,应该使用copy_userdata函数,它把所需的数据从非vue变量(也就是从参数指向的内存)复制到Vue脚本变量。
To access derived data types, you use the copy_userdata function, which copies the required data from a non-vue variable, that is, from memory pointed by an argument to a vue script variable.
虽然input1变量的类型与output1变量相同,但是不会将该类型自动复制到out put1变量。
Although the input1 variable has the same type as the output1 variable, the type is not automatically copied to the output1 variable.
上面的代码将此属性的内容(即实际消息有效负载)复制到“payload”变量中。
The code above copies the contents of this property (that is, the actual message payload) into the "payload" variable.
对 cluster_replicator 变量的设置,设置了集群复制器的数目。
The setting cluster_replicator sets the number of cluster replicators.
使用前将委托复制到局部变量,以避免并发冲突。
Copy a delegate to a local variable before publishing to avoid concurrency race condition.
应用前将委托复制到局部变量,以避免并发冲突。
Copy a delegate to a local variable before publishing to avoid concurrency race condition.
如何将一个字符串变量的内容复制到剪贴板?
How to copy the contents of a string variable to the clipboard?
数组变量持有一个指针,它指向构成数组元素的数据及秩和长度信息,赋值语句仅复制此指针。
An array variable holds a pointer to the data constituting the array elements and the rank and length information, and an assignment copies only this pointer.
当将一个对象变量赋给另一个,或传递一个对象变量到过程,仅有引用指针被复制。
When you assign one object variable to another, or pass an object variable to a procedure, only the reference pointer is copied.
应用推荐