11 2020 档案
摘要:垃圾收集GC(Garbage Collection)是Java语言的核心技术之一, 在Java中,程序员不需要去关心内存动态分配和垃圾回收的问题,这一切都交给了JVM来处理。针对GC我们这篇文章提出以下几个问题,GC中判定为垃圾的标准,标记垃圾的算法以及回收垃圾的算法。 什么样的对象才是垃圾? 这个
阅读全文
摘要:Export: Release 12.2.0.1.0 - Production on Wed Nov 4 14:35:20 2020 Copyright (c) 1982, 2017, Oracle and/or its affiliates. All rights reserved. Connec
阅读全文
摘要:APPLIES TO: Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterOracle Database - Standard Edition - Version 12.2.0.1 and laterInformatio
阅读全文