main.asp

来自「这是一个很好的班级考勤系统」· ASP 代码 · 共 60 行

ASP
60
字号
<!--''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创                    ''''
''''联系:ctplr@163.com          ''''
''''说明:需要新功能联系我      ''''
''''QQ:214297587                    ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-->
<!--include file="qx.asp"-->
<!--include file="conn.asp"-->
<!--include file="../webinfo.asp"-->
<link href=../css.css rel=stylesheet>
<body background="../back.gif" style='cursor:url("Mouse.ani")'>
<center>
</center>
<div align=center><img src=../images/top.jpg><br><font color=#999999>
  </div>
 <center>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <table border=1    bgcolor="#ffeeee" bordercolor="#3399ff">
    <tr   height=18> 
      <td align=left width="20%">&nbsp;服务器名</td>
      <td width="80%">&nbsp;<%=Request.ServerVariables("SERVER_NAME")%></td>
    </tr>
    <tr   height=18> 
      <td align=left width="20%">&nbsp;服务器IP</td>
      <td width="80%">&nbsp;<%=Request.ServerVariables("LOCAL_ADDR")%></td>
    </tr>
    <tr   height=18> 
      <td align=left width="20%">&nbsp;服务器端口</td>
      <td width="80%">&nbsp;<%=Request.ServerVariables("SERVER_PORT")%></td>
    </tr>
    <tr   height=18> 
      <td align=left width="20%">&nbsp;服务器时间</td>
      <td width="80%">&nbsp;<%=now%></td>
    </tr>
    <tr   height=18> 
      <td align=left width="20%">&nbsp;IIS版本</td>
      <td width="80%">&nbsp;<%=Request.ServerVariables("SERVER_SOFTWARE")%></td>
    </tr>
    <tr   height=18> 
      <td align=left width="20%">&nbsp;脚本超时时间</td>
      <td width="80%">&nbsp;<%=Server.ScriptTimeout%> 秒</td>
    </tr>
    <tr   height=18> 
      <td align=left width="20%">&nbsp;服务器CPU数量</td>
      <td width="80%">&nbsp;<%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%> 
        个</td>
    </tr>
    <tr   height=18> 
      <td align=left width="20%">&nbsp;服务器解译引擎</td>
      <td width="80%">&nbsp;<%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %></td>
    </tr>
    <tr   height=18> 
      <td align=left width="20%">&nbsp;服务器操作系统</td>
      <td width="80%">&nbsp;<%=Request.ServerVariables("OS")%></td>
    </tr>
  </table>
 
  <%=session("name")%>你现在使用的是考勤评分系统 by 野马<br></center>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?