有时候会用deprecated注解表示该字段已经废弃或即将废弃,protostuff序列化会直接忽略这个字段。
父子线程变量传递一般都用JDK的InheritableThreadLocal,当遇到了线程池就麻烦了,因为线程池的线程是复用的,线程变量应该从哪传递呢?
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 退款进度页
我们有一个类加载方式,能通过SPI机制加载类,但类加载失败了
常用垃圾回收器对比
SpringMVC编码问题:流量激增导致单核CPU使用率100%