上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: package com.lezu.springboot.test.lian; import cn.hutool.json.JSONUtil; import com.alibaba.fastjson.JSONObject; import java.util.Date; /** * @author Li 阅读全文
posted @ 2022-08-24 15:53 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: package com.lezu.springboot.test.lian; import cn.hutool.core.util.StrUtil; import java.util.Locale; /** * @author LianJiaYu * @date 2022/8/18 14:09 */ 阅读全文
posted @ 2022-08-22 14:40 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: 1、准备所需要用到的pom.xml <!-- https://mvnrepository.com/artifact/com.alibaba/easyexcel --> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel< 阅读全文
posted @ 2022-08-11 11:21 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: 场景:在模糊查询电话号码的时候,发现电话号码是进行加密过的,而传进来的参数却是明文的 PS:作为一个合格的程序员对用户的一些敏感数据都要进行加密处理操作 比如:姓名、手机号、身份证号等等。 问题:但是加密之后我们怎么来查询呢? 1、客户端一般是这样的 1、了解HEX 函数与UNHEX 函数 HEX 阅读全文
posted @ 2022-08-01 15:40 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: 1、 pom.xml <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api --> <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</arti 阅读全文
posted @ 2022-06-29 14:16 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: package com.lezu.springboot.test.redis; import cn.hutool.core.util.RandomUtil; import com.alibaba.fastjson.JSONObject; import org.junit.jupiter.api.Te 阅读全文
posted @ 2022-06-22 16:06 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: package com.lezu.springboot.test; import com.lezu.springboot.configuration.config.rabbitmq.DirectExchangeConfig; import org.junit.jupiter.api.Test; im 阅读全文
posted @ 2022-06-21 18:39 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: 1、导入pom.xml <!-- Jasypt加密 --> <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-starter</artifactId> <version>3. 阅读全文
posted @ 2022-06-17 10:59 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: 1、导入pom.xml <!--rabbitmq--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 2 阅读全文
posted @ 2022-06-16 22:31 难忘是想起 阅读(0) 评论(0) 推荐(0)
摘要: 1、配置RedisTemplate package com.lezu.springboot.configuration; import org.springframework.context.annotation.Bean; import org.springframework.context.an 阅读全文
posted @ 2022-06-16 21:38 难忘是想起 阅读(0) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页