首页 > TAG信息列表 > 9080

端口被占用查询

1、查询所有端口占用情况 netstat -ano|findstr "9080" 2、查询指定端口,比如9080 netstat -ano|findstr "9080" TCP 127.0.0.1:9080 0.0.0.0:0 LISTENING 26452 3、根据进程号查询对应的软件进程 tasklist|findstr "26452" 26452 是迅雷的软件;关掉

批量检测弱口令

fofa语句 title="任务调度中心" xxl-job import requests def save_file(msg): with open('res.txt', mode='a', encoding="utf-8") as f: f.write(f"{msg}\n") def check_pass(url): data_dict = {} fu

Docker DockerFile案例 自定义的tomcat9

                run:  验证: 打开浏览器 输入 localhost:9080 总结:      

服务网格Istio入门-详细记录Kubernetes安装Istio并使用

我最新最全的文章都在 南瓜慢说 www.pkslow.com ,文章更新也只在官网,欢迎大家来喝茶~~ 1 服务网格Istio Istio是开源的Service Mesh实现,一般用于Kubernetes集群容器中的连接、监控和保护。它的核心特性有: 流量管理 通过简单配置实现服务之间的流量; 简化服务级属性如熔断、超时

20200520_windows2012安装python和django环境

http://httpd.apache.org/download.cgi#apache24             配置文件修改后, 记得去阿里云开放端口 ServerName 172.18.196.189:9080 →不能监听公网ip和端口 Listen 172.18.196.189:9080 Listen 9080   C:\Apache24\bin>httpd.exe -k install -n "apache2.4"   C:\Apa

PHP phpstudy-linux面板(小皮面板) 安装和使用

==============运行状态========================= docker daemon running centos_env container running webpanel running phpstudy running =================安装完成================== 请用浏览器访问面板http://116.62.155.140:9080/ED57A1 系统初始账号:admin 系统

网关登录及点位配置

先配置好iPV4地址,然后登录网关地址进行点位配置及MQTT推送, 设置IPV4地址为:192.168.1.16***网关中的net0为内网,net1为外网***   登录网关页面:http://192.168.1.15:9080/,端口为9080       进入主页后,进行采集配置,我们这里选择ModbusRtu协议,选择相应的点位。       

uedit

12<Connector connectionTimeout="20000" port="9080" protocol="HTTP/1.1"  redirectPort="443" URIEncoding="UTF-8" />