- 博客(5)
- 收藏
- 关注
原创 HttpsURLConnection 跳过ssl访问https
package com.gcno93.tls.nettyssl;import javax.net.ssl.*;import java.io.IOException;import java.io.InputStream;import java.io.OutputStream;import java.io.OutputStreamWriter;import java.net.MalformedURLException;import java.net.Socket;import java.net
2022-01-12 11:05:09
1509
原创 ArrayDeque.allocateElements源码分析
private void allocateElements(int numElements) { int initialCapacity = MIN_INITIAL_CAPACITY; // Find the best power of two to hold elements. // Tests "<=" because arrays aren't kept full. if (numElements >= initialCa..
2021-09-23 13:27:18
170
原创 solr id非String报错的解决方法
HTTP Status 500 - {msg=SolrCore 'collection1' is not available due to init failure: Error initializing QueryElevationComponent.,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is no...
2018-06-05 03:17:51
1509
原创 MessageFormat.format和url带有特殊
一.MessageFormat.formathttp://127.0.0.1:8080/tp/quartz/add.json?name={0}&time={'execute':‘{1}’},当我format函数为这个字符串赋值时,遇到了一个问题,就是{'execute':‘{1}’}根本就赋值不了,原样输出,没有出现我期待的样子({'execute':‘2’}),后来我查了相关的资料,我终于发
2017-07-24 18:07:12
1110
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人