Ocean-MondoPaco

导航

2023年12月6日 #

shell学习

摘要: shell if [ “x${var}" == “x” ]中x的作用_shell if x-CSDN博客 阅读全文

posted @ 2023-12-06 11:20 rodeas 阅读(2) 评论(0) 推荐(0) 编辑

2023年1月12日 #

mysql新建用户,使用dbeaver连接,显示Public Key Retrieval is not allowed

摘要: 方法一:在数据库连接串后面添加 ?allowPublicKeyRetrieval=true 即可(注意这种方式可能导致安全风险,推荐使用mysql_native_password): 方法二:在该数据库中使用mysql_native_password 阅读全文

posted @ 2023-01-12 10:52 rodeas 阅读(83) 评论(0) 推荐(0) 编辑

2023年1月11日 #

slf4j配置使用

摘要: 环境:IntelliJ IDEA 2022.2,jdk8 插件要求:Settings-->Plugins中安装lomkob插件 pom依赖项: <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifact 阅读全文

posted @ 2023-01-11 18:27 rodeas 阅读(191) 评论(0) 推荐(0) 编辑