File tree Expand file tree Collapse file tree 10 files changed +200
-515
lines changed
Expand file tree Collapse file tree 10 files changed +200
-515
lines changed Original file line number Diff line number Diff line change 11<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
4+
45- [ 讲一下JVM内存结构?] ( #%E8%AE%B2%E4%B8%80%E4%B8%8Bjvm%E5%86%85%E5%AD%98%E7%BB%93%E6%9E%84 )
56 - [ 程序计数器] ( #%E7%A8%8B%E5%BA%8F%E8%AE%A1%E6%95%B0%E5%99%A8 )
67 - [ 虚拟机栈] ( #%E8%99%9A%E6%8B%9F%E6%9C%BA%E6%A0%88 )
@@ -104,14 +105,6 @@ java -Xms1M -Xmx2M
104105
105106通过 -Xss 设定每个线程的堆栈大小。设置这个参数,需要评估一个线程大约需要占用多少内存,可能会有多少线程同时运行等。
106107
107- > 在这里也给大家分享一个github仓库,上面放了** 200多本经典的计算机书籍** ,包括C语言、C++、Java、Python、前端、数据库、操作系统、计算机网络、数据结构和算法、机器学习、编程人生等,可以star一下,下次找书直接在上面搜索,仓库持续更新中~
108- >
109- > github地址:https://github.com/Tyson0314/java-books
110- >
111- > 如果github访问不了,可以访问gitee仓库。
112- >
113- > gitee地址:https://gitee.com/tysondai/java-books
114-
115108### 方法区
116109
117110方法区与 Java 堆一样,是各个线程共享的内存区域,它用于存储已被虚拟机加载的类信息、常量、静态变量、即时编译器编译后的代码等数据。方法区逻辑上属于堆的一部分。
Original file line number Diff line number Diff line change 11<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
4-
54- [ 基础知识] ( #%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86 )
65 - [ 数据类型] ( #%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B )
76 - [ 整型] ( #%E6%95%B4%E5%9E%8B )
Original file line number Diff line number Diff line change 11<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
4+
45- [ 常见的集合有哪些?] ( #%E5%B8%B8%E8%A7%81%E7%9A%84%E9%9B%86%E5%90%88%E6%9C%89%E5%93%AA%E4%BA%9B )
56- [ List 、Set和Map 的区别] ( #list-set%E5%92%8Cmap-%E7%9A%84%E5%8C%BA%E5%88%AB )
67- [ ArrayList 了解吗?] ( #arraylist-%E4%BA%86%E8%A7%A3%E5%90%97 )
Original file line number Diff line number Diff line change 1+ <!-- DOCTOC SKIP -->
2+
13** 本仓库用于分享互联网大厂高频面试题、Java核心知识总结,包括Java基础、并发、MySQL、Springboot、MyBatis、Redis、RabbitMQ等等,面试必备!**
24
35如果你是Java初学者,不知道下一步该学什么内容,可以看下我总结的** 2021年最新的[ Java学习路线] ( https://zhuanlan.zhihu.com/p/395162772 ) ** 。如果喜欢看视频学习,可以参考这个:[ 播放量1000万+!B站最值得学习的Java视频教程] ( https://zhuanlan.zhihu.com/p/397533240 ) 。
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
4-
54- [ 基础] ( #%E5%9F%BA%E7%A1%80 )
65 - [ v-modal] ( #v-modal )
76 - [ computed和method] ( #computed%E5%92%8Cmethod )
Original file line number Diff line number Diff line change 11<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
4-
54- [ 简介] ( #%E7%AE%80%E4%BB%8B )
65 - [ 配置] ( #%E9%85%8D%E7%BD%AE )
76- [ 入门] ( #%E5%85%A5%E9%97%A8 )
Original file line number Diff line number Diff line change 11<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
4-
54- [ 安装] ( #%E5%AE%89%E8%A3%85 )
65- [ 卸载] ( #%E5%8D%B8%E8%BD%BD )
76- [ 更新] ( #%E6%9B%B4%E6%96%B0 )
Original file line number Diff line number Diff line change 11<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
4-
54- [ 概述] ( #%E6%A6%82%E8%BF%B0 )
65 - [ 分层] ( #%E5%88%86%E5%B1%82 )
76 - [ 封装] ( #%E5%B0%81%E8%A3%85 )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments