René's URL Explorer Experiment


Title: Basics of Java | Blogs

Open Graph Title: Basics of Java

X Title: Basics of Java

Description: 基本知识

Open Graph Description: 基本知识

Opengraph URL: /posts/java/

X: @CompetitiveLin

Generator: Jekyll v4.4.1

direct link

Domain: CompetitiveLin.github.io


Hey, it has json ld scripts:
 {"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-05-07T23:54:58+08:00","datePublished":"2022-06-21T14:23:14+08:00","description":"基本知识","headline":"Basics of Java","mainEntityOfPage":{"@type":"WebPage","@id":"/posts/java/"},"url":"/posts/java/"}

Nonetext/html; charset=UTF-8
theme-color#ffffff
apple-mobile-web-app-capableyes
apple-mobile-web-app-status-bar-styleblack-translucent
og:localeen
og:site_nameBlogs
og:typearticle
article:published_time2022-06-21T14:23:14+08:00
twitter:cardsummary
apple-mobile-web-app-titleBlogs
application-nameBlogs
msapplication-TileColor#da532c
msapplication-config/assets/img/favicons/browserconfig.xml

Links:

https://CompetitiveLin.github.io/
Blogshttps://CompetitiveLin.github.io/
HOME https://CompetitiveLin.github.io/
CATEGORIES https://CompetitiveLin.github.io/categories/
TAGS https://CompetitiveLin.github.io/tags/
ARCHIVES https://CompetitiveLin.github.io/archives/
ABOUT https://CompetitiveLin.github.io/about/
https://github.com/CompetitiveLin
https://twitter.com/CompetitiveLin
javascript:location.href = 'mailto:' + ['zee_lin','foxmail.com'].join('@')
https://CompetitiveLin.github.io/feed.xml
Home https://CompetitiveLin.github.io/
CompetitiveLinhttps://github.com/CompetitiveLin
https://CompetitiveLin.github.io/posts/java/#object-类的方法
https://CompetitiveLin.github.io/posts/java/#双等号和-equals-的区别
https://CompetitiveLin.github.io/posts/java/#重写-equals-为什么一定要重写-hashcode
https://CompetitiveLin.github.io/posts/java/#为什么不直接使用-hashcode-就确定两个对象是否相等呢
https://img-blog.csdnimg.cn/cb59671dff1f4588b5d845f60874013b.png
String#intern 的用法https://tech.meituan.com/2014/03/06/in-depth-understanding-string-intern.html
https://CompetitiveLin.github.io/posts/java/#方法区
https://CompetitiveLin.github.io/posts/java/#永久代和元空间的区别
https://CompetitiveLin.github.io/posts/java/#垃圾回收
class常量池、字符串常量池和运行时常量池的区别https://blog.csdn.net/xiaojin21cen/article/details/105300521
内存模型(JMM)https://zhuanlan.zhihu.com/p/258393139
https://CompetitiveLin.github.io/posts/java/#volatile
https://CompetitiveLin.github.io/posts/java/#happens-before
https://CompetitiveLin.github.io/posts/java/#as-if-serial
https://CompetitiveLin.github.io/posts/java/#八种内存交互操作
https://raw.githubusercontent.com/CompetitiveLin/ImageHostingService/picgo/imgs/202311261917698.png
https://CompetitiveLin.github.io/posts/java/#内存屏障
https://raw.githubusercontent.com/CompetitiveLin/ImageHostingService/picgo/imgs/202311261939595.png
https://raw.githubusercontent.com/CompetitiveLin/ImageHostingService/picgo/imgs/202311261939251.png
双亲委派模型https://www.51cto.com/article/647617.html
单例对象不会被JVM垃圾回收https://blog.csdn.net/zhengzhb/article/details/7331354
https://raw.githubusercontent.com/CompetitiveLin/ImageHostingService/picgo/imgs/202305071548284.png
https://CompetitiveLin.github.io/posts/java/#对象的创建过程
https://CompetitiveLin.github.io/posts/java/#对象的内存布局
对象的定位访问(针对JVM虚拟机栈中的局部变量表)https://javaguide.cn/java/jvm/memory-area.html#%E5%AF%B9%E8%B1%A1%E7%9A%84%E8%AE%BF%E9%97%AE%E5%AE%9A%E4%BD%8D
https://CompetitiveLin.github.io/posts/java/#对象的定位访问针对jvm虚拟机栈中的局部变量表
可达性算法https://blog.csdn.net/qq_32099833/article/details/109253339
https://CompetitiveLin.github.io/posts/java/#哪些对象可以作为gc-roots
https://CompetitiveLin.github.io/posts/java/#内存分配和回收原则
https://CompetitiveLin.github.io/posts/java/#gc-分类
https://CompetitiveLin.github.io/posts/java/#full-gc-触发条件
https://CompetitiveLin.github.io/posts/java/#空间担保策略
https://CompetitiveLin.github.io/posts/java/#垃圾收集算法
垃圾收集器https://cloud.tencent.com/developer/article/1592943
https://CompetitiveLin.github.io/posts/java/#垃圾收集器
https://raw.githubusercontent.com/CompetitiveLin/ImageHostingService/picgo/imgs/202305091408302.png
https://raw.githubusercontent.com/CompetitiveLin/ImageHostingService/picgo/imgs/202305091525435.png
JVM调优https://cloud.tencent.com/developer/beta/article/1812722
Parallel Scavenge(标记复制) + Paralle Old(标记整理)https://juejin.cn/post/6986571159902879751
https://raw.githubusercontent.com/CompetitiveLin/ImageHostingService/picgo/imgs/202305111608659.png
https://CompetitiveLin.github.io/posts/java/#多线程
https://CompetitiveLin.github.io/posts/java/#completablefuture
https://CompetitiveLin.github.io/posts/java/#wait-和-sleep-区别
https://CompetitiveLin.github.io/posts/java/#synchronized
https://CompetitiveLin.github.io/posts/java/#守护线程daemon-thread
HashMap 知识点https://zhuanlan.zhihu.com/p/151027796
HashMap面试题https://zhuanlan.zhihu.com/p/151027796
https://raw.githubusercontent.com/CompetitiveLin/ImageHostingService/picgo/imgs/202305151605481.png
https://raw.githubusercontent.com/CompetitiveLin/ImageHostingService/picgo/imgs/202305161016705.png
https://raw.githubusercontent.com/CompetitiveLin/ImageHostingService/picgo/imgs/202305171352348.png
AbstractQueuedSynchronizer(AQS)https://www.cnblogs.com/jimoer/p/13747291.html
https://CompetitiveLin.github.io/posts/java/#abstractqueuedsynchronizeraqs
https://CompetitiveLin.github.io/posts/java/#锁消除
https://CompetitiveLin.github.io/posts/java/#锁粗化
https://CompetitiveLin.github.io/posts/java/#静态初始化块初始化块和构造方法的区别
JDK 设计模式https://www.cnblogs.com/vipstone/p/18361126
Backendhttps://CompetitiveLin.github.io/categories/backend/
Javahttps://CompetitiveLin.github.io/categories/java/
javahttps://CompetitiveLin.github.io/tags/java/
backendhttps://CompetitiveLin.github.io/tags/backend/
CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
https://twitter.com/intent/tweet?text=Basics%20of%20Java%20-%20Blogs&url=%2Fposts%2Fjava%2F
https://www.facebook.com/sharer/sharer.php?title=Basics%20of%20Java%20-%20Blogs&u=%2Fposts%2Fjava%2F
https://t.me/share/url?url=%2Fposts%2Fjava%2F&text=Basics%20of%20Java%20-%20Blogs
ElasticSearchhttps://CompetitiveLin.github.io/posts/elasticsearch/
Note from Workhttps://CompetitiveLin.github.io/posts/note-from-work/
Redis 知识体系https://CompetitiveLin.github.io/posts/redis/
SpringBoothttps://CompetitiveLin.github.io/posts/springboot/
Go 语言学习https://CompetitiveLin.github.io/posts/go/
backendhttps://CompetitiveLin.github.io/tags/backend/
c++https://CompetitiveLin.github.io/tags/c/
syntaxhttps://CompetitiveLin.github.io/tags/syntax/
windows 10https://CompetitiveLin.github.io/tags/windows-10/
getting startedhttps://CompetitiveLin.github.io/tags/getting-started/
branchhttps://CompetitiveLin.github.io/tags/branch/
commitshttps://CompetitiveLin.github.io/tags/commits/
githubhttps://CompetitiveLin.github.io/tags/github/
javahttps://CompetitiveLin.github.io/tags/java/
pythonhttps://CompetitiveLin.github.io/tags/python/
Jun 12, 2022 Java知识点记录博客 运算符优先级 优先级 运算符 1 ( ) [ ]  . 2 !  ~  ++  – 3 *  /  % 4 +  - 5 ...https://CompetitiveLin.github.io/posts/java-syntax/
Aug 10, 2023 SpringBoot Spring, SpringBoot, Spring MVC 区别: Spring框架(Framework)是最流行的Java应用程序开发框架。 Spring框架的主要功能是依赖项注入或控制反转(IoC)。 Spring MVC是Spring的一个MVC框架,包含前端视图,文件配置等。XML和config配置比较复杂。 Spring Boot 是为简化Spring配置的快速开发...https://CompetitiveLin.github.io/posts/springboot/
Aug 25, 2023 Kafka vs RocketMQ 基本概念 RocketMQ 由 Producer, Brocker, Consumer 组成 Producer 负责生产消息 Consumer 负责消费消息 Broker 负责存储消息,每一个 Broker 对应一台服务器但可以存储多个 Topic 的消息,每个 Topic 的消息也分片存储在不同的 Broker 里。 ...https://CompetitiveLin.github.io/posts/kafka-vs-rocketmq/
Java知识点记录博客https://CompetitiveLin.github.io/posts/java-syntax/
MySQL知识点汇总https://CompetitiveLin.github.io/posts/mysql/
backendhttps://CompetitiveLin.github.io/tags/backend/
c++https://CompetitiveLin.github.io/tags/c/
syntaxhttps://CompetitiveLin.github.io/tags/syntax/
windows 10https://CompetitiveLin.github.io/tags/windows-10/
getting startedhttps://CompetitiveLin.github.io/tags/getting-started/
branchhttps://CompetitiveLin.github.io/tags/branch/
commitshttps://CompetitiveLin.github.io/tags/commits/
githubhttps://CompetitiveLin.github.io/tags/github/
javahttps://CompetitiveLin.github.io/tags/java/
pythonhttps://CompetitiveLin.github.io/tags/python/
CompetitiveLinhttps://github.com/CompetitiveLin
Jekyllhttps://jekyllrb.com
Chirpyhttps://github.com/cotes2020/jekyll-theme-chirpy
https://CompetitiveLin.github.io/posts/java/

Viewport: width=device-width, user-scalable=no initial-scale=1, shrink-to-fit=no, viewport-fit=cover


URLs of crawlers that visited me.