摘要:
1、当单台ES的status为yellowd的时候 curl -XPUT "http://localhost:9200/_settings" -d '{ "number_of_replicas" : 0 }' 记住:这个是将副本碎片删了,但是也会导致这台机器脱离集群,等这台机器status为gree 阅读全文
摘要:
1、并集: a和b所有元素的集合 -- 全连接 并集: a和b所有元素的集合 SELECT a.id id , a.user_name ausername, a.score ascore , b.user_name busername ,b.score bscore FROM cj a LEFT J 阅读全文
摘要:
1、隐式方法 package base /** * @author yangwj * @date 2020/8/7 17:41 */ object ImplicitDemo { // implicit class Caculate(x:Int) { // // def add(y:Int):Int= 阅读全文