2022年12月13日
摘要: ControllerAdvice注解打在类上面,为使用了@ExceptionHandler、@InitBinder、@ModelAttribute注解的方法所在类服务的。@ControllerAdvice可以指定需要拦截的Controller,拦截下来具体要做什么可以自动实现,比如请求响应数据加解密 阅读全文
posted @ 2022-12-13 17:32 如履薄地 阅读(20) 评论(0) 推荐(0)
  2022年8月29日
摘要: public static String toHexString(byte[] b) { StringBuffer sb = new StringBuffer(); for (int i = 0; i < b.length; i++) { //& 0x0F 取出后四位 sb.append(HexUt 阅读全文
posted @ 2022-08-29 16:45 如履薄地 阅读(62) 评论(0) 推荐(0)
< 2025年6月 >
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
6 7 8 9 10 11 12

点击右上角即可分享
微信分享提示