- 博客(5)
- 收藏
- 关注
转载 报错:javax.net.ssl.SSLHandshakeException:Receive fatal alert : handshake failure
报错:javax.net.ssl.SSLHandshakeException:Receive fatal alert : handshake failure1、在tomcat的启动参数里加上-Dhttps.protocols=SSLv3,TLSv1 就可以了(没试过)2、SSL握手失败:用JDK1.8做发邮件的功能遇到这种问题(没试过)处理方式是:将目录 %JAVA_HOME%\...
2019-08-23 15:27:00
753
转载 初学python的低级错误
#两个错误#1、for语句最后要以‘:’结束#2、for语句中的执行语句需要有tab,格式margicians =['alice','adance','david','xuyoujia']for margician in margicians: print(margician)转载于:https://www.cnblogs.com/xuyaoyao/p/9334206.html...
2018-07-19 10:05:00
127
转载 为什么js的number类型超过16位的数字变成0,且第16位会加一
昨天遇到一个问题:通过get请求,将“http://127.0.0.1:8080/ServletWebTest/test/test1.jsp?id=1111111111111111111” id的值直接通过<%=id%>的方式弹出。页面显示id=1111111111111111111,但alert中显示“1111111111111112000”?第一:其js将id数据...
2018-07-17 10:34:00
1427
转载 解决端口被占用的问题
tomcat错误信息解决方案【严重:StandardServer.await: create[8005]】原文地址:https://www.cnblogs.com/xuange306/p/6549854.html错误信息:严重: StandardServer.await: create[8005]:java.net.BindException: Ad...
2018-04-03 19:48:00
188
转载 读取properties文件
读取properties文件InputStream in = getClass().getClassLoader().getResourceAsStream("jdbc.properties"); Properties properties = new Properties(); properties.load(in); dr...
2018-03-27 17:30:00
119
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人