首页
UI
弹出层
布局
输入
上传
表单
日期日历
媒体
导航
其他
ASCII工具
图片工具
文章
注册
登录
SpringBoot+Nginx免费使用阿里云SSL证书实现网站HTTPS
如何在Centos7(Linux)上源码安装最新版Git
使用certbot生成永久免费的Let's Encrypt SSL证书实现SpringBoot+Nginx网站的HTTPS
玩儿点儿新花样,将Ascii banner艺术字放入以太坊区块链上
如何在Centos7上安装Elasticsearch7.6并运行集群
SpringBoot+Redis项目报错Invalid UTF-32 character 0x31353936
后台报错:java.io.CharConversionException: Invalid UTF-32 character 0x31353936 (above 0x0010ffff) at char #2500, byte #10003)
1年前
后端
SpringBoot
Redis
1.7k 阅读
0评论
前端验证码图片无法显示,后端提示异常信息:"sun.awt.FontConfiguration.head" is null
Spring Boot项目部署到Centos7时正常,但是访问前端页面时图片验证码无法正常显示,并且后端报异常:java.lang.NullPointerException: Cannot load from short array because "sun.awt.FontConfiguration.head" is null
1年前
后端
springboot
centos
10k+ 阅读
0评论
IntelliJ IDEA重新编译SpringBoot项目时报错:类文件具有错误的版本 61.0, 应为 55.0
在做Spring Boot升级3.0.0过程中,IDEA在Rebuild时报错,提示:类文件具有错误的版本 61.0, 应为 55.0, 请删除该文件或确保该文件位于正确的类路径子目录中。
1年前
后端
springboot
jdk
idea
10k+ 阅读
0评论
在CentOS8上安装FastDFS实现分布式文件系统并结合Nginx实现图片文件自动裁剪
本文将介绍如何在CentOS8系统上安装FastDFS+Nginx环境实现分布式图片系统以及图片文件自动裁剪功能。
2年前
后端
Centos
Nginx
FastDFS
10k+ 阅读
0评论
执行go build时报错:go: go.mod file not found in current directory or any parent directory
执行命令go build -n时提示:go: go.mod file not found in current directory or any parent directory; see 'go help modules'
2年前
后端
golang
mac
10k+ 阅读
0评论
Spring Boot项目中使用spring-session时报错:No session repository could be auto-configured
Error creating bean with name 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$ServletSessionRepositoryValidator': Invocation of init method failed; nested exception is org.springframework.boot.autoconfigure.session.SessionRepositoryUnavailableException: No session repository could be auto-configured, check your configuration (session store type is 'redis')
2年前
后端
SpringBoot
Java
Session
Redis
10k+ 阅读
0评论
使用Let's Encrypt给网站配置免费的HTTPS(Centos8+Nginx)
Let's Encrypt是一个证书颁发机构 (CA),它为传输层安全 (TLS) 加密提供免费证书。通过Let's Encrypt提供的客户端Certbot,我们可以更容易的完成证书的创建、验证、签名、安装和续订过程。本文将介绍使用Let's Encrypt给Centos上的Nginx创建并配置TLS/SSL证书,实现网站的HTTPS,并且我们将使用Crontab定时自动执行证书续订调用。
2年前
后端
HTTPS
Nginx
Centos
10k+ 阅读
0评论
升级完Mac系统后Java项目提示: the font "Times" is not available, so "Lucida Bright" has been substituted
Warning: the font "Times" is not available, so "Lucida Bright" has been substituted, but may have unexpected appearance or behavor. Re-enable the "Times" font to remove this warning.
2年前
后端
Mac
Java
Font
10k+ 阅读
0评论
Spring Boot项目在获取图片验证码时报错sun.awt.FontConfiguration.head及解决办法
在阿里云Alibaba Cloud Linux 3服务器上运行的Spring Boot项目,项目能正常启动,但是当访问含有图片验证码的页面时总是报错:java.lang.NullPointerException: Cannot load from short array because "sun.awt.FontConfiguration.head" is null,而且图片验证码无法显示。
2年前
后端
Java
Springboot
10k+ 阅读
0评论
如何在Alibaba Cloud Linux 3上安装MongoDB 5.0
最近重新购买了阿里云的ECS,这次选用的它家自研的Alibaba Cloud Linux 3系统,因为做了很多优化,而且全面兼容RHEL/CentOS生态,于是就选了它。
2年前
后端
ECS
Linux
MongoDB
10k+ 阅读
0评论
Spring Boot从2.2.2.RELEASE版本升级到2.5.3时出现错误及解决办法
Github机器人提示项目有依赖安全漏洞问题,于是考虑将Spring Boot升级到最新版2.5.3,此版本包括很多错误修复、文档改进和依赖项升级。在升级过程中遇到了几个问题,如下:
3年前
后端
springboot
10k+ 阅读
0评论
启动Spring Boot项目时报错:The dependencies of some of the beans in the application context form a cycle
启动Spring Boot项目时报循环依赖错误:The dependencies of some of the beans in the application context form a cycle
4年前
后端
springboot
springcloud
10k+ 阅读
0评论
上一页
1
2
3
4
下一页
共4页,第1页
所有文章
评论最多
热门内容
前端
后端
移动
工具
区块链
热门文章
[oh-my-zsh] 提示 Insecure completion-dependent directories detected解决办法
Mac上安装完oh-my-zsh后,命令行终端提示:[oh-my-zsh] Insecure completion-dependent directories detected: drwxrwxr-x ...
4年前
工具
10k+ 阅读
Spring Boot升级到2.3.2.RELEASE后提示"Cannot resolve symbol Valid"
将Spring Boot从2.1.8升级到最新版的2.3.2后提示@NotEmpty,@Valid等注解无效,找不到javax.validation.constraints.NotEmpty,javax.validation.Valid类。
4年前
后端
10k+ 阅读
Nuxt.js报错:Classic mode for store/ is deprecated and will be removed in Nuxt 3
将Nuxt.js升级到最新版的2.4.0时,终端提示警告:Classic mode for store/ is deprecated and will be removed in Nuxt 3。解决办法如下:
5年前
前端
10k+ 阅读
使用Let's Encrypt给网站配置免费的HTTPS(Centos8+Nginx)
Let's Encrypt是一个证书颁发机构 (CA),它为传输层安全 (TLS) 加密提供免费证书。通过Let's Encrypt提供的客户端Certbot,我们可以更容易的完成证书的创建、验证、签名、安装和续订过程。本文将介绍使用Let's Encrypt给Centos上的Nginx创建并配置TLS/SSL证书,实现网站的HTTPS,并且我们将使用Crontab定时自动执行证书续订调用。
2年前
后端
10k+ 阅读
启动Spring Boot项目时报错:The dependencies of some of the beans in the application context form a cycle
启动Spring Boot项目时报循环依赖错误:The dependencies of some of the beans in the application context form a cycle
4年前
后端
10k+ 阅读
Nuxt.js项目报错window is not defined解决方法
Nuxt.js项目中使用了vue-messages第三方组件,引入过后页面报错window is not defined,如何解决这个问题?
5年前
前端
10k+ 阅读
目录