JAVA 2024年3月28日 JAVA关键字strictfp & transient 的作用 strictfp有什么作用? 答:关键字strictfp是strictfloatpoint的缩写,指的是精确浮点,它用来确保浮点数 […]
JAVA 2024年3月14日 SpringBoot如何指定某些类优先初始化 在Spring Boot中,可以通过实现ApplicationContextInitializer接口来指定某些类优先初始化。你需 […]
JAVA 2024年3月5日 java误区之(一)-大小写转换-语言编码惹的祸 public static void main(String args[]){String str = “ABCDIa […]