当进程退出时,系统释放所有资源,利用这一过程。
When process exits, OS releases all resources, used by this process.
当进程退出时,系统释放所有资源,利用这一过程。更精确,资源可能被释放,不是因为GC工作。
When process exits, OS releases all resources, used by this process. So, to be more accurate, resources may be released not because of GC work.
在该方法中,我们的实现将调用MessageSender的cleanup方法,后者关闭并释放它占用的所有JMS资源。
In this method, our implementation calls to the cleanup method of MessageSender, which closes and releases all JMS resources it occupied.
完成上面的操作后请调用discard方法来释放该会话所用的所有资源。
Call the discard method to release all the resources used by the session when you are done.
close()方法负责释放与调用方法所针对的JDBC元素相关的所有数据库资源。
The close() method is responsible for releasing all the database resources associated with the JDBC element that the method is invoked for.
当aspnet _ isapi检测到工作进程结束,它将自动终止请求,释放所有指配的IIS资源。
When aspnet_isapi detects that the worker process is dead, it automatically aborts the request and frees any associated IIS resources.
这时,资源适配器将执行一个有序的关闭(例如,释放网络和应用服务器资源,并将所有缓存的数据强行送回后端)。
At this point, the resource adapter should perform an orderly shutdown (for example, releasing network and application-server resources and forcing any cached data to the back end).
维护一个所有权层次结构有助于不至于失去控制,其中每个资源拥有它获得的资源并负责释放它们。
Maintaining an ownership hierarchy, where each resource owns the resources it acquires and is responsible for releasing them, helps keep the mess from getting out of control.
当关于某实例的所有文件描述符都关闭时,资源和下层对象都将释放,以供内核再次使用。
When all file descriptors for an instance are closed, the resources and underlying object are freed so the kernel can reuse them.
而对于用户和服务器进程,PMON将释放用户持有的锁,回滚每个未提交事件,并释放该进程正在使用的所有资源。
For user and server processes, PMON will release the locks held by users, roll back every uncommitted transaction, and release any resources this process is using.
资源管理器一收到提交流程就结束对可恢复资源的更新,并且释放所有抓住资源不放的锁。
Upon receipt of the commit flow, the resource manager finalizes the updates to recoverable resources, and releases any locks held on the resources.
确保及时的资源释放的一个关键技巧是维护所有权的一个严格层次结构,其中的所有权具有释放资源的职责。
A key technique for ensuring timely resource release is to maintain a strict hierarchy of ownership; with ownership comes the responsibility to release the resource.
幸运的是,所有这些都由finally语句来处理,该语句释放了copyFile所使用的所有资源。
Fortunately, all of these are handled by the finally clause, which releases all the resources used by copyFile .
除了释放会话拥有的所有资源外,discard方法还会丢弃自上一次保存以来发生的所有更改。
In addition to releasing all the resources owned by the session, this method also discards all the changes made since the previous save.
在出错时,确保所有资源包括内存分配被释放。
Make sure all resources and memory allocated are released in the error paths.
恢复视频状态,释放所有的分配资源并终结应用程序窗口。
Restores video mode, frees all allocated resources and destroys application window.
不过,派生类还应调用基实现以确保所有资源都已释放。
However, they should also call the base implementation to ensure that all resources are freed.
释放所有之前获取的资源。
释放由该组件使用的所有资源。
释放当前实例所持有的所有资源。
释放所有视图正在使用的资源,这个方法调用后,这个视图将不可用。
Release all the resources that view is using, this view will become invalid after this call.
描述如何安全地释放组件,包括如何释放组件所占用的所有资源以释放内存。
Describes how to safely dispose a component, including how to release any resources that it is holding in order to free memory.
方法必须调用以释放与流相关的所有资源。
This method must be called to release any resources associated with the stream.
必须调用以释放与流相关的所有资源。
Must be called to release any resources associated with the stream.
必须调用以释放与流相关的所有资源。
Must be called to release any resources associated with the stream.
应用推荐