<%@ page contentType="text/html;charset=UTF-8" %> <%@ include file="/webpage/include/taglib.jsp"%> 定时任务管理
服务器信息
ip地址 ${systemInfo.hostIp}
主机名 ${systemInfo.hostName}
操作系统的名称 ${systemInfo.osName}
操作系统的构架 ${systemInfo.arch}
操作系统的版本 ${systemInfo.osVersion}
处理器个数 ${systemInfo.processors}
Java的运行环境版本 ${systemInfo.javaVersion}
Java供应商的URL ${systemInfo.javaUrl}
Java的安装路径 ${systemInfo.javaHome}
临时文件路径 ${systemInfo.tmpdir}