- 博客(6)
- 问答 (1)
- 收藏
- 关注
原创 nginx 实现https协议访问和基于域名的多服务部署
https协议访问和基于域名的多服务部署https协议访问1、申请SSL证书2、ngxin.conf配置基于域名的多服务部署1、nginx.conf配置 https协议访问 1、申请SSL证书 2、ngxin.conf配置 http { include mime.types; default_type application/octet-stream; server { listen 443 #https协议的默认端口; serve
2021-09-26 16:19:16
237
原创 element-ui + springboot 实现文件及表单数据提交和下载
1、文件上传 1)、html <el-form-item :label="form.masterId ? '新文件' : '文件'" :required="!form.masterId" :show-message="false" > <el-upload action="#" ref="uploadFile" :multiple="false" :limi
2021-05-11 15:17:28
733
原创 MySQL authentication plugin 'caching_sha2_password' cannot be loaded 问题
MySQL版本是 8.0.13 在使用Navicat时链接数据库出现上述问题:authentication plugin 'caching_sha2_password' cannot be loaded,所以认为是插件问题。 1、修改插件 ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'archiver'; 2、此...
2019-01-12 17:44:07
276
原创 Linux 时间错误的修正
Linux 时间错误的修正使用命令 ntpdate pool.ntp.org 如果 ntpdate命令未找到,则使用yum -y install ntp.x86_64 进行下载配置
2018-03-23 17:24:51
780
空空如也
eclipse,tomcat,struts2运行服务器报错的问题
2017-11-27
TA创建的收藏夹 TA关注的收藏夹
TA关注的人