1. 线上bug:当deprecated注解遇到protostuff序列化

    有时候会用deprecated注解表示该字段已经废弃或即将废弃,protostuff序列化会直接忽略这个字段。

    2024/05/17 java

  2. 线上bug:当父子线程变量传递遇到线程池

    父子线程变量传递一般都用JDK的InheritableThreadLocal,当遇到了线程池就麻烦了,因为线程池的线程是复用的,线程变量应该从哪传递呢?

    2024/02/23 java

  3. Design Bff_view

    appcode source tVal desc f_athena_house_inter search f_flight_rn_inter_ota_float OTA浮层页 f_athena_house_inter booking f_flight_rn_inter_booking 填单浮层页 f_athena_house_inter booking_split f_flight_rn_inter_submit 填单拆单浮层页 f_athena_house_order order_detail f_od_order_detail 订单详情浮层页 f_athena_house_order order_card f_flight_orderCard_wrapper 行程卡片 f_athena_house_order flight_dynamic f_inter_message_render 航班动态/智能机器人 f_athena_house_common refund_apply f_fuwu_inter_refund_applyPage 退款申请页 f_athena_house_common change_apply f_fuwu_inter_barter_refundChangeRuleNew 改签申请页 f_athena_house_common refund_process f_fuwu_inter_refund_refundInfoForNewPage 退款进度页

    2023/12/01

  4. 类加载失败:找不到类加载器

    我们有一个类加载方式,能通过SPI机制加载类,但类加载失败了

    2023/01/11 java

  5. 常用垃圾回收器对比

    常用垃圾回收器对比

    2022/12/28 java

  6. SpringMVC编码问题:流量激增导致单核CPU使用率100%

    SpringMVC编码问题:流量激增导致单核CPU使用率100%

    2022/09/08 java