自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 记录一次java访问https异常

背景javax.net.ssl.SSLException: hostname in certificate didn't match: <a.aaa.com> != <*.bbb.com> OR <bbb.com> OR <*.bbb.com>」httpClient访问https突然异常原因与解决办法当https请求中么有带sni时,...

2019-04-22 19:03:01 295

转载 Q4

 git 安装ziphttps://ranxing.wordpress.com/2016/12/13/add-zip-into-git-bash-on-windows/ lua ip转数字https://stackoverflow.com/questions/8200228/how-can-i-convert-an-ip-address-into-an-integer-with...

2018-12-14 19:10:36 185

原创 rasp shell简单替换

 echo "change or back"while read inputdo if [ "$input" = "change" ]; then cp /opt/wildfly/bin/standalone.sh /opt/wildfly/bin/standalone.sh.bak$(date +%Y-%m-%d-%H-%M) cp /opt/wildfly/bin/st...

2018-08-14 14:11:25 187

转载 网卡

watch more /proc/net/dev

2018-06-14 16:06:53 104

转载 0515

sed -i '/ddd/d' abc.txt

2018-05-15 19:55:43 188

转载 shell

因为nginx -V将输出打印到了标准错误(STDERR),而管道|只能重定向标准输出(STDOUT),所以你的格式化不起任何作用。你必须把标准错误重定向到标准输出,才能通过管道传递给其他命令。试试这个:nginx -V 2&gt;&amp;1 | column -s '--' -thttps://segmentfault.com/q/1010000010985610...

2018-05-14 18:34:59 89

转载 logstash

https://www.cnblogs.com/yincheng/p/logstash.htmlhttps://blog.csdn.net/king7950/article/details/61196447?ticket=ST-111483-2c7Rvn4EOcdXvjue9JK5-passport.csdn.nethttps://blog.csdn.net/daiyudong2020/artic...

2018-05-13 21:28:33 113

原创 test

hello world

2018-05-01 20:29:16 86

空空如也

空空如也

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

TA关注的人

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