JVM学习—JVM内存结构与虚拟机栈,java堆栈面试题

虚拟机栈 -Xss

本地方法栈

程序计数器

堆 -Xmx -Xmx

方法区

JVM运行时数据区:

图源:king老师

图源:King老师

虚拟机栈

====================================================================

图源:King老师

图源:King老师

方法调用时创建栈帧,并压入虚拟机栈中,当方法执行完毕时,栈帧从虚拟机栈中出栈。主要是做方法的出栈与入栈,同时,虚拟机栈是有大小限制的,可以通过-Xss来设置虚拟机栈的大小。在64位机器上,这个参数的默认值是1m,官方解释说明如下:

xss

  • 栈溢出:一般是方法调用过深,常见于递归调用

  • 内存溢出:当线程创建过多时,每个线程会占用-Xss大小的内存,最后如果内存不足,也会OOM

理解:虚拟机栈中存放是栈针,方法被调用时,创建栈针并压入虚拟机栈中,栈帧分为四个组层部分,分别是局部变量表、操作数栈、动态连接和完成出口

#mermaid-svg-FpyQxeIgBDSK37Qt .label{font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family);fill:#333;color:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .label text{fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .node rect,#mermaid-svg-FpyQxeIgBDSK37Qt .node circle,#mermaid-svg-FpyQxeIgBDSK37Qt .node ellipse,#mermaid-svg-FpyQxeIgBDSK37Qt .node polygon,#mermaid-svg-FpyQxeIgBDSK37Qt .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-FpyQxeIgBDSK37Qt .node .label{text-align:center;fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .node.clickable{cursor:pointer}#mermaid-svg-FpyQxeIgBDSK37Qt .arrowheadPath{fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-FpyQxeIgBDSK37Qt .flowchart-link{stroke:#333;fill:none}#mermaid-svg-FpyQxeIgBDSK37Qt .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-FpyQxeIgBDSK37Qt .edgeLabel rect{opacity:0.9}#mermaid-svg-FpyQxeIgBDSK37Qt .edgeLabel span{color:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-FpyQxeIgBDSK37Qt .cluster text{fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-FpyQxeIgBDSK37Qt .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-FpyQxeIgBDSK37Qt text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-FpyQxeIgBDSK37Qt .actor-line{stroke:grey}#mermaid-svg-FpyQxeIgBDSK37Qt .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-FpyQxeIgBDSK37Qt #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .sequenceNumber{fill:#fff}#mermaid-svg-FpyQxeIgBDSK37Qt #sequencenumber{fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt #crosshead path{fill:#333;stroke:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .messageText{fill:#333;stroke:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-FpyQxeIgBDSK37Qt .labelText,#mermaid-svg-FpyQxeIgBDSK37Qt .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-FpyQxeIgBDSK37Qt .loopText,#mermaid-svg-FpyQxeIgBDSK37Qt .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-FpyQxeIgBDSK37Qt .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-FpyQxeIgBDSK37Qt .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-FpyQxeIgBDSK37Qt .noteText,#mermaid-svg-FpyQxeIgBDSK37Qt .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-FpyQxeIgBDSK37Qt .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-FpyQxeIgBDSK37Qt .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-FpyQxeIgBDSK37Qt .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-FpyQxeIgBDSK37Qt .mermaid-main-font{font-family:“trebuchet ms”, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-FpyQxeIgBDSK37Qt .section{stroke:none;opacity:0.2}#mermaid-svg-FpyQxeIgBDSK37Qt .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-FpyQxeIgBDSK37Qt .section2{fill:#fff400}#mermaid-svg-FpyQxeIgBDSK37Qt .section1,#mermaid-svg-FpyQxeIgBDSK37Qt .section3{fill:#fff;opacity:0.2}#mermaid-svg-FpyQxeIgBDSK37Qt .sectionTitle0{fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .sectionTitle1{fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .sectionTitle2{fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .sectionTitle3{fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-FpyQxeIgBDSK37Qt .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-FpyQxeIgBDSK37Qt .grid .tick text{font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-FpyQxeIgBDSK37Qt .grid path{stroke-width:0}#mermaid-svg-FpyQxeIgBDSK37Qt .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-FpyQxeIgBDSK37Qt .task{stroke-width:2}#mermaid-svg-FpyQxeIgBDSK37Qt .taskText{text-anchor:middle;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-FpyQxeIgBDSK37Qt .taskText:not([font-size]){font-size:11px}#mermaid-svg-FpyQxeIgBDSK37Qt .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-FpyQxeIgBDSK37Qt .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-FpyQxeIgBDSK37Qt .task.clickable{cursor:pointer}#mermaid-svg-FpyQxeIgBDSK37Qt .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-FpyQxeIgBDSK37Qt .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-FpyQxeIgBDSK37Qt .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-FpyQxeIgBDSK37Qt .taskText0,#mermaid-svg-FpyQxeIgBDSK37Qt .taskText1,#mermaid-svg-FpyQxeIgBDSK37Qt .taskText2,#mermaid-svg-FpyQxeIgBDSK37Qt .taskText3{fill:#fff}#mermaid-svg-FpyQxeIgBDSK37Qt .task0,#mermaid-svg-FpyQxeIgBDSK37Qt .task1,#mermaid-svg-FpyQxeIgBDSK37Qt .task2,#mermaid-svg-FpyQxeIgBDSK37Qt .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-FpyQxeIgBDSK37Qt .taskTextOutside0,#mermaid-svg-FpyQxeIgBDSK37Qt .taskTextOutside2{fill:#000}#mermaid-svg-FpyQxeIgBDSK37Qt .taskTextOutside1,#mermaid-svg-FpyQxeIgBDSK37Qt .taskTextOutside3{fill:#000}#mermaid-svg-FpyQxeIgBDSK37Qt .active0,#mermaid-svg-FpyQxeIgBDSK37Qt .active1,#mermaid-svg-FpyQxeIgBDSK37Qt .active2,#mermaid-svg-FpyQxeIgBDSK37Qt .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-FpyQxeIgBDSK37Qt .activeText0,#mermaid-svg-FpyQxeIgBDSK37Qt .activeText1,#mermaid-svg-FpyQxeIgBDSK37Qt .activeText2,#mermaid-svg-FpyQxeIgBDSK37Qt .activeText3{fill:#000 !important}#mermaid-svg-FpyQxeIgBDSK37Qt .done0,#mermaid-svg-FpyQxeIgBDSK37Qt .done1,#mermaid-svg-FpyQxeIgBDSK37Qt .done2,#mermaid-svg-FpyQxeIgBDSK37Qt .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-FpyQxeIgBDSK37Qt .doneText0,#mermaid-svg-FpyQxeIgBDSK37Qt .doneText1,#mermaid-svg-FpyQxeIgBDSK37Qt .doneText2,#mermaid-svg-FpyQxeIgBDSK37Qt .doneText3{fill:#000 !important}#mermaid-svg-FpyQxeIgBDSK37Qt .crit0,#mermaid-svg-FpyQxeIgBDSK37Qt .crit1,#mermaid-svg-FpyQxeIgBDSK37Qt .crit2,#mermaid-svg-FpyQxeIgBDSK37Qt .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-FpyQxeIgBDSK37Qt .activeCrit0,#mermaid-svg-FpyQxeIgBDSK37Qt .activeCrit1,#mermaid-svg-FpyQxeIgBDSK37Qt .activeCrit2,#mermaid-svg-FpyQxeIgBDSK37Qt .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-FpyQxeIgBDSK37Qt .doneCrit0,#mermaid-svg-FpyQxeIgBDSK37Qt .doneCrit1,#mermaid-svg-FpyQxeIgBDSK37Qt .doneCrit2,#mermaid-svg-FpyQxeIgBDSK37Qt .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-FpyQxeIgBDSK37Qt .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-FpyQxeIgBDSK37Qt .milestoneText{font-style:italic}#mermaid-svg-FpyQxeIgBDSK37Qt .doneCritText0,#mermaid-svg-FpyQxeIgBDSK37Qt .doneCritText1,#mermaid-svg-FpyQxeIgBDSK37Qt .doneCritText2,#mermaid-svg-FpyQxeIgBDSK37Qt .doneCritText3{fill:#000 !important}#mermaid-svg-FpyQxeIgBDSK37Qt .activeCritText0,#mermaid-svg-FpyQxeIgBDSK37Qt .activeCritText1,#mermaid-svg-FpyQxeIgBDSK37Qt .activeCritText2,#mermaid-svg-FpyQxeIgBDSK37Qt .activeCritText3{fill:#000 !important}#mermaid-svg-FpyQxeIgBDSK37Qt .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-FpyQxeIgBDSK37Qt g.classGroup text{fill:#9370db;stroke:none;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family);font-size:10px}#mermaid-svg-FpyQxeIgBDSK37Qt g.classGroup text .title{font-weight:bolder}#mermaid-svg-FpyQxeIgBDSK37Qt g.clickable{cursor:pointer}#mermaid-svg-FpyQxeIgBDSK37Qt g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-FpyQxeIgBDSK37Qt g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-FpyQxeIgBDSK37Qt .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-FpyQxeIgBDSK37Qt .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-FpyQxeIgBDSK37Qt .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-FpyQxeIgBDSK37Qt .dashed-line{stroke-dasharray:3}#mermaid-svg-FpyQxeIgBDSK37Qt #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-FpyQxeIgBDSK37Qt #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-FpyQxeIgBDSK37Qt #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-FpyQxeIgBDSK37Qt #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-FpyQxeIgBDSK37Qt #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-FpyQxeIgBDSK37Qt #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-FpyQxeIgBDSK37Qt #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-FpyQxeIgBDSK37Qt #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-FpyQxeIgBDSK37Qt .commit-id,#mermaid-svg-FpyQxeIgBDSK37Qt .commit-msg,#mermaid-svg-FpyQxeIgBDSK37Qt .branch-label{fill:lightgrey;color:lightgrey;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-FpyQxeIgBDSK37Qt .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-FpyQxeIgBDSK37Qt .slice{font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-FpyQxeIgBDSK37Qt g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-FpyQxeIgBDSK37Qt g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-FpyQxeIgBDSK37Qt g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-FpyQxeIgBDSK37Qt g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-FpyQxeIgBDSK37Qt g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-FpyQxeIgBDSK37Qt .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-FpyQxeIgBDSK37Qt .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-FpyQxeIgBDSK37Qt .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-FpyQxeIgBDSK37Qt .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-FpyQxeIgBDSK37Qt .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-FpyQxeIgBDSK37Qt .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-FpyQxeIgBDSK37Qt .edgeLabel text{fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-FpyQxeIgBDSK37Qt .node circle.state-start{fill:black;stroke:black}#mermaid-svg-FpyQxeIgBDSK37Qt .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-FpyQxeIgBDSK37Qt #statediagram-barbEnd{fill:#9370db}#mermaid-svg-FpyQxeIgBDSK37Qt .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-FpyQxeIgBDSK37Qt .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-FpyQxeIgBDSK37Qt .statediagram-state .divider{stroke:#9370db}#mermaid-svg-FpyQxeIgBDSK37Qt .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-FpyQxeIgBDSK37Qt .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-FpyQxeIgBDSK37Qt .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-FpyQxeIgBDSK37Qt .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-FpyQxeIgBDSK37Qt .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-FpyQxeIgBDSK37Qt .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-FpyQxeIgBDSK37Qt .note-edge{stroke-dasharray:5}#mermaid-svg-FpyQxeIgBDSK37Qt .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{–mermaid-font-family: ‘“trebuchet ms”, verdana, arial’;–mermaid-font-family: “Comic Sans MS”, “Comic Sans”, cursive}#mermaid-svg-FpyQxeIgBDSK37Qt .error-icon{fill:#522}#mermaid-svg-FpyQxeIgBDSK37Qt .error-text{fill:#522;stroke:#522}#mermaid-svg-FpyQxeIgBDSK37Qt .edge-thickness-normal{stroke-width:2px}#mermaid-svg-FpyQxeIgBDSK37Qt .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-FpyQxeIgBDSK37Qt .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-FpyQxeIgBDSK37Qt .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-FpyQxeIgBDSK37Qt .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-FpyQxeIgBDSK37Qt .marker{fill:#333}#mermaid-svg-FpyQxeIgBDSK37Qt .marker.cross{stroke:#333} :root { --mermaid-font-family: “trebuchet ms”, verdana, arial;} #mermaid-svg-FpyQxeIgBDSK37Qt { color: rgba(0, 0, 0, 0.75); font: ; }

