The primary instance of the model is keeping long-term state and providing application logic; the copy used by the view is essentially a disposable data-access object.
模型的主实例保持长期状态,并提供应用程序逻辑;而视图使用的副本实际上是一个可任意使用的数据访问对象。
Owner Allows the user to change the owner of each new object created in the target schema after a successful COPY.
OWNER允许用户在成功的COPY操作之后修改在目标模式中创建的每个新对象的所有者。
This API performs a deep copy, which includes all the nested children of the object being copied into the new graph.
这个API执行了深度拷贝,包含所有嵌套的子对象都被复制到新的图表里面。
The semantic of this specification is that a copy of the referenced object should be created, and assigned another name.
该规范的语义是应当创建已引用对象的一个副本,并指定另一个名称。
By default, this option is disabled and a copy of each parameter object is made and passed to the invoked EJB method.
默认情况下,此选项是禁用的,并且将各参数对象的副本传递给调用的EJB方法。
For example, to unit test an object that USES a database, it may be burdensome to install, configure, and seed a local copy of the database, run your tests, then tear the local database down again.
例如,要单元测试一个使用数据库的对象,安装、配置和发送本地数据库副本、运行测试然后再卸装本地数据库可能很麻烦。
Instead, the DAOS-enabled server saves a single copy of the attachment in the DAOS repository and replaces the attachment with a reference to that DAOS object.
支持DAOS的服务器在DAOS存储库中保存一个附件副本,将附件替换为指向该DAOS对象的引用。
A prized object in the factory is the stamper, the master copy of a software product that takes great precision to produce.
压模,软件产品的主拷贝,需要极大的精度去生产,是工厂的一件弥足珍贵的物品。
A primary contributor to the complexity of memory management is aliasing: having more than one copy of a pointer or reference to the same block of memory or object.
内存管理复杂性的主要原因是别名使用:同一块内存或对象具有多个指针或引用。
Whenever a controller needs the current state of the user interface, it can use the view_state method to reference the view's copy of the model and the current transfer object.
每当控制器需要用户界面的当前状态时,它可以使用view_state方法来引用视图的模型副本和当前的传输对象。
When you copy an object reference using an ordinary (strong) reference, you constrain the lifetime of the referent to be at least as long as that of the copied reference.
用一个普通的(强)引用拷贝一个对象引用时,限制referent的生命周期至少与被拷贝的引用的生命周期一样长。
Furthermore (and for the same reason), earlier versions pickled every attribute as a deep copy of its actual Python object.
而且(出于相同的原因),早期版本将每个属性作为它实际Python对象的深层副本进行pickle。
Configuration of a WSRR Subscription object also specifies the method to use to ensure that the local copy of the resource is periodically synchronized with the Service Registry copy.
WSRRSubscription对象的配置还指定了用于确保定期将资源的本地副本与ServiceRegistry副本进行同步的方法。
So "y" is a sort of a light-weight object, rather than a copy of a range of elements.
这里“y”是一个轻量级的对象,而不是“x”数组中元素的拷贝。
Instead, Python makes a copy of the referenced object and stores it with the item being pickled.
相反,Python复制了被引用对象,并将副本和被pickle的对象存储在一起。
In the case of pickles, each is restored to an object that is equal to its original, but not identical. In other words, each pickle is a copy of the original object.
在pickle情形中,每个对象被恢复到一个与原来对象相等的对象,但不是同一个对象。
Second, whenever an object changes its role — perhaps you hire one of your graduating students to become a professor — you need to copy the data into the appropriate table and assign it a new OID.
第二,无论何时,只要对象更改了它的角色-可能您聘用了您一个刚毕业的学生作为教授-则需要将数据复制到相应的表中,并为它指定一个新的OID。
G1 selects a set of regions, pick the surviving object from those regions and copy them to another set of regions.
G1选择一组区域,从那些区域中摘出存活的对象,然后将其拷贝到另一组区域中。
In other cases, you might want to make a copy of the object definition to store and use as a backup while you continue to modify the definition of the object.
在另外的一些情况下,可能需要生成对象定义的副本作为备份来存储和使用,同时继续修改对象的定义。
The copy constructor is a special kind of constructor which creates a new object which is a copy of an existing one, and does it efficiently.
拷贝构造函数是一种特别的构造函数,用于复制已经存在的对象到新生成的对象,这是一种高效的方式。
Most of these errors are due to the tooling failing to copy the business object XSD files into the WEB-INF folder.
这些错误中的大部分都是由于该工具无法将业务对象xsd文件复制到WEB - INF文件夹而导致的。
In intrusive containers you don't store a copy of an object.
在介入式容器中,你不能保存一个对象的拷贝。
Walrus does not provide locking for object writes; however, as is the case with S3, you are guaranteed that a consistent copy of the object is saved if there are concurrent writes to the same object.
Walrus不提供对象的写锁定;但是由于它与S3 一样,因此要保证如果对同一个对象并发写入,保存的是一致的对象副本。
When we construct, copy, assign, or destroy an object of derived type, we also construct, copy, assign, or destroy those base-class subobjects.
当构造、拷贝、赋值或撤销一个派生类对象时,也要构造、拷贝、赋值或撤销那些基类的子对象。
Otherwise, the value object is a carbon copy of the bean's remote interface.
否则,值对象就成为 bean的远程接口的翻版了。
Ctrl + drag text or an object Creates a copy of the text or object. Apologies to the keyboard purists, but this useful trick does require mouse action.
Ctrl +拖动文本或对象创建文本或对象的一个拷贝抱歉,这里用到了鼠标,这破坏了快捷键的纯粹性,但是我要说,当你需要拷贝一个对象并控制其去向的时候,这是一个很有用的操作。
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 precise meaning of "copy" may depend on the class of the object.
“副本”的准确含义可能依赖于对象的类。
This guarantees that only one copy of this object will ever run, and all objects in the program will be accessing this one copy.
这可以保证只有这个对象的一个副本会进行,并在程序中的所有对象都将被访问这一个副本。
This is a "shallow" copy, which increments the reference count of the encapsulated BSTR object instead of creating a new one.
这个是一个浅拷贝,这个封装的BSTR对象的递增的引用计数器而不是创建一个新的。
应用推荐