随笔分类 -  Java

摘要:import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException 阅读全文
posted @ 2022-08-21 20:35 三瑞 阅读(20) 评论(0) 推荐(0) 编辑
摘要:import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.Fil 阅读全文
posted @ 2022-08-21 20:34 三瑞 阅读(18) 评论(0) 推荐(0) 编辑
摘要:failed to lazily initialize a collection of role: com.test.security.rbac.domain.Resource.urls, could not initialize proxy - no Session 原: ...... /** * 阅读全文
posted @ 2022-05-17 17:56 三瑞 阅读(53) 评论(0) 推荐(0) 编辑
摘要:cnpm install --save jsencrypt index.html <script src="../node_modules/jsencrypt/bin/jsencrypt.min.js"></script> 阅读全文
posted @ 2022-04-16 11:30 三瑞 阅读(59) 评论(0) 推荐(0) 编辑
摘要:引用:https://stackoverflow.com/questions/50405838/error-creating-bean-with-name-scopedtarget-oauth2clientcontext-scope-session 我解决的方式就是使用他拉问题中提供的答案就可以解决 阅读全文
posted @ 2022-02-21 10:10 三瑞 阅读(2972) 评论(0) 推荐(0) 编辑
摘要:Spring Security 重写多个WebSecurityConfigurerAdapter 系统会报错 Error starting ApplicationContext. To display the conditions report re-run your application wit 阅读全文
posted @ 2022-02-20 09:39 三瑞 阅读(1279) 评论(0) 推荐(0) 编辑
摘要:借鉴: https://blog.csdn.net/qq_25407771/article/details/113842722 NuGet上搜 BouncyCastle 并安装,直接上cs文件 using Org.BouncyCastle.Crypto; using Org.BouncyCastle 阅读全文
posted @ 2021-12-09 10:57 三瑞 阅读(1539) 评论(0) 推荐(0) 编辑
摘要:SpringBoot 读取 resources下的文件报错 cannot be resolved to absolute file path because it does not reside in the file system: jar java.io.FileNotFoundExceptio 阅读全文
posted @ 2020-12-21 20:50 三瑞 阅读(10293) 评论(0) 推荐(0) 编辑
摘要:腾讯短信SDK 引用有时报 java.lang.NoSuchMethodError: org.json.JSONObject.put(Ljava/lang/String;Ljava/util/Collection;)Lorg/json/JSONObject; 发送短信是会在下面红色处报上面的错: S 阅读全文
posted @ 2020-12-19 12:23 三瑞 阅读(1370) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-12-02 10:52 三瑞 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-12-01 14:36 三瑞 阅读(0) 评论(0) 推荐(0) 编辑
摘要:报错: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionExcep 原因:没有安装redis,安装就可以了 阅读全文
posted @ 2020-10-27 20:09 三瑞 阅读(309) 评论(0) 推荐(0) 编辑
摘要:引用:https://www.jianshu.com/p/4c63b095bcb8 IDEA2019下载:https://download.jetbrains.8686c.com/idea/ideaIU-2019.2.4.exe?_ga=2.185157870.670497870.159909736 阅读全文
posted @ 2020-09-22 17:00 三瑞 阅读(371) 评论(0) 推荐(0) 编辑
摘要:一、IDEA中 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apac 阅读全文
posted @ 2020-09-19 09:08 三瑞 阅读(378) 评论(0) 推荐(0) 编辑
摘要:mvn install:install-file -DgroupId=com.familyxiao -DartifactId=GetGoodWeb -Dversion=v0.0.1-SNAPSHOT -Dpackaging=jar -Dfile=E:\WorkGitHub\getgoodwebsit 阅读全文
posted @ 2020-09-16 18:00 三瑞 阅读(596) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示