全球主机交流论坛
标题:
谁能弄个java的探针来用用?
[打印本页]
作者:
tobeychan
时间:
2011-10-24 16:00
标题:
谁能弄个java的探针来用用?
谁能弄个java的探针来用用?
java luo 有么
作者:
大胡子
时间:
2011-10-24 16:01
不会 楼下
作者:
yu.gs尊
时间:
2011-10-24 16:01
JAVA 这个研究的少
作者:
大湿兄
时间:
2011-10-24 16:02
干嘛 非要弄个JAVA的 ?
作者:
G.Ming
时间:
2011-10-24 16:02
谁能弄个java的探针来用用?
java luo 有么
以前在网上见过!
作者:
zyzit
时间:
2011-10-24 16:03
不会楼下的来
作者:
落霞孤鹜
时间:
2011-10-24 16:05
网上有,但是JAVA还搞什么探针
作者:
0x59
时间:
2011-10-24 16:10
有Python的
作者:
火雪心
时间:
2011-10-24 16:10
java。。不喜欢这个东西
作者:
失足大叔
时间:
2011-10-24 16:11
政府的最爱
作者:
moto72
时间:
2011-10-24 16:15
<%@ page language="java" pageEncoding="utf-8"%>
<%@ page import="java.util.*"%>
<%
String path = request.getContextPath();
Properties props = System.getProperties();
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<jsp:include page="../common/common.jsp" />
</head>
<body id="" style="background-color: #fff;">
<div style="background-color: #fff; margin: 10px;">
<h2>
<div>
服务器信息
</div>
</h2>
<table width="100%" class="listlindex">
<tr>
<th>
操作系统的名称:
</th>
<td><%=props.getProperty("os.name")%></td>
</tr>
<tr>
<th>
操作系统的构架:
</th>
<td><%=props.getProperty("os.arch")%></td>
</tr>
<tr>
<th>
操作系统的版本:
</th>
<td><%=props.getProperty("os.version")%></td>
</tr>
<tr>
<th>
用户的账户名称:
</th>
<td><%=props.getProperty("user.name")%></td>
</tr>
<tr>
<th>
Java的运行环境版本
</th>
<td><%=props.getProperty("java.version")%></td>
</tr>
<tr>
<th>
Java的运行环境供应商:
</th>
<td><%=props.getProperty("java.vendor")%></td>
</tr>
<tr>
<th>
Java供应商的URL:
</th>
<td><%=props.getProperty("java.vendor.url")%></td>
</tr>
<tr>
<th>
Java的安装路径:
</th>
<td><%=props.getProperty("java.home")%></td>
</tr>
<tr>
<th>
Java的虚拟机规范版本:
</th>
<td><%=props.getProperty("java.vm.specification.version")%></td>
</tr>
<tr>
<th>
Java的虚拟机规范供应商:
</th>
<td><%=props.getProperty("java.vm.specification.vendor")%></td>
</tr>
<tr>
<th>
Java的虚拟机规范名称:
</th>
<td><%=props.getProperty("java.vm.specification.name")%></td>
</tr>
<tr>
<th>
Java的虚拟机实现版本:
</th>
<td><%=props.getProperty("java.vm.version")%></td>
</tr>
<tr>
<th>
Java的虚拟机实现供应商:
</th>
<td><%=props.getProperty("java.vm.vendor")%></td>
</tr>
<tr>
<th>
Java的虚拟机实现名称:
</th>
<td><%=props.getProperty("java.vm.name")%></td>
</tr>
<tr>
<th>
Java运行时环境规范版本:
</th>
<td><%=props.getProperty("java.specification.version")%></td>
</tr>
<tr>
<th>
Java运行时环境规范名称:
</th>
<td><%=props.getProperty("java.specification.name")%></td>
</tr>
<tr>
<th>
Java的类格式版本号:
</th>
<td><%=props.getProperty("java.class.version")%></td>
</tr>
</table>
</div>
</body>
</html>
复制代码
欢迎光临 全球主机交流论坛 (https://loc.mjj8.eu.org/)
Powered by Discuz! X3.4