Freedom is not only knowing the objective law, transforming the object attribute and structure state, expanding the existence scope of object;
自由既是指外在的客观规律性的被认识,客体属性、结构状态的被改变,客体存在范围的外延拓展;
If you scope variables appropriately and reduce the use of instance variables, you can reduce this kind of object retention.
如果您适当地限制了变量的范围并且减少实例变量的使用,则可以减少此类对象保留。
To accomplish this effect, resolve these two issues: First, modify the object pool so that it understands the concept of scope.
为了实现这种效果,要解决两个问题:首先,修改对象池,让它理解范围的概念。
Once the context object goes out of scope, which like a database connection should be very quickly, the data objects essentially become read-only.
就像数据库连接那样应该非常快,一旦该上下文对象超出范围,数据对象实质上就进入只读状态。
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.
广度指的是超出本文范围的那些特性,比如抽象类、接口、迭代器接口、反射、异常和对象复制。
The type of report object you are working with will determine the scope of items you can add to the report object at once.
您所使用的报表对象的类型会决定您能一次添加到报表对象的项目范围。
If you identify the intended scope of each object, you might specify to automatically release objects at the end of the scope.
如果标识出每个对象的范围,就可以指定在这个范围结束时自动释放对象。
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转换的结果是一组映射,它们把不同模型中的对象联系起来;一个与任何映射都无关的对象被认为是位于转换域外的。
Misuse of the scope for object attributes (global versus local).
对象属性范围(全局还是本地)的使用不当。
We set the scope of this object to application, as only one instance is needed per application.
我们将此对象的范围设置为application,因为每个应用程序只需要一个此对象的实例。
When invoking the manageWMQ command, the object name of an installed resource adapter (server, node, or cell scope) needs to be provided.
调用manageWMQ命令时,需要提供安装的资源适配器(服务器、节点或计算单元范围)的对象名称。
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项目范围内的重要特性,而不必关注与无法控制的外部系统的交互。
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时,垃圾收集器就认为没有对这个对象的其它引用,也就可以收集它了。
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.00和2.00来说应该分别变成SampleIWidget _ 100和SampleIWidget _ 200。
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的搜索范围以及搜索返回的结果
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语言的优势之一是在于它确实可以在对象上进行堆积管理,这样当一个对象超出范围时,就会被销毁。
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的修改范围限制为easybdsl中use子句。
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.
var和scope属性用来指定限定了作用域的变量(作为 <fmt:parseDate> 的结果),将把Date对象赋给该变量。
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对象名称后附加句点和名称来创建并引用用户变量。
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方法。
When a closure "captures" a variable it "lifts" the variable out of its local scope and effectively moves it into an anonymous object.
当一个闭包“捕获”一个变量时,它就会将这个变量提取出它的本地范围,移到一个匿名对象里。
The debugging information is stored as part of the object file's symbol table and thus is limited in complexity and scope.
调试信息是作为对象文件的符号表的一部分进行存储的,因此复杂性和范围是有限的。
In addition, an object manager understands the concept of scope.
另外,对象管理器还理解范围的概念。
Most object-oriented languages have constructs to constrain the visibility (or scope) of type and type-member declarations.
大多数面向对象语言都有控制类型或者类型成员可见性(作用域)声明的结构。
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.
至于她带来的是什么树或者什么风,并不是我关心的范围,也不是我研究的对象。
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对象。
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程序会崩溃。
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定义为类,并且在对象超出范围之外后进行调用。
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.
一个弱引用对象将会保持一个指向一个超出作用域或者被置空的对象的引用,直到它确实被垃圾回收删除。
The contents of the warranty include: the object, scope, time limit and responsibility of guarantee as well as other related matters.
担保书内容包括:担保对象、范围、期限和责任以及其他有关事项。
应用推荐