logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative

我遇到报这个错是因为需要把图片取出来转为base64编码,使用freemarker导出为Word时图片位置需要将图片转为base64编码,由于图片放置与内网且保存地址是https形式的,所以就会报证书错误,这里就需要我们手动去忽略证书问题;

文章图片
#ssl#网络协议#网络 +1
activiti初始化报:java.sql.SQLSyntaxErrorException: Table ‘activiti.act_ge_property‘ doesn‘t exist

解决activiti初始化报:java.sql.SQLSyntaxErrorException: Table 'activiti.act_ge_property' doesn't exist

文章图片
#数据库#java#开发语言
Git提交代码到仓库(文件夹操作提交)

用文件夹的方式使用Git提交代码,推送到远程仓库

文章图片
#git
控制台报错:Servlet.service() for servlet [dispatcherServlet] in context

错误信息:Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Circular view path [hello]: would dispatch back to the current handler URL [/hehe/hello] again. Check yo

文章图片
#servlet#java
到底了