查询
1 词典释义:
connection closed
时间: 2025-11-12 03:57:53

连接关闭

双语例句
  • Connection closed by foreign host.

    连接已被外部主机关闭。

  • No operations allowed after connection closed.

    连接关闭后不允许再执行操作。

  • Authentication stage error: Connection Closed Gracefully.

    认证阶段错误:连接温文地关门了。

  • It is the structure characteristics of a solid substrate connection closed sealing hole mesh structure.

    它的结构特点是一种固态基质联接的闭封口孔网状结构。

  • Composite silicate insulation material is a kind of solid substrate connection closed mouth hole mesh structure material.

    保温材料是一种固体基质联结的封闭口孔网状结构材料。

  • KeepAlive 5 at the global level of httpd.conf allows the server to handle 5 requests on a connection before forcing the connection closed.

    conf全局级的KeepAlive 5允许服务器在连接强制关闭之前处理一个连接上的5个请求。

  • Now after inactivity for 60 seconds, we get a connection closed message from the remote machine, which indicates that the auto logoff is successfully set for SSH.

    现在,在60秒的不活跃之后,我们从远程机器收到一条连接关闭消息,这表示已经为SSH成功设置了自动下线。

  • If you open the connection from within a function, and only store the variable in a local variable, the connection will be closed when that function returns.

    如果在一个函数中打开连接,并且只将句柄存储在一个本地变量中,那么当函数返回时,连接将被关闭。

  • When the script ends or when a connection is about to be closed, if you have an outstanding transaction, PDO will automatically roll it back.

    当脚本结束时,或者当一个连接即将被关闭时,如果有一个未完成的事务,那么 PDO 将自动回滚该事务。

  • The recorded VU script will have a number of set server connection statements, which are subsequently closed before the script ends.

    这个被录制的VU脚本将有很多设置服务器连接的语句,它们随后将在脚本结束之前关闭。

  • It is in this method call that the database connection is obtained and subsequently closed.

    就是在该方法调用中,我们获得然后再关闭数据库连接。

  • If the number of connections equals Minimum connections, the connection will not be closed and will remain in the free pool.

    如果连接数等于最小连接数,则该连接将不关闭,并保留在空闲池中。

  • Although it may seem logical, this has an important effect: If a database connection is closed for some reason, any database objects that it contains are also closed.

    虽然这看上去合乎逻辑,但是存在一个重要影响:如果由于某种原因关闭了数据库连接,那么也将关闭该数据库包含的所有数据库对象。

  • 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分钟没有再使用它,并且关闭该连接后,空闲池中至少还保留一个连接,则将关闭该连接。

  • On a blocking connection, a return of 0 means that the connection was closed, while -1 indicates that an error occurred.

    在受阻塞的连接中,该函数返回 0,表示连接已经关闭,而 -1 则表示连接出现错误。

  • The synchronous request connection between the Mediator and the destination System Interface is then closed.

    中介和目标系统接口间的同步请求连接随后关闭。

  • For example, you might want to verify that a native database application opened a connection, executed a query, and then closed the connection.

    例如,您可能会想要验证本地数据库应用程序是否打开了连接、执行了查询,并随后关闭了此连接。

  • The synchronous request connection between the originating source System Interface and the target System Interface is then closed.

    原始系统接口和目标系统接口之间的同步请求连接随后关闭。

  • The synchronous request connection between the System Interface and the Mediator is then closed.

    系统接口和中介间的同步请求连接随后关闭。

  • The synchronous request connection between the originating System Interface and the Mediator is then closed.

    原始系统接口和中介间的同步请求连接随后关闭。

  • The Settings shown above worked fine with a test program that opened and closed a connection several times.

    上述设置对于多次开启和关闭连接的测试程序工作得很好。

  • Max idle time: the maximum time a connection may sit idle in the pool before being physically closed.

    最大空闲时间:连接池中的连接被物理关闭前能保持空闲的最大时间。

  • Its default value is 0, which means that the connection will never be closed because it is too old.

    其缺省值为0,这意味着连接不会因为它的连接时间太长而关闭。

  • When the connection handle notifies the connection manager that it has been closed, the managed connection is cleaned up and returned to the pool.

    当连接句柄通知连接管理器它已关闭时,托管的连接就被清除并返回池中。

  • This indicates that the connection has not been closed by the application.

    这表示应用程序并未关闭连接。

  • Connection is closed.

    连接关闭。

  • The J2EE specification now states that an application can only have a single active (not closed) Session per Connection.

    J2EE 规范现在规定一个应用程序中,对每一个 Connection 只能有一个活动的(未关闭) Session 。

  • This error can occur if the Hibernate session and associated database connection is closed after the object was retrieved, but before the association was accessed.

    如果在获取对象之后关闭 Hibernate 会话和相关联的数据库连接,在访问关联之前没有恢复,那么就会发生这种错误。