资源释放 meaning in English
resource release
Examples
- Method handles resource release
方法处理资源释放。 - However , the " obvious " way to clean up , shown in listing 3 , doesn t work
然而,进行资源释放的“明显的”方式并不起作用,如清单3所示: - Return value which may be set to false if a catastrophic error is encountered which prevents release of the resource
返回值,如果遇到阻止资源释放的灾难性错误,该值会被设置为 - Can detect some instances of improper resource release , such as opening a stream in a method and not closing it
)这样的代码审查工具可以检测出不适当的资源释放的一些实例,比如在一个方法中打开一个流却不关闭它。 - Even later , when your service program receives a termination notice from the operating system or grid middleware , it should free up its resources
即便是稍后您的服务程序收到了操作系统或网格中间件发来的终止通知,它也应该将自己使用的资源释放掉。