📄 admin_other.asp
字号:
<%if session("cjuser")="" and session("pwdd")="" then
response.write "<a href=loging_form.asp target=_top>你不是本站管理员,或者没有登录!点这里返回!</a>"
response.end
end if
%>
<style type="text/css">
<!--
.z {
font-size: 10pt;
}
-->
</style>
<link href="css/main.css" rel="stylesheet" type="text/css" />
<table width=98% border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC" class=lanyubk style="border-collapse: collapse">
<tr bgcolor="#FFFFFF" class=xiangxi>
<td height="25" colspan="2">主机环境变量</td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="16" align="center">项目</td>
<td width="66%" align="center">值</td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">服务器的域名</td>
<td width="66%" height="25"><%=Request.ServerVariables("server_name")%> </td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">服务器的IP地址</td>
<td width="66%" height="25"><%=Request.ServerVariables("LOCAL_ADDR")%> </td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">服务器操作系统</td>
<td width="66%" height="25"><%=Request.ServerVariables("OS")%> </td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">服务器解译引擎</td>
<td width="66%" height="25"><%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %> </td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">服务器软件的名称及版本</td>
<td width="66%" height="25"><%=Request.ServerVariables("SERVER_SOFTWARE")%> </td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">服务器正在运行的端口</td>
<td width="66%" height="25"><%=Request.ServerVariables("server_port")%> </td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">服务器CPU数量</td>
<td width="66%" height="25"><%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%>
个</td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">服务器Application数量</td>
<td width="66%" height="25"><%=Application.Contents.Count%> 个</td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">服务器Session数量</td>
<td width="66%" height="25"><%=Session.Contents.Count%> 个</td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">请求的物理路径</td>
<td width="66%" height="25"><%=Request.ServerVariables("path_translated")%> </td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">请求的URL</td>
<td width="66%" height="25">http://<%=Request.ServerVariables("server_name")%><%=Request.ServerVariables("script_name")%></td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">服务器当前时间</td>
<td width="66%" height="25"><%=now()%> </td>
</tr>
<tr bgcolor="#FFFFFF" class=z>
<td height="25">脚本连接超时时间</td>
<td width="66%" height="25"><%=Server.ScriptTimeout%> 秒</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -