在内部,类负责维护所汇聚的全部对象的哈希表。
Internally, the class maintains a hash table of all pooled objects.
其优化通常是减小包括这些全部对象的矩形的面积。
Optimization is mostly for reducing the rectangular area that encloses all objects.
通常,当我们获取保存其它对象的对象时,我们并不关心其中的全部对象。
Often when we are getting an object that holds other objects, we're not concerned with all of them.
为数据库对象编写命名协议的目的,就是能够轻松的定义数据库中全部对象。
The main goal of adopting a naming convention for database objects is so that you and others can easily identify the type and purpose of all objects contained in the database.
这就让您可以存储并随后从内存存储恢复全部对象,而不是在您的应用程序内手动重构它们。
This enables you to store and later recover entire objects from the memory cache, instead of reconstructing them by hand within your application.
本文中,您将开始接触最基本和基础性的有关Ajax的全部对象和编程方法:XMLHttpRequest对象。
In this article, you'll begin with the most fundamental and basic of all Ajax-related objects and programming approaches: the XMLHttpRequest object.
全部三次测试中,巴尼都先用小棍子试探。其中一个测试对象是一条橡胶蛇。
In all three trials, Barney began by using a stick for inspection. One involved a rubber snake.
它基于您已经积累的套接字对象列表进行迭代,并给它们全部发送相同的数据。
It iterates over the list of socket objects you have been accumulating and sends the same data to them all.
它能够在对象匹配上做一些基本的猜测,适配器的开发者可以很自由地全部或者部分实现和存储引擎的交互。
It provides some basic predicates for matching objects, but adapter authors are free to implement all or some of those that make sense to the storage engine.
例如,任何对象类型中的全部JDBC调用都上升到数据库级别,从而为所有的数据库调用汇总平均运行时间和请求量。
For example, all JDBC calls in any object type roll up to the database level to summarize the average elapsed time and volume of requests for all calls to the database.
实体指的的是有关可代表同一对象的一组成员所编译的全部信息。
An entity represents all information compiled about a set of members that represent the same object.
因而,自我确定的对象不是知识而是生命,历史性的生命,人类经验的全部。
Accordingly, the object of self-certitude is not knowledge but life, historical life, the totality of human experience.
对所有对象全部使用大写,包括队列管理器,以防止在异构环境中出现可移植性问题。
Use full UPPERCASE for all objects, including the queue manager, to prevent portability issues in heterogeneous environments.
这样可以找到应用程序执行期间全部内存使用的图形,对于找到哪些对象是不需要的非常有用。
It is useful to get a picture of the overall memory use during the course of application execution, to find out which objects are unnecessary.
这就是需要做的全部工作,现在单击按钮时,eco会自动地将对象存入数据库。
That's all that's necessary: ECO will now automatically store the objects in the database when the button is clicked.
因此,要注意的是一定要确保画布对象已经全部渲染到屏幕上;否则输出文件将是空的。
Therefore, take care that the Canvas object in fact has been rendered to the screen; otherwise the output file will be empty.
因此,在索引对象包含数据分区的全部索引的情况下,指定表空间时,就无法为每个单独的索引指定表空间。
Hence, while you can specify the table space where the index object containing all the indexes for a data partition go, it is not possible to specify a table space for each individual index.
另一种较高层次的API支持将全部事件对象加到输出流中。
The other, higher-level API style supports the addition of entire event objects into the output stream.
由客户机发出的对RPC适配器的调用全部基于JSON RPC,因此返回的数据被封装到 JSON对象中,后者可以在客户端快速解析。
The invocations from client to RPC adapter are all based on JSON RPC, and the returned data is encapsulated in JSON objects, which can be parsed on the client side very quickly.
当ctm中的事务提交或回滚时,与事务相关的对象所做的全部更改都一起被提交或取消。
When a transaction in a CTM commits or rolls back, all the changes made by the objects involved in the transaction are either committed or undone as a group.
假设处理模板值没有被全部输入到对象定义当中(作为应用程序指定信息或默认值)。
Consider that the process template values are not all entered in the object definition (as application specific information or default values).
既然visit对象具有它需要保存到自身的全部信息,而且我们需要显示的内容被保存在本地变量中,那么它将再次测试计数。
Now that the visit object has all the information it needs saved to it, and what we need to display is saved to local variables, it tests the count again.
它会把我们的foo . bar函数公开给脚本和ZClass,并且还有一个作为“可添加的”对象的小接口,这就是全部内容。
It will expose our foo.bar function to scripts and ZClasses, and it will also have a little interface as an "addable" object, and that's about all.
为ScriptedAction开发脚本时,Struts对象将提供进行此项工作所需的全部上下文和参数。
When developing a script for ScriptedAction, the Struts object provides all the context and parameters required to do the job.
通过将数据库的形式定义为JDBCDMS,我们拥有从数据库检索HWSystem数据对象所需的全部信息。
By defining the shape of the database to the JDBC DMS, we have all the information we need to retrieve HWSystem data objects from the database.
正如我在清单3中展示的一样,XMLHTTPRequest对象所提供的全部内容是一个名为onreadystatechange的回调机制。
As I show in Listing 3, all the XMLHTTPRequest object provides is a callback mechanism called onreadystatechange.
在这个示例中,创建隐式file对象,然后Python做余下的工作,允许对文件中的全部行进行迭代。
In this case, you create an implicit file object, and Python does the rest, allowing you to iterate over all the lines in the file.
域对象是非连续的,所以全部验证需要发生在容器内。
The fact that the domain objects are not serializable, so all the verifications need to happen within the container.
根据每个旧选项创建一个新的Option对象,从而将选择列表中的全部选项复制到新array中。
All of the options from the select list are copied to the new Array by creating a new option object from each of the old options.
根据每个旧选项创建一个新的Option对象,从而将选择列表中的全部选项复制到新array中。
All of the options from the select list are copied to the new Array by creating a new option object from each of the old options.
应用推荐