In source control, branching is analogous to a file system copy operation.
在源代码管理中,分支与文件系统复制操作类似。
Tables: This field is the list of tables that were selected in the copy operation.
Tables:这个字段是复制操作选择的表的列表。
Click More for a view of the pending copy queue, as well as stats on the current copy operation.
查看挂起的复制队列以及统计的当前复制操作上,单击其他。
During the execution of a bulk copy operation, this collection can be accessed, but it cannot be changed.
在执行大量复制作业期间,可以存取这个集合,但是无法变更它。
A Copy operation from the Firefox browser allows AtomClip to build and send an Atom entry to the eXist database.
Firefox浏览器中的Copy操作允许AtomClip构建Atom条目并将它发送给eXist数据库。
Version Numbers start at 1 and are incremented each time the method is changed as a result of an edit-and-copy operation.
版本号从1开始,每当方法由于编辑并复制操作而更改时,该版本号递增。
Cannot determine local file size. You may not have permission to perform the operation. Aborting the file copy operation.
无法检测目标文件的大小,你可能没有权限执行这个操作,在拷贝文件时异常退出。
If a table is in set integrity pending state at the beginning of the copy operation, the data is not loaded into the target table.
如果在复制操作开始时表处于setintegritypending状态,那么数据不会装载到目标表中。
Use this event to inspect or modify a data object after a copy operation completes, and before proceeding with subsequent operations.
复制作业完成后,可以使用这个事件检查或修改资料物件,再继续进行后续的作业。
This saves you rebuilding the logical volumes and file systems yourself, as you would need to do before running a traditional restore or copy operation.
这样您就不必自己重新构建逻辑卷和文件系统,否则需要像以前一样进行传统的恢复或复制操作。
Changes to tables in the source schema during copy processing might mean that the data in the target schema is not identical following a copy operation.
在复制处理期间修改源模式中的表可能会导致在复制操作之后目标模式中的数据不相同。
Note that this isn't a copy operation, as demonstrated by the fact that both d1 and d2 have the same identifier values, as returned by the built-in id() method.
注意,内置的id()方法对于 d1和d2返回相同的标识符值,这说明这不是复制操作。
Effectively, RDMA allows a member's agent to simply perform what appears to be a local memory copy operation, when in fact the target is the memory address of a remote machine.
RD ma有效地使成员的代理只需执行看似本地内存复制的操作,而此时的实际目标是远程计算机的内存地址。
Two functions (in Listing 6) facilitate copying to and from the system clipboard so when you perform a copy-to operation, you take the content from the clipboard.
两个函数(位于清单6 中)便利与系统剪贴板之间的复制操作,以便您在执行 “复制到” 操作时可以获取剪贴板中的内容。
Just copy the next operation after this one and you will come up with Listing 3.
只要将下一个操作复制到这个操作的后面,您将完成清单3。
Copying a section of a document into another location or document, while not a very common operation, was the cause of much confusion and gave rise to various inventive copy procedures.
将一个文档的一部分复制到另一位置或文档,虽然不是非常常见的操作,但却是导致很多困惑的原因,并会产生各种有创意的复制过程。
Each application server that runs on the node USES a single copy of the application extracted during configuration synchronization operation.
每个在节点上运行的应用程序服务器都使用在配置同步操作期间提取的应用程序的单个副本。
This article provides a step-by-step guide you can use to perform a cross-platform heterogeneous system copy of an existing SAP system across different platforms using a redirected restore operation.
本文提供一个逐步指南,指导您使用重定向恢复操作对已有SAP系统执行跨平台异构系统复制。
Once you find such a set of files, you will often want to do something with them: remove them, copy them to another location, rename them, or some other operation.
找到匹配的文件集之后,您通常希望对它们执行某些操作:删除、移动和重命名它们等。
Load in Progress 0x20000 This is a transient state that is only in effect during a load operation (against a recoverable database) that specifies the COPY NO option.
LoadinProgress0x20000这是一种只在执行指定了COPYno选项的载入操作(针对可恢复的数据库)时才有效的临时状态。
In DOM Level 2, renaming a node was a relatively expensive operation: You had to create a new node, copy all the data to the new node, insert the new node into the tree, and delete the old one.
在DOMLevel2中,重命名一个节点的操作代价较高:必须在树中创建一个新节点,并删除老的节点。
You can easily automate the copy-and-paste operation in the spreadsheet.
在电子表格中很容易自动化复制-粘贴操作。
The CDT offers an easy way to perform this operation using the Import wizard to copy files from a file system directory into the Workbench.
CDT为执行这一操作提供了一种便捷的方法:即使用Import向导,将文件从文件系统目录复制到工作台。
The copy-and-paste operation generates the new target database objects and the Optim export file that contains metadata information that Optim TDM uses to generate the appropriately privatized data.
复制粘贴操作生成新的目标数据库对象和包含元数据信息的Optim导出文件,OptimTDM 将使用该元数据来生成适当的隐私化数据。
They block most other normal operation of the system to emphasize the modality. An example is a dialog that makes all menu commands unavailable except Cut, Copy, and Paste.
阻塞了所有正常的操作以强调其模式。例如对话框让除了剪切,复制和粘贴之外的菜单项都灰掉。
These optional screens enable some customization of the copy-and-paste operation. Some of the options in the wizard include the following.
这些可选的界面可以对复制粘贴操作进行一些定制。
Copy the wsdlsoap: binding and WSDL: operation information from the HWSSBPortComponentSoapBinding to the HelloWorldSoapBinding as follows.
从HWSSBPortComponentSoapBinding将wsdlsoap:binding和wsdl:operation的信息复制到HelloWorldSoapBinding,如下所示。
Default copy constructor does a very simple operation, they will do a bit-wise (member-wise) copy of an object, which means that the object will be copied bit by bit.
如果程序员没有提供拷贝构造函数,那么编译器会自动生成默认的拷贝构造函数。默认的拷贝构造函数会执行简单的操作,即按位拷贝对象。
The operation could not be completed because an offline address book is not available. Download a copy of the offline address book.
无法完成操作,因为脱机通讯簿不可用。请下载一个脱机通讯簿副本。
This is from She asked me if I can copy the operation began.
这全是从她问我是否能抄我作业开始的。
应用推荐