• Freedom is not only knowing the objective law, transforming the object attribute and structure state, expanding the existence scope of object;

    自由既是指外在客观规律性的被认识客体属性结构状态改变,客体存在范围的外延拓展

    youdao

  • If you scope variables appropriately and reduce the use of instance variables, you can reduce this kind of object retention.

    如果适当地限制了变量范围并且减少实例变量使用可以减少此类对象保留

    youdao

  • To accomplish this effect, resolve these two issues: First, modify the object pool so that it understands the concept of scope.

    为了实现这种效果,要解决两个问题首先修改对象理解范围概念

    youdao

  • Once the context object goes out of scope, which like a database connection should be very quickly, the data objects essentially become read-only.

    数据库连接那样应该非常一旦上下文对象超出范围数据对象实质上就进入只读状态。

    youdao

  • By breadth, I mean the features that were beyond the scope of this article, such as abstract classes, interfaces, the iterator interface, reflection, exceptions, and object cloning.

    广度超出本文范围那些特性比如抽象接口迭代接口反射异常对象复制

    youdao

  • The type of report object you are working with will determine the scope of items you can add to the report object at once.

    使用报表对象类型决定添加报表对象的项目范围

    youdao

  • If you identify the intended scope of each object, you might specify to automatically release objects at the end of the scope.

    如果标识出每个对象范围可以指定这个范围结束时自动释放对象

    youdao

  • An MTF transformation results in a set of mappings that relate objects among different models; an object unbound to any mapping is considered out of the scope of the transformation.

    MTF转换结果映射,它们把不同模型中的对象联系起来;一个与任何映射都无关对象认为是位于转换域外的。

    youdao

  • Misuse of the scope for object attributes (global versus local).

    对象属性范围(全局还是本地)使用不当

    youdao

  • We set the scope of this object to application, as only one instance is needed per application.

    我们对象范围设置application因为每个应用程序需要一个此对象的实例

    youdao

  • When invoking the manageWMQ command, the object name of an installed resource adapter (server, node, or cell scope) needs to be provided.

    调用manageWMQ命令时,需要提供安装资源适配器服务器节点计算单元范围对象名称

    youdao

  • A mock is a "fake" object that allows you to focus on testing important features within the scope of the Rails project, rather than on interactions with external systems that you have no control over.

    mock一个对象它让我们能够集中精力测试Rails项目范围重要特性而不必关注无法控制的外部系统的交互。

    youdao

  • When obj goes out of scope or is explicitly assigned to null, the object is available for collection, assuming there are no other references to it.

    obj超出范围显式地指定null时,垃圾收集器就认为没有这个对象其它引用,也就可以收集它了

    youdao

  • For example, the scope object name of the sample IWidget should become SampleIWidget_100 and SampleIWidget_200 for version 1.00 and 2.00 respectively.

    例如示例IWidget范围对象名称对于版本1.002.00来说应该分别变成SampleIWidget _ 100和SampleIWidget _ 200。

    youdao

  • Next, you establish the scope of your LDAP search as well as what will be returned as a result of your search using the SearchControls object

    接下来使用SearchControls对象建立LDAP搜索范围以及搜索返回结果

    youdao

  • One of Perl's advantages over straight c, of course, is that it does heap management on objects, so that when an object passes out of scope, it will be destroyed.

    当然Perl相比直接c语言优势之一在于确实可以对象进行堆积管理这样一个对象超出范围时,被销毁。

    youdao

  • The use of categories reinforces my previous recommendation: it limits the scope of changes to Object to the body of the use clause in the easyb DSL.

    categories的使用加强之前的建议Object修改范围限制easybdsluse子句

    youdao

  • The var and scope attributes are used to specify a scoped variable that -- as a result of <fmt:parseDate> -- the Date object is assigned to.

    varscope属性用来指定限定作用域变量作为 <fmt:parseDate> 的结果),将把Date对象给该变量。

    youdao

  • The user variable is created and referenced by appending a period and name to the name of the scope object. For example, if a button has the following server-side onclick script.

    通过在scope对象名称后附加句点名称创建引用用户变量

    youdao

  • You can also use the put and get methods of the scope object. Notice that the variable names are specified as strings.

    可以使用scope对象put方法get方法。

    youdao

  • When a closure "captures" a variable it "lifts" the variable out of its local scope and effectively moves it into an anonymous object.

    闭包捕获”一个变量时,就会将这个变量提取本地范围匿名对象里。

    youdao

  • The debugging information is stored as part of the object file's symbol table and thus is limited in complexity and scope.

    调试信息作为对象文件符号一部分进行存储的,因此复杂性范围有限的。

    youdao

  • In addition, an object manager understands the concept of scope.

    另外对象管理器还理解范围概念

    youdao

  • Most object-oriented languages have constructs to constrain the visibility (or scope) of type and type-member declarations.

    大多数面向对象语言都有控制类型或者类型成员可见性(作用声明结构

    youdao

  • As for what she had brought a tree or what the wind is not the scope of my concern, nor is my object of study.

    至于带来什么或者什么不是关心范围也不是我研究对象

    youdao

  • Some of this topic goes beyond the scope of this article, but if you ever end up with XPath code that isn't behaving, you might have a misconfigured XPath object on your hands.

    其中一些主题超出本文范围但是如果遇到XPath代码工作的情况,可能是因为使用了错误配置的XPath对象。

    youdao

  • WPF application crashes if the source object of a data binding in a control is an element that is defined outside the name scope of the control.

    进行数据绑定时,如果数据源对象定义控件命名空间之外时,WPF程序会崩溃

    youdao

  • Consider the example in Listing 1, where a closure is defined in a class, and then invoked after the object variable goes out of scope.

    考虑清单1中的示例其中closure定义并且对象超出范围之外进行调用

    youdao

  • A weak reference object will keep a reference to an object that went out of scope or was set to null, until it is actually deleted by the garbage collector.

    引用对象将会保持指向一个超出作用域或者置空对象的引用,直到确实垃圾回收删除。

    youdao

  • The contents of the warranty include: the object, scope, time limit and responsibility of guarantee as well as other related matters.

    担保书内容包括担保对象范围期限责任以及其他有关事项

    youdao

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

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

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