The question is: When will we next freeze over?

  • 问题是:什么时候人类将会迎来下一次的大冰冻呢?
  • 来源:互联网摘选更新时间:2026-07-14 03:14:09

  • 重点词汇
  • wepron. 我们,咱们;笔者,本人;朕;人们;
  • nextadj.下一个的;紧随其后的;
  • 会的n.Willing; will (force);[law] will;
  • 时该n.When;(after the expression used for time) at that time; then; then;
  • theart.这个;指已提到或易领会到的人或事物;指独一无二的、正常的或不言而喻的人或事物;用以泛指;与形容词连用,指事物或统称的人;用于姓氏的复数形式前,指家庭或夫妇;(指特定用途的事物)足够,恰好;每,一;当前的,本,此;(重读,表示所指的为知名或重要的人或事物)
  • freezev.(使)结冰;冷冻(食物等);严寒;冻僵,冻结;停住不动;暂停;
  • questionn.问题;议题;怀疑;考题;
  • 相关例句
1、

In the city the lakes freeze over as well.

在市内,大小湖泊也全面封冻了。

互联网摘选

2、

Each factory has an associated free connection pool.

每个工厂都有一个关联的空闲连接池。

互联网摘选

3、

But how does the free connection pool actually work?

但空闲连接池的实际工作原理是什么?

互联网摘选

4、

If a connection is in the free pool, and the elapsed time since its creation is greater than the value of the connection pool's Aged timeout property, then it is closed regardless of how long it has been since it was last used.

如果连接位于空闲池中,并且自创建以来所经过的时间大于连接池的过时超时属性的值,则将关闭该连接,无论该连接自最后一次使用以来已存在多长时间。

互联网摘选

5、

To understand how the pool maintenance thread works, return to the EJB example ( you could also use MDBs and listener ports, as all you really need is a way to get connections in the free pool).

要了解池维护线程如何工作,请返回到EJB示例(可能还要使用MDB和侦听器端口,因为实际需要的是获得空闲池中连接的方法)。

互联网摘选

6、

When an application has finished with the connection and closes it by calling connection. close(), the connection is actually left open, and is returned to the free pool so that it can be reused by another application.

应用程序完成连接并通过调用connection.close()将其关闭后,该连接实际上处于打开状态,并返回给空闲池,这样另一个应用程序就可以重新使用它。

互联网摘选

7、

By default, if a connection is put back in the free pool and not used again for at least 30 minutes, it is closed, provided that closing it will leave at least one connection in the free pool.

在缺省情况下,如果连接放回空闲池中并且至少30分钟没有再使用它,并且关闭该连接后,空闲池中至少还保留一个连接,则将关闭该连接。

互联网摘选

8、
9、

If the connection has not been used for a period longer than the value of the connection pool's Unused timeout property, the maintenance thread checks the number of connections currently in the free pool.

如果连接未使用的时间超过连接池的未使用超时属性指定的值,则维护线程会检查当前空闲池中的连接数。

互联网摘选

10、

The max-beans-in-free-pool element defines the maximum size of the free pool of EJBs for a specific entity bean, stateless session bean, or message-driven bean.

max-beans-in-free-pool元素定义了特定实体bean、无状态会话bean或消息驱动bean的EJB空闲池的最大大小。

互联网摘选

11、

If a connection is put back in the free pool within this 3-minute period, the Connection Manager immediately takes it out of the pool again and passes it to the application.

如果在这3分钟内将连接放回空闲池,则Connection Manager将立即从池中再次取出它,并将其传递给应用程序。

互联网摘选

12、

The listener port requests a connection from the Connection Manager, which looks in the free pool for jms/ CF1 and finds that it is empty.

侦听器端口从Connection Manager请求连接,Connection Manager在空闲池中查找jms/CF1,并发现空闲池为空。

互联网摘选

13、

You now have a connection c1 in the free pool, so the Connection Manager will take this connection out of the pool and make it available to the listener port.

现在,空闲池中含有连接c1,这样Connection Manager将从该池中取出此连接,并将其提供给侦听器端口。

互联网摘选

14、

The default value of the Minimum connections property is 1, which means that the Connection Manager will always try to keep at least one connection in the free pool, for performance reasons.

最小连接属性的缺省值为1,这意味着Connection Manager出于性能原因将总是尝试在空闲池中至少保持一个连接。

互联网摘选

15、

If the pool maintenance thread decides that a connection in the free pool needs to be discarded, it physically closes the connection to the JMS provider.

如果池维护线程确定需要丢弃空闲池中的连接,则它物理关闭到JMS提供程序的连接。

互联网摘选

16、

Three minutes have passed since the connection was put in the free pool, which is less than the value of the Unused timeout property for jms/ CF1.

从将连接放入空闲池起已经超过三分钟,这小于jms/CF1的未使用超时属性的值。

互联网摘选

17、

The initial-beans-in-free-pool element defines the initial number of bean instances that will populate the free pool for a specific bean class at startup.

initial-beans-in-free-pool元素定义了在启动时为特定bean类填充空闲池的bean实例的初始大小。

互联网摘选

18、

As the free pool for this factory is empty, the Connection Manager creates a new connection, c1, and returns it to the application.

因为此工厂的空闲池为空,所以Connection Manager会创建新的连接c1,并将其返回给应用程序。

互联网摘选

19、

A block is allocated from the free pool by first converting the requested bytes to an index in the bucket array, using the following equation

当从空闲池分配块时,首先使用以下公式把请求的字节数转换为bucket数组索引

互联网摘选

20、

Populating the free pool with instances improves initial response time, because initial requests for the bean can be satisfied without generating a new instance.

用实例来填充空闲池可以提高初始响应时间,因为对该bean的初始请求不用生成新的实例即可得到满足。

互联网摘选

  • 今日热词
  • 热门搜索

英语网英语词典(dict.25820.com)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