栈帧

局部变量表

操作数栈

动态连接

完成出口

  • 局部变量表

局部变量表中存储当前执行的方法中创建的8大基本数据类型,对自身的引用以及对堆中对象的引用

  • 操作数栈

如果JVM的执行引擎相当于计算器的CPU的话,那么操作数栈相当于CPU的寄存器,操作数栈中存放了当前正在执行的指令以及结果(比如加法运算会先出栈再入栈)操作数栈中的命令会被JVM执行引擎执行

引申

如果读懂了字节码,就理解了一些优化的原则,比如

int i=0;

int y=10;

int z=(i+y)*100;

return z;

int i=0;

int y=10;

return (i+y)*100;

在效率上是不同的,因为int z=的时候,需要在操作数栈中先istore再iload最后再return,但是后面的方式节省了这两个指令

程序计数器是用来做什么的

============================================================================

因为CPU是采用时间划片的方式轮询各个任务的,在程序计数器中记录了当前CPU在当前线程当前方法中执行的字节码的地址

为什么会有native方法?

==============================================================================

借鉴了C C++的一些类库,而且Java在初期也没有那么多的类库

为什么会有本地方法栈

==========================================================================

虚拟机规范,但是HotSpot将本地方法栈和虚拟机栈合并了

自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、OPPO等大厂,18年进入阿里一直到现在。

