More triggers and the copy function appear in this XForms form.
这个Xforms 表单中出现了很多触发和复制功能。
But for that, do I have to create a copy function in the object class?
但是,我必须在对象类创建一个副本功能?
The table can be copied to an external tool such as Excel by using the Copy function.
表格可以通过使用Copy功能复制到一个外部工具,比如Excel。
For example, a copy function should be implemented with a Ctrl-C shortcut, named copy, and given a tooltip of copy.
比如,复制功能应该使用快捷键Ctrl - c(称为Copy)实现,而且提供了一个Copy工具提示。
The communication between machines, program copy function, a substantial saving of time manually doing the program;
自动焊锡机器人机器之间通讯,程式拷贝功能,大量节省手动做程式的时间;
This warning indicates that a string copy function was used where a string comparison function should have been used.
此警告意味着在应当使用字符串比较函数的位置使用了字符串复制函数。
To avoid this aliasing effect, you need to call the built-in copy function to duplicate the list, and then assign the copy instead.
为了避免别名效应,您需要调用内置的copy函数来复制列表,然后改为对副本进行赋值。
An experiment is conducted to analyze the relations between the velocity of every memory copy function and the size of memory to be copied.
通过实验分析了各内存拷贝函数拷贝速度与拷贝内存量之间的对应关系。
The paper introduces the way how to copy the TV equipment's operate software of Henan Meteorological TV center utilizing the disk copy function of GHOST.
介绍了如何利用GHOST软件的硬盘复制功能,对河南省气象影视中心内各种含计算机影视设备的业务软件系统进行备份。
One such habit is to only ever call sort , reverse , and the like, as pure functions, and to always pass a copy of the data to be modified. You can use the built-in copy function for this purpose.
这些习惯之一是永远只以纯函数的方式调用sort和reverse等函数,并且要经常传递需要修改的数据的副本。
Copy the values to the formal parameters passed to this function.
将这些值拷贝到传递给这个函数的行参数中。
In this function you can copy historical rates between periods and actualities.
在这个功能中,您可以在期间和现状之间复制历史汇率。
If a function USES global variables heavily, it is beneficial to copy those global variables into local variables so that they can be assigned to registers.
如果一个函数要频繁的使用全局变量,我们可以使用局部变量,作为全局变量的拷贝,这样就可以使用寄存器了。
This call, should it succeed, yields the address of the first copy of the function found in a library after the one in which the call occurs.
在一个函数中进行调用之后,如果成功的话,这个调用处理库中找到的该函数的第一个副本。
Simply copy and paste the relevant function from the generated c, add the magic override line, and edit the code until it does what you want.
只要从生成的c中复制并粘贴相关函数,添加有魔力的覆盖行并编辑该代码,直到它如您所愿。
Google's new search by images function lets users copy and paste an image URL and drop it into the search box on the company's homepage, or upload a picture directly from their computer.
谷歌新发布的图片搜索功能在其主页上进行,用户只需拷贝和粘贴图片的超链接并将其拖放到搜索框中即可;用户还可直接上传自己电脑中的图片。
This function is called when the server responds to your request for a copy of the buddy note information.
在服务器响应您发出的好友通知信息副本的请求时,将调用此函数。
If you are not sure why, you might try making a separate copy of this function for each interrupt type that you catch and see what causes the extra calls.
如果想细究其原因,可以尝试针对每种终止类型获得该函数的单独副本,研究产生额外调用的原因。
The result is that system cycles are used to make the copy, as well as maintain two areas of memory largely performing the same function.
结果,系统周期被用于执行复制,并使这两个区域的内存基本上执行相同的功能。
Optim development Studio offers an easy way to copy and paste objects and data subsets between databases that are needed for a certain function in the development or test environment.
Optim DevelopmentStudio提供一种简单的方法来在开发或测试环境中的某个功能需要的数据库之间复制和粘贴对象和数据子集。
As a copy from user space, this function first checks that the buffer is readable via access_ok.
由于从用户空间复制,该函数首先使用access_ok检查缓冲区是否可读。
As expected the iPhone OS 3.0 software includes cut, copy and paste, a new search function across all the phone's features and applications and expanded parental controls.
和预期一样,iPhoneOS 3.0包含了剪切、复制和粘贴功能,一个覆盖所有软件、功能的搜索功能,以及更加透明的操作方式。
You also have to use the memalign function and strcpy to copy the data into an area of appropriate alignment.
另外,还需要使用memalign函数和strcpy 将数据复制到合适对齐的区域。
Next the function determines the length of each assignment's lvalue, by mapping the strlen function over a copy of the filtered lines.
接下来的函数确定每个赋值项的lvalue的长度,这通过将strlen函数映射到已过滤的函数的副本上来实现。
The function strncpy (3) can also be used to copy only a part of the source string into the destination.
函数strncpy(3)还可以用来仅把源字符串的一部分复制到目标中。
Also, sometimes we need to copy information between the buffer, and this is done by the AddAndFlush (..) function in the IOCPS class.
我们有时也需要在两个内存间复制信息,CIOCPS类中的AddAndFlush函数可以实现。
You can use this function to copy historical rates between periods and actualities. You enter such information as.
可以使用这个功能在期间和现状之间复制历史汇率。
Without a reference, you copy the entire array or hash onto the function call stack, and then copy it again in the function.
如果不使用引用,就需要将整个数组或hash 表复制到该函数的调用栈中,然后在函数中再次对其进行复制。
The function which drives the conversion function is now a little bit simpler since it only has to load the data, run the function, and copy it back. Here is the code (enter as convert_driver.s)
调用转换函数的函数现在简单一点了,这是因为它需要加载数据、运行函数并将结果复制回来。
The function which drives the conversion function is now a little bit simpler since it only has to load the data, run the function, and copy it back. Here is the code (enter as convert_driver.s)
调用转换函数的函数现在简单一点了,这是因为它需要加载数据、运行函数并将结果复制回来。
应用推荐