go top

weak reference
[wiːk ˈrefrəns]

  • 弱引用:在计算机程序设计中,弱引用与强引用相对,是指不能确保其引用的对象不会被垃圾回收器回收的引用。一个对象若只被弱引用所引用,则被认为是不可访问(或弱可访问)的,并因此可能在任何时刻被回收。一些配有垃圾回收机制的语言,如Java、C#、Python、Perl、Lisp等都在不同程度上支持弱引用。

网络释义专业释义英英释义

  弱引用

简单来说,弱引用(Weak References)就是一种没有强到迫使对象必须驻留在内存的引用。弱引用允许你使用垃圾回收器来帮你决定对象是否可达,因此不用自己判断了。

基于2599个网页-相关网页

  引用

...new String(1),可是这篇文章漏掉了几个很重要的需要留意的处所,当垃圾接纳器筹备接纳一个工具时, 弱 引用(WeakReference):假如一个工具只具有弱 引用

基于8个网页-相关网页

短语

short weak reference 短弱引用

long weak reference 长弱引用

SoftReference or weak reference 软引用或弱引用

Weak Reference Objects 弱引用对象

weak external reference 弱外部引用

 更多收起网络短语
  • 弱引用

·2,447,543篇论文数据,部分数据来源于NoteExpress

Weak reference

  • abstract: In computer programming, a weak reference is a reference that does not protect the referenced object from collection by a garbage collector; unlike a strong reference. An object referenced only by weak references is considered unreachable (or weakly reachable) and so may be collected at any time.

以上来源于: WordNet

双语例句

  • A weak reference is a holder for a reference to an object, called the referent.

    引用一个对象(称为referent)的引用的持有者

    youdao

  • If the minimum number of objects is already allocated, then a weak reference to the object is enqueued.

    如果已经分配最低数量对象对象引用被放置到队列中

    youdao

  • Weakly reachable: an object that is not strongly or softly reachable and can be accessed through a weak reference.

    对象(weakly reachable):不是可及对象也不是软可及对象,并且能够通过引用访问的对象。

    youdao

更多双语例句
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定