13693261870
2024-09-29 ca8d3861b4e9a28beead77e81ecfa23d15d5eb5f
src/main/java/com/se/simu/helper/WebHelper.java
@@ -38,6 +38,13 @@
    }
    /**
     * 获取CPU核心数
     */
    public static int getCpuCores() {
        return Runtime.getRuntime().availableProcessors();
    }
    /**
     * 格式化日期
     */
    public final static SimpleDateFormat YMDHMS = new SimpleDateFormat("yyyyMMddHHmmss");