WQL

路漫漫其修远兮,吾将上下而求索

  • The pursuit of technology is endless, but human life is limited, technology can only be a means of social survival, the purpose is to better survival, if there is a higher desire and pursuit in the real world, you can not spend a lot of time, but to explore people and things

    Discovery

    Java对象布局

    在JVM中对象在内存中的布局分为三块区域: 对象头 实例数据 对齐数据 对象头分类: instanceOopDesc:普通类型数据 …

    ThreadLocal线程局部变量

     多线程的三大特征: 原子性:即一个操作或者多个操作要么全部执行并且执行的过程不会被其他因素打断 可见性:可见性是指当多个线程访问 …

    java多线程基础复盘

    一,线程的生命周期 线程五大生命周期: 新建:就是创建一个线程,如:new Thread() 就绪:进入就绪等待状态,如:star …

    MybatisPlus插件

    MybatisPlus插件: 代码生成器 分页插件 执行分析插件SqlExplainInteerceptor 性能分析插件Perf …

      切换主题 | 空想家