04 2024 档案
摘要:// 判断 redis中键值 key 是否存在; Boolean carWeizi_redis_service = redisService.hasKey("carWeizi_redis_service"); if (carWeizi_redis_service){ // 获取对应的 list数组
阅读全文
摘要://引入pom <!--mqtt--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-integration</artifactId> </dependency> <d
阅读全文
摘要:import java.util.Arrays; import java.util.List; import java.util.function.IntBinaryOperator; List<String> names = Arrays.asList("Alice", "Bob", "Charl
阅读全文