参考这篇文章 # OK last warning: you will probably lose data. Don't do this if you can't risk that. CLUSTER="test_gengmei" INDEX="gm_test" SHARD=" # this is where the rpm dumped all the lucene jars cd /usr/share/elasticsearch/lib # run t…
Problem:Java利用快捷键查看源代码显示Source not found 出现问题的原因:JDK目录下缺失src.zip文件只有javafx-src.zip src.zip文件:Java所有类的源代码 下载src.zip地址:https://pan.baidu.com/s/1_SdoulFkFUd3Je01zrw8qQ 1.将src.zip文件拷贝到装JDK目录下 2.此时"Installed JRES"右边是列表窗格,列出了系统中的JRE 环境,选择你的JRE,然后点边上的…
带着问题写博客 问题1:使用netstat查看有源TCP连接的状态时,经常会看到established状态,那么还有哪些状态,这些状态是如何变化的呢? 问题2:TIME_WAIT状态存在的必要? 问题3:MTU和MSS之间的关系? 当网络出现异常时,netstat可以查看某个有源链接的状态.在了解这些状态的意义之前,必须先理清tcp的连接步骤,使用netstat后显示如下: Active Internet connections (w/o servers) Proto Recv-Q Send-Q…