自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 java线程异常退出,如何捕获异常信息

例子 Thread thread = new Thread(() -> { System.out.println("thread in"); int res = 1 / 0; System.out.println("thread out"); }); thread.start(); thread.setUncaughtExceptionHandler((t,e) ->

2020-07-14 11:37:30 494

原创 javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

建立连接时异常: handshake_failure排查问题第一步:1)首先在idea的 Run -> Edit Configrations增加-Djavax.net.debug=all可以按照下图保存文件。2)开始请求查看文件或者控制台main, WRITE: TLSv1.2 Handshake, length = 217 #客户端发送[Raw write]: length = 22 main, READ: TLSv1.2 Alert, length = 2 #服务端 ma

2020-06-29 17:58:22 2153

原创 httpclient返回400

注:只是解决本问题的方法,具体场景具体分析。背景:第三发要求替换域名,替换后就报400报错如下:HttpResponseProxy{HTTP/1.1 400 Bad Request [Date: Mon, 29 Jun 2020 07:59:53 GMT, Content-Type: application/json, Content-Length: 137, Connection: keep-alive, X-Frame-Options: DENY, Strict-Transport-Securi

2020-06-29 17:45:14 1878

原创 data tables checkbox实现

1、前端代码在这里 <table id="project_list" class="table table-bordered table-striped" width="100%" > <thead> <tr> <th width="5%"><input

2020-05-19 19:05:21 217

原创 Error attempting to get column 'order_time' from result set. Cause: java.sql.SQLFeatureNotSupported

问题现象:报错:Error attempting to get column ‘order_time’ from result set. Cause: java.sql.SQLFeatureNotSupportedException; ]; null依赖:org.mybatis.spring.bootmybatis-spring-boot-starter2.0.1因为druid...

2020-05-07 12:43:14 1651

原创 使用HttpClient工具调用接口的示例

1、首先要注意引入的包dependency> groupId>commons-httpclientgroupId> artifactId>commons-httpclientartifactId> version>3.1version> dependency> dependency> groupId>net.sf.json-li

2017-10-09 19:18:08 5540 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除