摘要: Ubuntu18.04 # step 1: 安装必要的一些系统工具sudo apt-get updatesudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common# step 阅读全文
posted @ 2021-12-06 15:22 caoyuchuan 阅读(227) 评论(0) 推荐(0)
摘要: 声明:本系列是个人整理自己知识点的过程,一些基本概念不再过多书写,重点是实际操作和结构图的整理 一、JVM内存区域简图 JVM大致划分的这几个区域,有的区域是以线程为单位,而有的区域则是整个JVM进程唯一的。 程序计数器(PC,Program Counter Register) 在JVM规范中,每个 阅读全文
posted @ 2019-08-21 18:00 caoyuchuan 阅读(241) 评论(0) 推荐(0)