会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
咬咬
博客园
首页
新随笔
联系
订阅
管理
2019年8月23日
报错:javax.net.ssl.SSLHandshakeException:Receive fatal alert : handshake failure
摘要: 报错:javax.net.ssl.SSLHandshakeException:Receive fatal alert : handshake failure 1、在tomcat的启动参数里加上-Dhttps.protocols=SSLv3,TLSv1 就可以了(没试过) 2、SSL握手失败:用JDK
阅读全文
posted @ 2019-08-23 15:27 咬咬
阅读(1683)
评论(0)
推荐(0)
2018年7月19日
初学python的低级错误
摘要: #两个错误#1、for语句最后要以‘:’结束#2、for语句中的执行语句需要有tab,格式margicians =['alice','adance','david','xuyoujia']for margician in margicians: print(margician)
阅读全文
posted @ 2018-07-19 10:05 咬咬
阅读(162)
评论(0)
推荐(0)
2018年7月17日
为什么js的number类型超过16位的数字变成0,且第16位会加一
摘要:
阅读全文
posted @ 2018-07-17 10:34 咬咬
阅读(6695)
评论(0)
推荐(0)
2018年4月3日
解决端口被占用的问题
摘要: tomcat错误信息解决方案【严重:StandardServer.await: create[8005]】 原文地址:https://www.cnblogs.com/xuange306/p/6549854.html 错误信息: 严重: StandardServer.await: create[800
阅读全文
posted @ 2018-04-03 19:48 咬咬
阅读(390)
评论(0)
推荐(0)
2018年3月27日
读取properties文件
摘要: 读取properties文件 peoperties配置文件的格式
阅读全文
posted @ 2018-03-27 17:30 咬咬
阅读(100)
评论(0)
推荐(0)
公告