dereferenced
美
英 
例句
If it's dereferenced in an attribute value, this attack can even damage a SAX-based system by overflowing the limits of a string.
如果與屬性值沒有任何關聯,那么這種攻擊甚至可以通過溢出字符串限制來損害基于SAX的系統。
Experiment results show that the new algorithm can accurately analyze any level of dereferenced points to information of a pointer.
實驗結果表明,該算法能夠精確地分析出一個指針的任何級別脫引用的指向信息。
Importantly, the SerializationClass class has a reference to its defining class loader, and so it cannot be completely dereferenced either.
重要的是,SerializationClass類有一個到其定義類裝入器的引用,所以它也不可能完整地取消引用。
The off-the-end iterator may refer to a nonexistent element, so it must never be dereferenced .
超出末端迭代器可能指向不存在的元素,因此永遠不能做解引用運算。
URLs can easily be dereferenced to locate a specification document. This hybrid of DNS and MIME would need additional help to make that so.
URL可以很容易地找到他所指向的規約文檔,而這種混雜版的DNS和MIME還需要更多幫助才能具有這個能力。
Only the slots associated with iterators that are actually dereferenced will be invoked.
僅有實際解引用的迭代器所關聯的插槽才會被調用。
Who knows how far that null pointer was passed from method to method before it was ever dereferenced?
誰知道空指針在被丟棄前從方法到方法傳遞了多遠?
The alias cannot BE dereferenced.
別名不能解除參考。
Structure pointers are dereferenced and the members are displayed as appropriate.
結構體指針會被解引用,成員會被合適地顯示。
An obsolete reference is simply a reference that will never be dereferenced again.
一個過時的引用是指永遠不會被廢除對引用。
Enumeration specifies the process by which aliases are dereferenced.
枚舉指定取消引用別名的進程。
Provide useful information about the resource when its URI is dereferenced.
當URI被解引用時,提供資源相關的有用信息。
The href attribute is expected to specify an IRI that can be dereferenced.
href屬性用來指定一個可被解除引用的IRI。
The class loader is dereferenced.
之后,對類別載入器的參考被取消。
The important thing to keep in mind is that if the left-hand operand is dereferenced , then the value pointed to is changed.
謹記區分的重要方法是:如果對左操作數進行解引用,則修改的是指針所指對象的值;
Then at line C8, the instance pointer is dereferenced and stored in ecx.
然后,在C8行處,instance指針被解除引用并存儲到ecx。
Here are some examples. When dereferenced the iterators returns a type that is signature-compatible with these types.
以下是一些例子。對這些迭代器進行提領將返回一個簽名兼容于以下類型的類型。
Therefore, dereferencing this iterator multiple times will only result in the underlying iterator being dereferenced once;
因此,該迭代器多次解引用將只會引起底層迭代器的一次解引用;