1. Java 基础 1.JDK 和 JRE 有什么区别? == 和 equals 的区别是什么? 两个对象的 hashCode() 相同,则 equals() 也一定为 true,对吗? final 在 java 中有什么作用? java 中的 Math.round(-1.5) 等于多少? String 属于基础的数据类型吗? java 中操作字符串都有哪些类?它们之间有什么区别? String…
Leave a Comment月度归档: 2020 年 3 月
rbd info -p $pool_name $image_name –format json rbd showmapped –format json rbd status –pool $pool_name $image_name –format json
Leave a Comment