菜单页布局

    2023-05-13

    Java性能剖析技术

    2024-09-07

    Java中提供的性能工具,可以分为4类:count,event,instrument,sampling

    JFR

    Async profiler

    alibaba 开源工具:https://time.geekbang.org/column/article/204738 Alibaba Dragonwell

    Arthas

    Read More

    向量化计算

    2024-09-05

    https://www.bilibili.com/video/BV1Rh4y117JE/?spm_id_from=333.337.search-card.all.click&vd_source=72a29ae6c466879a6137e9bab52b0d97

    Read More

    Asm

    2024-06-26

    ASM介绍

    ASM是一个Java字节码操纵框架,能用来动态生成类或者增强既有类的功能 ASM可以直接产生二进制class文件,也可以在类被加载入Java虚拟机之前动态改变类的行为,Java class被存储在严格格式定义的.class文件里,这些类文件拥有足够的元数据来解析类中的所有元素: 类名称,方法,属性以及Java字节码(指令),ASM从...

    Read More

    Spring类解析

    2024-06-18

    spring类解析

    【1】自定义标签解析

    与自定义标签解析相关的类:

    • org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
    • org.springfr...
    Read More
    View: User: