logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

https下http请求资源会被阻塞

报错:This request has been blocked; the content must be served over HTTPS解决办法:在head中加入<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

阿里云服务器上安装redis

服务器上安装redis并开机自启

#redis#阿里云#数据库
java代码实现腾讯云短信验证码发送

所需参数:1、appid:// 短信应用SDK AppID2、appkey:// 短信应用SDK AppKey3、smsSign: //签名内容4、templateId: //模板id`import com.github.qcloudsms.SmsSingleSender;import com.github.qcloudsms.SmsSingleSenderResult;...

nginx部署vue项目

1、Linux上安装nginx(https://blog.csdn.net/qq_40948117/article/details/105129123)2、打包vue(npm run build)没有可不用修改修改config/index.js的assetsPublicPath为 ./(注意一定是build里面的,下面dev中也有这个配置)3、用xftp把打包好的dist文件放进...

VScode中配置git

一、VS code 配置git1. 下载安装git2. 如果要在VS Code里面使用Git则需要在编辑器内配置git.path,(1)windows系统,打开cmd,输入where git 就会显示Git的安装路径(2)Mac平台,在命令行中输入which git 拿到Git的安装路径配置git.path点击Edit in settings.json, 在文件里面...

nginx[warn]:an upstream response is buffered to a temporary 解决

问题分析先简单的说一下 Nginx 的 buffer 机制,对于来自 FastCGI Server 的 Response,Nginx 将其缓冲到内存中,然后依次发送到客户端浏览器。缓冲区的大小由 fastcgi_buffers 和 fastcgi_buffer_size 两个值控制。比如如下配置:fastcgi_buffers 8 4K;fastcgi_buffer_size 4K;fastcgi

解决redis乱码问题

解决redis乱码问题直接添加一个配置类就行了/**解决redis中文乱码* Created by dgx on 2019/8*/@Configurationpublic class Config {@Autowiredprivate RedisTemplate redisTemplate;@Beanpublic RedisTemp...

携程阿波罗启动失败Config service failed to start in 120 seconds! Please check ./service/apollo-serv 解决

你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%"mysql -u root -pvmwaremysql>use mysql;mysql>update user set host = '%' where us...

docker基础容器中bash: vi: command not found问题解决

我们在创建容器后,需要编辑文件的时候需要vi/vim命令,但提示未找到命令安装一下就好了:apt-get updateapt-get install vim

    共 13 条
  • 1
  • 2
  • 请选择