摘要: /** * 获取 获取主板序唯一标识 * * @return . */ public static String getCsCode() { // 获取OperatingSystemMXBean实例 OperatingSystemMXBean osBean = ManagementFactory.g 阅读全文
posted @ 2025-01-20 15:28 狗狗没有坏心眼 阅读(77) 评论(0) 推荐(0)
摘要: /** * 增加系统托盘 */ private void addTray() { // 创建系统托盘 // 判断系统是否支持系统托盘 if (SystemTray.isSupported()) { // 创建系统托盘 SystemTray tray = SystemTray.getSystemTra 阅读全文
posted @ 2025-01-20 15:25 狗狗没有坏心眼 阅读(33) 评论(0) 推荐(0)