深知大多数Java工程师,想要提升技能,往往是自己摸索成长或者是报班学习,但对于培训机构动则几千的学费,着实压力不小。自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!

因此收集整理了一份《2024年Java开发全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。
img
img
img
img
img
img

既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上Java开发知识点,真正体系化!

由于文件比较大,这里只是将部分目录大纲截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且后续会持续更新

如果你觉得这些内容对你有帮助,可以添加V获取:vip1024b (备注Java)
img

Java核心架构进阶知识点

面试成功其实都是必然发生的事情,因为在此之前我做足了充分的准备工作,不单单是纯粹的刷题,更多的还会去刷一些Java核心架构进阶知识点,比如:JVM、高并发、多线程、缓存、Spring相关、分布式、微服务、RPC、网络、设计模式、MQ、Redis、MySQL、设计模式、负载均衡、算法、数据结构、kafka、ZK、集群等。而这些也全被整理浓缩到了一份pdf——《Java核心架构进阶知识点整理》,全部都是精华中的精华,本着共赢的心态,好东西自然也是要分享的

image

image

image

内容颇多,篇幅却有限,这就不在过多的介绍了,大家可根据以上截图自行脑补
点整理》,全部都是精华中的精华,本着共赢的心态,好东西自然也是要分享的

[外链图片转存中…(img-M84LepZG-1711962965471)]

[外链图片转存中…(img-CP4wapl9-1711962965471)]

[外链图片转存中…(img-ryc6Jd5A-1711962965471)]

内容颇多,篇幅却有限,这就不在过多的介绍了,大家可根据以上截图自行脑补

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值