2024年3月28日
JAVA关键字strictfp & transient 的作用
strictfp有什么作用? 答:关键字strictfp是strictfloatpoint的缩写,指的是精确浮点,它用来确保浮点数 […]
strictfp有什么作用? 答:关键字strictfp是strictfloatpoint的缩写,指的是精确浮点,它用来确保浮点数 […]
在Spring Boot中,可以通过实现ApplicationContextInitializer接口来指定某些类优先初始化。你需 […]