摘要: /** * 求一个数字的补码 */ public class IntNumber { public static void main(String[] args) { int a = -10; for (int i = 0; i<32;i++) { int t = (a & 0x80000000>> 阅读全文
posted @ 2021-04-08 14:27 WK_BlogYard 阅读(96) 评论(0) 推荐(0) 编辑
摘要: spring boot项目中的全局异常处理 阅读全文
posted @ 2021-04-08 09:30 WK_BlogYard 阅读(145) 评论(0) 推荐(0) 编辑