Results for "country:CN os:Windows os:Windows os:Windows"
62 results found
Microsoft Windows RPC over HTTP 1.0
Windows
business
Shenzhen Tencent Computer Systems Company Limited
language
Not Found
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Tue, 02 Dec 2025 23:28:34 GMT
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Tue, 02 Dec 2025 23:28:34 GMT
Connection: close
Content-Length: 315
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Not Found</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Not Found</h2>
<hr><p>HTTP Error 404. The requested resource is not found.</p>
</BODY></HTML>
business
Shenzhen Tencent Computer Systems Company Limited
language
Not Found
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Tue, 02 Dec 2025 23:28:41 GMT
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Tue, 02 Dec 2025 23:28:41 GMT
Connection: close
Content-Length: 315
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Not Found</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Not Found</h2>
<hr><p>HTTP Error 404. The requested resource is not found.</p>
</BODY></HTML>
business
Shenzhen Tencent Computer Systems Company Limited
language
登录
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/10.0
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/10.0
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Tue, 02 Dec 2025 23:28:36 GMT
Connection: close
Content-Length: 4328
<!DOCTYPE html>
<html lang="ZH-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>登录</title>
<link href="/Content/layui/css/layui.css" rel="stylesheet" />
<link href="/Content/css/login.css" rel="stylesheet" />
</head>
<body>
<div class="kit-login">
<div class="kit-login-bg"></div>
<div class="kit-login-wapper">
<h2 class="kit-login-slogan">欢迎使用后台管理系统</h2>
<div class="kit-login-form">
<h4 class="kit-login-title">登录</h4>
<form class="layui-form">
<div class="kit-login-row">
<div class="kit-login-col">
<i class="layui-icon"></i>
<span class="kit-login-input">
<input type="text" id="UserName" name="UserName" lay-verify="required" placeholder="用户名/邮箱/手机号" />
</span>
</div>
<div class="kit-login-col"></div>
</div>
<div class="kit-login-row">
<div class="kit-login-col">
<i class="layui-icon"></i>
<span class="kit-login-input">
<input type="password" id="PassWord" name="PassWord" lay-verify="required" placeholder="密码" />
</span>
</div>
<div class="kit-login-col"></div>
</div>
<div class="kit-login-row">
<div class="kit-login-col">
<input type="checkbox" name="rememberMe" title="记住帐号" lay-skin="primary">
</div>
</div>
<div class="kit-login-row">
<button class="layui-btn kit-login-btn" onclick="Login()" type="button">登录</button>
</div>
<div class="kit-login-row" style="margin-bottom:0;">
<a href="javascript:;" style="color: rgb(153, 153, 153); text-decoration: none; font-size: 13px;" id="forgot">忘记密码</a>
</div>
</form>
</div>
</div>
</div>
<script src="/Scripts/jquery-1.10.2.min.js"></script>
<script src="/Content/layui/layui.js"></script>
<script src="/Content/js/pair.js"></script>
<script type="text/javascript">
layui.use(['layer', 'form'], function () {
var form = layui.form,
$ = layui.jquery;
$('#forgot').on('click', function () {
layer.msg('请联系管理员.');
});
});
</script>
<script type="text/javascript">
//登录方法
function Login() {
//收集信息
var UserName = $('#UserName').val();
var PassWord = $('#PassWord').val();
//检验参数是否为空
if (UserName == null || UserName == "") {
layer.msg("账号不能为空");
return false;
}
//检验参数是否为空
if (PassWord == null || PassWord == "") {
layer.msg("密码不能为空");
return false;
}
//密码加密
PassWord = pair(PassWord);
$.post('/Login/LoginUser', {
UserName: UserName,
PassWord: PassWord,
}, func
business
Shenzhen Tencent Computer Systems Company Limited
language
智能化图纸校审系统
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Mon, 30 Jun 2025 02:19:07 GMT
Accept-Ranges: bytes
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Mon, 30 Jun 2025 02:19:07 GMT
Accept-Ranges: bytes
ETag: "805f485b65e9db1:0"
Server: Microsoft-IIS/10.0
Date: Tue, 02 Dec 2025 23:28:37 GMT
Connection: close
Content-Length: 585
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>智能化图纸校审系统</title>
<style>
body {
margin: 0;
width: 100vw;
height: 100vh;
}
</style>
<script type="module" crossorigin src="/assets/index-De0hqRYV.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DczkvlzF.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
business
Shenzhen Tencent Computer Systems Company Limited
language
Not Found
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Tue, 02 Dec 2025 23:28:41 GMT
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Tue, 02 Dec 2025 23:28:41 GMT
Connection: close
Content-Length: 315
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Not Found</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Not Found</h2>
<hr><p>HTTP Error 404. The requested resource is not found.</p>
</BODY></HTML>
business
Shenzhen Tencent Computer Systems Company Limited
language
Not Found
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Tue, 02 Dec 2025 23:28:39 GMT
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Tue, 02 Dec 2025 23:28:39 GMT
Connection: close
Content-Length: 315
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Not Found</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Not Found</h2>
<hr><p>HTTP Error 404. The requested resource is not found.</p>
</BODY></HTML>
business
Shenzhen Tencent Computer Systems Company Limited
language
EMSC
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Thu, 13 Nov 2025 08:20:38 GMT
Accept-Ranges: bytes
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Thu, 13 Nov 2025 08:20:38 GMT
Accept-Ranges: bytes
ETag: "2649c7647654dc1:0"
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Tue, 02 Dec 2025 23:28:46 GMT
Connection: close
Content-Length: 11245
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="renderer" content="webkit"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel="icon" href="favicon.ico"><script src="config.js"></script><title>EMSC</title><!--[if lt IE 11]><script>window.location.href='html/ie.html';</script><![endif]--><style>html,
body,
#app {
height: 100%;
margin: 0px;
padding: 0px;
}
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FFF;
-webkit-animation: spin 2s linear infinite;
-ms-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
-o-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
z-index: 1001;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FFF;
-webkit-animation: spin 3s linear infinite;
-moz-animation: spin 3s linear infinite;
-o-animation: spin 3s linear infinite;
-ms-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #FFF;
-moz-animation: spin 1.5s linear infinite;
-o-animation: spin 1.5s linear infinite;
-ms-animation: spin 1.5s linear infinite;
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
#loader-wrapper .loader-section {
position: fixed;
top: 0;
width: 51%;
height: 100%;
background: #7171C6;
z-index: 1000;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
left: 0;
}
#loader-wrapper .loader-section.section-right {
right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all 0.7s 0.
business
Shenzhen Tencent Computer Systems Company Limited
language
评教系统
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Thu, 20 Nov 2025 15:52:37 GMT
Accept-Ranges: bytes
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Thu, 20 Nov 2025 15:52:37 GMT
Accept-Ranges: bytes
ETag: "411066b1355adc1:0"
Server: Microsoft-IIS/10.0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Date: Tue, 02 Dec 2025 23:29:35 GMT
Connection: close
Content-Length: 443
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>评教系统</title>
<script type="module" crossorigin src="/assets/index-5885f935.js"></script>
<link rel="stylesheet" href="/assets/index-05a738e2.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
business
Shenzhen Tencent Computer Systems Company Limited
Microsoft Windows RPC over HTTP 1.0
Windows
business
Shenzhen Tencent Computer Systems Company Limited
220-FileZilla Server version 0.9.45 beta
language
1.14.240.16 - /
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
HTTP/1.1 200 OK
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
Date: Tue, 02 Dec 2025 23:29:49 GMT
Connection: close
Content-Length: 951
<html><head><title>1.14.240.16 - /</title></head><body><H1>1.14.240.16 - /</H1><hr>
<pre> 2025/7/14 23:57 <dir> <A HREF="/bin/">bin</A><br> 2017/5/11 8:25 113 <A HREF="/BrowserService.asmx">BrowserService.asmx</A><br> 2017/5/11 8:25 29776 <A HREF="/ChineseConverter.dll">ChineseConverter.dll</A><br> 2017/5/11 8:25 111 <A HREF="/KanbanService.asmx">KanbanService.asmx</A><br> 2017/5/11 8:25 105 <A HREF="/MesService.asmx">MesService.asmx</A><br> 2017/5/11 8:25 111 <A HREF="/ModuleService.asmx">ModuleService.asmx</A><br> 2017/5/11 8:25 105 <A HREF="/PdaService.asmx">PdaService.asmx</A><br> 2017/5/11 8:25 107 <A HREF="/UserService.asmx">UserService.asmx</A><br> 2025/7/15 0:05 1304 <A HREF="/Web.config">Web.config</A><br> 2017/5/11 8:25 105 <A HREF="/WmsService.asmx">WmsService.asmx</A><br></pre><hr></body></html>
business
Shenzhen Tencent Computer Systems Company Limited
language
b'403 - \xbd\xfb\xd6\xb9\xb7\xc3\xce\xca: \...c3\xce\xca\xb1\xbb\xbe\xdc\xbe\xf8\xa1\xa3'
b'HTTP/1.1 403 Forbidden\r\nContent-Type: text/html\r\nServer: Microsoft-IIS/8.5\r\nX-Powered-By: ASP.NET\r\nDate: Tue, 02 Dec 2025 23:29:51 GMT\r\nConnection: close\r\nContent-Length: 1157\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>\r\n<title>403 - \xbd\xfb\xd6\xb9\xb7\xc3\xce\xca: \xb7\xc3\xce\xca\xb1\xbb\xbe\xdc\xbe\xf8\xa1\xa3</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>\xb7\xfe\xce\xf1\xc6\xf7\xb4\xed\xce\xf3</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - \xbd\xfb\xd6\xb9\xb7\xc3\xce\xca: \xb7\xc3\xce\xca\xb1\xbb\xbe\xdc\xbe\xf8\xa1\xa3</h2>\r\n <h3>\xc4\xfa\xce\xde\xc8\xa8\xca\xb9\xd3\xc3\xcb\xf9\xcc\xe1\xb9\xa9\xb5\xc4\xc6\xbe\xbe\xdd\xb2\xe9\xbf\xb4\xb4\xcb\xc4\xbf\xc2\xbc\xbb\xf2\xd2\xb3\xc3\xe6\xa1\xa3</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n'
business
Shenzhen Tencent Computer Systems Company Limited
language
b'403 - \xbd\xfb\xd6\xb9\xb7\xc3\xce\xca: \...c3\xce\xca\xb1\xbb\xbe\xdc\xbe\xf8\xa1\xa3'
b'HTTP/1.1 403 Forbidden\r\nContent-Type: text/html\r\nServer: Microsoft-IIS/10.0\r\nX-Powered-By: ASP.NET\r\nDate: Tue, 02 Dec 2025 23:29:50 GMT\r\nConnection: close\r\nContent-Length: 1223\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>\r\n<title>403 - \xbd\xfb\xd6\xb9\xb7\xc3\xce\xca: \xb7\xc3\xce\xca\xb1\xbb\xbe\xdc\xbe\xf8\xa1\xa3</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n'
business
Shenzhen Tencent Computer Systems Company Limited
language
运行时错误
HTTP/1.1 500 Internal Server Error
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/10.0
HTTP/1.1 500 Internal Server Error
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/10.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Tue, 02 Dec 2025 23:29:50 GMT
Connection: close
Content-Length: 3367
<!DOCTYPE html>
<html>
<head>
<title>运行时错误</title>
<meta name="viewport" content="width=device-width" />
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }
@media screen and (max-width: 639px) {
pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
}
@media screen and (max-width: 479px) {
pre { width: 280px; }
}
</style>
</head>
<body bgcolor="white">
<span><H1>“/”应用程序中的服务器错误。<hr width=100% size=1 color=silver></H1>
<h2> <i>运行时错误</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> 说明: </b>服务器上出现应用程序错误。此应用程序的当前自定义错误设置禁止远程查看应用程序错误的详细信息(出于安全原因)。但可以通过在本地服务器计算机上运行的浏览器查看。
<br><br>
<b>详细信息:</b> 若要使他人能够在远程计算机上查看此特定错误消息的详细信息,请在位于当前 Web 应用程序根目录下的“web.config”配置文件中创建一个 <customErrors> 标记。然后应将此 <customErrors> 标记的“mode”特性设置为“Off”。<br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
<!-- Web.Config 配置文件 -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration></pre> </code>
</td>
</tr>
</table>
<br>
<b>注释:</b> 通过修改应用程序的 <customErrors> 配置标记的“defaultRedirect”特性,使之指向自定义错误页的 URL,可以用自定义错误页替换所看到的当前错误页。<br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
<!-- Web.Config 配置文件 -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration></pre> </code>
</td>
</tr>
</table>
<br>
</font>
</body>
</html>
business
Shenzhen Tencent Computer Systems Company Limited
language
Object moved
HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: /Login.aspx?ReturnUrl=%2f
HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: /Login.aspx?ReturnUrl=%2f
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
X-Frame-Options: SAMEORIGIN
Date: Tue, 02 Dec 2025 23:31:22 GMT
Connection: close
Content-Length: 142
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/Login.aspx?ReturnUrl=%2f">here</a>.</h2>
</body></html>
business
Shenzhen Tencent Computer Systems Company Limited
language
WEB API
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/10.0
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/10.0
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Tue, 02 Dec 2025 23:31:26 GMT
Connection: close
Content-Length: 3150
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>WEB API</title>
<link href="/Content/css?v=wsY4eiW9QSpK69Gagy2TurKDaD2CKhsHpIFio-6wrMo1" rel="stylesheet"/>
<script src="/bundles/modernizr?v=inCVuEFe6J4Q07A0AcRsbJic_UE5MwpRMNGcOtk94TE1"></script>
</head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">应用程序名称</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/">主页</a></li>
<li><a href="/Help">API</a></li>
</ul>
</div>
</div>
</div>
<div class="container body-content">
<div class="jumbotron">
<h1>ASP.NET</h1>
<p class="lead">ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS, and JavaScript.</p>
<p><a href="https://asp.net" class="btn btn-primary btn-lg">Learn more »</a></p>
</div>
<div class="row">
<div class="col-md-4">
<h2>Getting started</h2>
<p>ASP.NET Web API is a framework that makes it easy to build HTTP services that reach
a broad range of clients, including browsers and mobile devices. ASP.NET Web API
is an ideal platform for building RESTful applications on the .NET Framework.</p>
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301870">Learn more »</a></p>
</div>
<div class="col-md-4">
<h2>Get more libraries</h2>
<p>NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.</p>
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301871">Learn more »</a></p>
</div>
<div class="col-md-4">
<h2>Web Hosting</h2>
<p>You can easily find a web hosting company that offers the right mix of features and price for your applications.</p>
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301872">Learn more »</a></p>
</div>
</div>
<hr />
<footer>
<p>© 2025 - 我的 ASP.NET 应用程序</p>
</footer>
</div>
<script src="/bundles/jquery?v=2u0aRenDpYxArEyILB59ETSCA2cfQkSMlxb6jbMBqf81"></script>
<script src="/bundles/bootstrap?v=lescQEuG5u4jd-GcVDBcbpUOSyTDIg0Kk9zHDX55GCw1"></script>
</body>
</html>
business
Shenzhen Tencent Computer Systems Company Limited
language
连云港师院收费
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Fri, 18 Apr 2025 07:43:20 GMT
Accept-Ranges: bytes
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Fri, 18 Apr 2025 07:43:20 GMT
Accept-Ranges: bytes
ETag: "5c8a458e35b0db1:0"
Server: Microsoft-IIS/8.5
Date: Tue, 02 Dec 2025 23:30:32 GMT
Connection: close
Content-Length: 795
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>连云港师院收费</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.2da1efab.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.ee984467.js></script><script src=/static/js/index.a02ee299.js></script></body></html>
business
Shenzhen Tencent Computer Systems Company Limited
language
b'403 - \xbd\xfb\xd6\xb9\xb7\xc3\xce\xca: \...c3\xce\xca\xb1\xbb\xbe\xdc\xbe\xf8\xa1\xa3'
b'HTTP/1.1 403 Forbidden\r\nContent-Type: text/html\r\nServer: Microsoft-IIS/10.0\r\nAccess-Control-Allow-Origin: *\r\nDate: Tue, 02 Dec 2025 23:30:50 GMT\r\nConnection: close\r\nContent-Length: 1223\r\n\r\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n<html xmlns="http://www.w3.org/1999/xhtml">\r\n<head>\r\n<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>\r\n<title>403 - \xbd\xfb\xd6\xb9\xb7\xc3\xce\xca: \xb7\xc3\xce\xca\xb1\xbb\xbe\xdc\xbe\xf8\xa1\xa3</title>\r\n<style type="text/css">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px 10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} \r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div id="header"><h1>Server Error</h1></div>\r\n<div id="content">\r\n <div class="content-container"><fieldset>\r\n <h2>403 - Forbidden: Access is denied.</h2>\r\n <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n'
business
Shenzhen Tencent Computer Systems Company Limited
language
英山县自来水公司评价系统
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Thu, 15 May 2025 02:24:36 GMT
Accept-Ranges: bytes
HTTP/1.1 200 OK
Content-Type: text/html
Last-Modified: Thu, 15 May 2025 02:24:36 GMT
Accept-Ranges: bytes
ETag: "50aae18040c5db1:0"
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
Date: Tue, 02 Dec 2025 23:31:19 GMT
Connection: close
Content-Length: 631
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
/> -->
<title>英山县自来水公司评价系统</title>
<script type="module" crossorigin src="/assets/index-DriPXQDn.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DW4Iv6l4.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
business
Shenzhen Tencent Computer Systems Company Limited
Page 2 of 4
—
62 total results