随笔分类 - Java
摘要:import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException
阅读全文
摘要:import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.Fil
阅读全文
摘要:failed to lazily initialize a collection of role: com.test.security.rbac.domain.Resource.urls, could not initialize proxy - no Session 原: ...... /** *
阅读全文
摘要:cnpm install --save jsencrypt index.html <script src="../node_modules/jsencrypt/bin/jsencrypt.min.js"></script>
阅读全文
摘要:引用:https://stackoverflow.com/questions/50405838/error-creating-bean-with-name-scopedtarget-oauth2clientcontext-scope-session 我解决的方式就是使用他拉问题中提供的答案就可以解决
阅读全文
摘要:Spring Security 重写多个WebSecurityConfigurerAdapter 系统会报错 Error starting ApplicationContext. To display the conditions report re-run your application wit
阅读全文
摘要:借鉴: https://blog.csdn.net/qq_25407771/article/details/113842722 NuGet上搜 BouncyCastle 并安装,直接上cs文件 using Org.BouncyCastle.Crypto; using Org.BouncyCastle
阅读全文
摘要:SpringBoot 读取 resources下的文件报错 cannot be resolved to absolute file path because it does not reside in the file system: jar java.io.FileNotFoundExceptio
阅读全文
摘要:腾讯短信SDK 引用有时报 java.lang.NoSuchMethodError: org.json.JSONObject.put(Ljava/lang/String;Ljava/util/Collection;)Lorg/json/JSONObject; 发送短信是会在下面红色处报上面的错: S
阅读全文
摘要:报错: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionExcep 原因:没有安装redis,安装就可以了
阅读全文
摘要:引用:https://www.jianshu.com/p/4c63b095bcb8 IDEA2019下载:https://download.jetbrains.8686c.com/idea/ideaIU-2019.2.4.exe?_ga=2.185157870.670497870.159909736
阅读全文
摘要:一、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
阅读全文
摘要:mvn install:install-file -DgroupId=com.familyxiao -DartifactId=GetGoodWeb -Dversion=v0.0.1-SNAPSHOT -Dpackaging=jar -Dfile=E:\WorkGitHub\getgoodwebsit
阅读全文