logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

The plain HTTP request was sent to HTTPS port

The plain HTTP request was sent to HTTPS port

文章图片
#http#https#网络协议
java_error_in_idea.hprof 文件

Mac java_error_in_idea.hprof文件

文章图片
#intellij-idea#java
mac m1 HTTP或链接数据库:No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

HTTP或链接数据库出现:No appropriate protocol (protocol is disabled or cipher suites are inappropriate)本人使用的JDK为 Zulu JDK 1.8JDK没有允许对应的HTTP加密方式解决方案到所在JDK目录下打开对应文件 /jre/lib/security/java.security将 TLSv1, TLSv1.

#http#big data#java
Spring redisTemplate.opsForValue().get() 返回List <LinkedHashMap>而不是String类型

java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.XXX.XXX.xxClass存入redis时是这样存的List<Oa> value; 是一个listredisTemplate.opsForValue().set( key, value);从redis中取出数据oldList = (

#redis#json
ssh连接虚拟机错误(Connection failed: connection refused. No more addresses to try)

ssh 连接虚拟机错误(Connection failed: connection refused. No more addresses to try)原因在本机使用ping 命令,出现(DUP!)要链接的虚拟机被设置了静态IP,从而导致在局域网中出现了IP地址冲突导致的解决方案为要链接的虚拟机修改一个新的静态ip地址#编辑网卡(编辑对应的网卡文件名称,这里我使用的是ens33网卡,可以使用 if

#ssh#linux#centos
解析JSON出现异常(JSON返回结果)

syntax error,except start with { or [,but actually start with error’, data=null}HTTP请求后返回结果,出现syntax error,except start with { or [,but actually start with error', data=null}经过查看,发现返回Result为:<html&

#json#nginx
暂无文章信息