Seven
首页
友情链接
友情链接
阅读
软件架构探索
(opens new window)
阮一峰的网络日志
(opens new window)
Why技术
(opens new window)
Idea Buffer
(opens new window)
美团技术团队
(opens new window)
MyBatis
(opens new window)
模版
Vue.js
(opens new window)
VuePress
(opens new window)
Awesome VuePress
(opens new window)
Vssue
(opens new window)
MyBatis-Plus
(opens new window)
Java 全栈知识体系
(opens new window)
DevOps
文档工程
(opens new window)
GitHub
(opens new window)
Travis CI
(opens new window)
PDF下载
(opens new window)
详解Class加载过程
Loading
双亲委派,主要出于安全来考虑
Linking
verification
类字节码检查,是否符合class规范
preparation
静态成员变量赋默认值(不是初始值)
resolution
Initializing
静态变量赋值为初始值