朝花夕誓
npm下载无权限 npm下载无权限
node saas 模块安装失败,无法打包成功,异常堆栈如下: gyp ERR! stack Error: EACCES: permission denied, mkdir '/root/.jenkins/workspace/ems
2022-04-10
时区问题 时区问题
1、jvm时区当出现本地和服务器中,时间不一致的现象时,多半是服务器中 jvm 的时区不对。 在 SpringBoot 启动类中加入以下代码即可在启动时设置 jvm 的时区。 @PostConstruct void started() {
2022-04-10
Maven打包项目报错 Maven打包项目报错
一、maven打包报错maven执行mvn clean package报错 Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2 原因:单元
2021-02-08
阿里云上传图片超时问题 阿里云上传图片超时问题
报错errError: timeout of 5000ms exceeded 报错原因 以下2个方法执行时间过长,在我的电脑平均每个3秒左右,导致超时报错 OSS ossClient = new OSSClientBuilder().bui
2021-01-20
跨域问题 跨域问题
一、报错No 'Access-Control-Allow-Origin' header is present on the requested resource. 二、跨域问题产生原因浏览器通过一个地址去访问另一个地址时,
2021-01-17
Springboot出现无法加载主类问题 Springboot出现无法加载主类问题
依次点击运行->编辑配置->添加相应的springboot模块->设置正确的启动类 如果依旧出现此问题,则maven->compile
2021-01-01
matery主题的代码块问题解决 matery主题的代码块问题解决
一、 问题描述Hexo的matery主题中的代码块出现代码大小不一,代码键复制,无法高亮等BUG。 二、 问题解决大部分采取http://luckyzmj.cn/posts/1b9a9e28.html该博客的方法,但出现了2个BUG 一键复
2020-12-23