操作系统的体系结构 如:x86 @return
()
| 128 | * @return |
| 129 | */ |
| 130 | public static String getOsArch() { |
| 131 | return SYSTEM_MX_BEAN.getArch();// System.getProperty("os.arch"); |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * 获取CPU数量 |
nothing calls this directly
no outgoing calls
no test coverage detected