finalizer
美
英 
- 網(wǎng)絡(luò)終結(jié)器;終結(jié)函數(shù);終結(jié)方法
例句
There is no guarantee when a finalizer will be run, or even if it will be run at all.
無(wú)法保證終結(jié)器將在何時(shí)運(yùn)行,或者甚至它是否會(huì)運(yùn)行。
Consider a misbehaving finalizer trying to log information to a database that is offline.
請(qǐng)考慮這樣一種情況,運(yùn)行不正常的終結(jié)器試圖將信息記錄到脫機(jī)的數(shù)據(jù)庫(kù)。
This dissertation regards Linshu as the comprehensive synthesizer and finalizer of the theory of ancient Chinese proses.
本文把林紓古文論定位于“中國(guó)古文論的集成與終結(jié)”。
Recycling can clean up resources on the finalizer thread , it is still important to put cleanup code in the correct place .
回收可以清理終結(jié)器線程的資源,將清除代碼位置在正確的位置仍很重要。
This means that no subclass of that class can declare a finalizer.
這意味著該類的任何子類都無(wú)法聲明終結(jié)器。
This imposes constraints on what code can be written within the finalizer's call graph.
這樣便對(duì)在終結(jié)器調(diào)用關(guān)系圖中可以寫哪些代碼設(shè)置了約束。
the garbage collector is responsible for calling a finalizer on an object instance.
垃圾回收器負(fù)責(zé)為一個(gè)對(duì)象調(diào)用終結(jié)器。
Objects that need finalization stay in memory for far longer than objects without a finalizer .
需要終結(jié)的對(duì)象比沒(méi)有終結(jié)器的對(duì)象在內(nèi)存里會(huì)駐留更長(zhǎng)時(shí)間。
When using any external state , such as writing to a log file , in a finalizer, threading issues must be handled .
在終結(jié)器中使用任何外部狀態(tài)時(shí),如向日志文件寫入,必須處理線程處理問(wèn)題。
The exploit is a variation of the well-known technique of using a finalizer for resurrecting an object.
該漏洞是使用終結(jié)器來(lái)恢復(fù)對(duì)象的著名技術(shù)的一種變體。
Finalizers can cause a vulnerability in Java code when used to create objects.
在使用終結(jié)器(finalizer)來(lái)創(chuàng)建對(duì)象時(shí),其可能會(huì)給Java代碼帶來(lái)漏洞。
Finalizers have a significant performance cost, and they are not guaranteed to run in a predictable amount of time (or even at all).
Finalizer需要犧牲很多性能,并且它們不能(甚至完全不能)保證在預(yù)計(jì)的時(shí)間段運(yùn)行。
You can create a finalizer for the class you're creating and declare it as final.
可以為所創(chuàng)建的類創(chuàng)建一個(gè)終結(jié)器并將它聲明為final。
While this may change in the future, current versions of the CLR use only one finalizer thread.
雖然未來(lái)可能會(huì)有所變化,但是目前的CLR版本僅使用一個(gè)終結(jié)器線程。
If a destructor is present, rewrite that to be the class finalizer.
如果存在析構(gòu)函數(shù),則將其重寫為類終結(jié)器。
The C# compiler adds the call to the base class finalizer automatically.
C#編譯器自動(dòng)添加對(duì)基類終結(jié)器的調(diào)用。
Analyze the use of finalizers, including the number of finalizers executed.
分析終結(jié)(finalizer)的使用,和他們的執(zhí)行次數(shù)
Still, there are times when you need to use finalizers, and there are a number of errors you can make when doing so.
仍然有些時(shí)候需要使用finalizer,而這樣做的過(guò)程中可能產(chǎn)生很多錯(cuò)誤。
An empty finalizer (which negates the effect of the superclass finalizer)
空的finalizer(它抵消超類finalizer的作用)。