-23674247 | 2024-11-05T17:14:42.378560
80 /
tcp
HTTP/1.1 302 Moved Temporarily
Server: nginx
Date: Tue, 05 Nov 2024 17:14:39 GMT
Content-Type: text/html
Content-Length: 138
Connection: keep-alive
Location: http://www.baidu.com/
-825569937 | 2024-10-27T17:18:42.272548
9100 /
tcp
HTTP/1.1 400 Bad Request
Content-Type: text/plain; charset=utf-8
Connection: close
400 Bad Request
Prometheus Node Exporter:
node_exporter_build_info:
branch: HEAD
goversion: go1.11.2
revision: f6f6194a436b9a63d0439abc585c76b19a206b21
version: 0.17.0
node_uname_info:
domainname: (none)
machine: x86_64
nodename: s211324.x.com
release: 2.6.32-754.35.1.el6.x86_64
sysname: Linux
version: #1 SMP Sat Nov 7 12:42:14 UTC 2020
-290201207 | 2024-10-25T04:26:03.292104
18080 /
tcp
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 25 Oct 2024 04:26:02 GMT
Content-Type: text/html
Content-Length: 1117
Last-Modified: Mon, 06 May 2019 06:38:27 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "5ccfd663-45d"
Accept-Ranges: bytes
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <script type="text/javascript" src="public/css/jquery-1.9.0.min.js"></script> -->
<script src="public/js/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="public/js/slide.js"></script>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("form").submit(function(e){
var value = $('#pre').val();
var fi = $('#file').val();
if (fi == "") {
alert("上传文件为空");
return false;
}
if(value.length == 0){
alert("提交人不能为空");
return false;
}else{
return true;
}
});
});
</script>
<title>上站程序</title>
<body>
<form method="post" enctype="multipart/form-data" action="ex.php">
<input type="file" name="file" id="file" /><br/>
提交人 :<input type="text" name="pre" id="pre" />
<input type="submit"/>
</form>
</body>
</head>
</html>