摘要: Eureka客户端注册 客户端的注册 增加maven依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifac 阅读全文
posted @ 2023-09-15 20:47 搬砖的孟达 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 算法新手 01 打印整书32位 code: public static void getByte32(int num) { for (int i = 31; i >= 0; i--) { System.out.print((num & (1 << i)) == 0 ? "0" : "1"); } } 阅读全文
posted @ 2023-09-15 18:46 搬砖的孟达 阅读(9) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示