会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
10
下一页
2022年8月24日
java时间戳转Date类型精确到毫秒或微秒存储到mysql
摘要: 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)
2022年8月22日
springboot国际化i18n中获取不同国家的代码和语言
摘要: 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)
2022年8月11日
java使用谷歌api翻译读写Excel
摘要: 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)
2022年8月1日
mysql对已经加密的字段进行模糊查询
摘要: 场景:在模糊查询电话号码的时候,发现电话号码是进行加密过的,而传进来的参数却是明文的 PS:作为一个合格的程序员对用户的一些敏感数据都要进行加密处理操作 比如:姓名、手机号、身份证号等等。 问题:但是加密之后我们怎么来查询呢? 1、客户端一般是这样的 1、了解HEX 函数与UNHEX 函数 HEX
阅读全文
posted @ 2022-08-01 15:40 难忘是想起
阅读(0)
评论(0)
推荐(0)
2022年6月29日
JwtUtil生成token加解密工具类
摘要: 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)
2022年6月22日
redis使用zset实现排行榜功能(取前5位/倒数5位)
摘要: 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)
2022年6月21日
rabbitmq配合redis防止重复消费
摘要: 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)
2022年6月17日
springboot使用jasypt完成配置文件中的脱敏
摘要: 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)
2022年6月16日
Springboot集成rabbitMq使用三种模式
摘要: 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)
StringRedisTemplate和RedisTemplate使用的区别
摘要: 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
下一页
公告