• 同样当值类型作为参数传递给函数时,函数创建自己对象副本除非函数使用

    Similarly, when a value type is passed as an argument to a function, the function will create its own copy of the object, unless the function USES the.

    youdao

  • Walrus提供对象锁定但是由于S3 一样,因此保证如果同一个对象并发写入,保存的一致对象副本

    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.

    youdao

  • 提出了一基于动态区间映射数据对象布局算法均衡数据分配最少迁移数据方面都统计意义上优的,并且支持按照存储节点的权重分配数据和任意的数据对象副本

    A kind of algorithm for the optimal path of manipulation arm, which possesses restraint of joint turning angle based on dynamic solution region and has n degree of freedom, was put forward.

    youdao

  • 'COPY ':创建模式所有对象副本然后数据填充每个目标模式

    'COPY' : Create empty copies of all objects from the source schema, then load each target schema table with data.

    youdao

  • ' COPYNO ':创建模式所有对象副本然后数据填充每个目标模式

    'COPYNO' : Create empty copies of all objects from the source schema, then load each target schema table with data.

    youdao

  • 原始存储库副本包含同样数据地图对象是因为数据地图是不能修改的,这一点本文稍后的部分介绍。

    Both the original repository and its copy will contain the same data map objects, which is correct because data maps cannot be modified, as you'll see later in this article.

    youdao

  • 这些副本都包含原始存储库相同数据地图对象一点没错因为数据地图表单数据创建填充之后不会被修改

    These copies, however, contain the same data map objects as the original repository, which is OK because data maps are not modified after being created and populated with the form data.

    youdao

  • 规范语义应当创建已引用对象副本指定另一个名称

    The semantic of this specification is that a copy of the referenced object should be created, and assigned another name.

    youdao

  • 模型实例保持长期状态提供应用程序逻辑;而视图使用副本实际上一个任意使用数据访问对象

    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.

    youdao

  • 默认情况下,选项禁用并且参数对象副本传递调用EJB方法

    By default, this option is disabled and a copy of each parameter object is made and passed to the invoked EJB method.

    youdao

  • 首先,使用解析构建文档表示某个数量副本,并保存每个结果文档对象

    First, some number of copies of the document representations are built from parsers, with each resulting document object retained.

    youdao

  • 安全和审计日志备份启动档案副本调试信息以及很少访问对象

    Security and audit logs, backups, boot disks, archival copies, debugging information, rarely accessed large objects.

    youdao

  • 代理很多用处比如包装遗留系统调整接口管理实际对象副本等。

    Proxies have many applications, such as wrapping legacy systems, adapting interfaces to libraries, and managing copies of the real object.

    youdao

  • 'DDL ':创建模式支持所有对象副本

    'DDL' : Create empty copies of all supported objects from the source schema.

    youdao

  • 例如单元测试一个使用数据库对象安装配置发送本地数据库副本运行测试然后再卸装本地数据库可能麻烦

    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.

    youdao

  • 活动备份文件永远都不会到期只有活动备份对象才会到期(基于基础备份副本组中设置属性)。

    Active backup objects will never expire; only inactive backup objects will expire based on the attributes that have been set in the underlying backup copy group.

    youdao

  • 没有发现匹配条目备份对象绑定活动策略(请参阅归档备份副本组)中的默认管理

    Backup objects for which there is no matching entry found are bound to the default management class in the active policy set (see Archive and Backup Copy Groups).

    youdao

  • 另外一些情况下可能需要生成对象定义副本作为备份存储使用同时继续修改对象的定义。

    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.

    youdao

  • 临时变量允许应用程序本地内存中保留副本可以使用备份副本的情况下重新构建对象

    A transient variable enables the application to keep a copy in local memory, but rebuilds the object if using the backup copy.

    youdao

  • 支持DAOS服务器DAOS存储库中保存一个附件副本,将附件替换为指向该DAOS对象的引用。

    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.

    youdao

  • 这些副本包含一些至关重要属性,这些属性控制着某种类型对象(归档备份对象)的到期时间。

    These copy groups contain the crucial attributes that control the expiration of objects of this type (archive or backup objects).

    youdao

  • 通过使用ThreadLocal给予每个线程自己的特定临界对象副本我们就可以减少用。

    By using ThreadLocal, we can reduce contention by giving each thread its own copy of certain critical objects.

    youdao

  • 比如发现某些SOAP绑定创建SOAP请求多个副本每个请求都实例化为string对象——这样并没有明显理由

    For instance, I observed certain SOAP bindings create multiple copies of the SOAP request — with each request instantiated as a String objectfor no apparent reason.

    youdao

  • 每当控制器需要用户界面当前状态时,可以使用view_state方法引用视图模型副本当前的传输对象

    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.

    youdao

  • 如果将MS 03SupportPac设置定期运行,则可以通过那些脚本对象副本从而最小化线性日志记录需要

    If the MS03 SupportPac is set up to run regularly, a copy of objects can be replayed from those scripts, minimizing the need for linear logging.

    youdao

  • 而且(出于相同原因),早期版本每个属性作为实际Python对象深层副本进行pickle

    Furthermore (and for the same reason), earlier versions pickled every attribute as a deep copy of its actual Python object.

    youdao

  • 对于基于Domino产品我们建议PolicyServer上现有DefaultDominoSettings代理配置对象创建一个副本相应地修改副本

    For Domino-based products, we recommend that you create a duplicate of the existing DefaultDominoSettings agent configuration object on the Policy Server and modify the duplicate as appropriate.

    youdao

  • 作为ClearCase附加产品,ClearCaseMultiSite提供了可靠存储着所有文件系统对象(无论是二进制还是文本的)的资料库副本——地域

    As an add-on product for ClearCase, ClearCase MultiSite provides reliable replicationacross geographiesof repositories storing any file system object, whether binary or textual.

    youdao

  • WSRRSubscription对象配置指定用于确保定期将资源的本地副本ServiceRegistry副本进行同步方法

    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.

    youdao

  • 部分储存库订阅关于这些远程对象更新维护每个对象最新状态本地副本

    The partial repository subscribes to updates about these remote objects and maintains a local copy of the last known state of each.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定