摘要: 报错:javax.net.ssl.SSLHandshakeException:Receive fatal alert : handshake failure 1、在tomcat的启动参数里加上-Dhttps.protocols=SSLv3,TLSv1 就可以了(没试过) 2、SSL握手失败:用JDK 阅读全文
posted @ 2019-08-23 15:27 咬咬 阅读(1388) 评论(0) 推荐(0) 编辑
摘要: #两个错误#1、for语句最后要以‘:’结束#2、for语句中的执行语句需要有tab,格式margicians =['alice','adance','david','xuyoujia']for margician in margicians: print(margician) 阅读全文
posted @ 2018-07-19 10:05 咬咬 阅读(158) 评论(0) 推荐(0) 编辑
摘要: tomcat错误信息解决方案【严重:StandardServer.await: create[8005]】 原文地址:https://www.cnblogs.com/xuange306/p/6549854.html 错误信息: 严重: StandardServer.await: create[800 阅读全文
posted @ 2018-04-03 19:48 咬咬 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 读取properties文件 peoperties配置文件的格式 阅读全文
posted @ 2018-03-27 17:30 咬咬 阅读(97) 评论(0) 推荐(0) 编辑