http://weixin.grand-tech.com.cn/appVersions/appdownload.html
一.查找对应的ip
cmd
ping weixin.grand-tech.com.cn
二.查找对应的端口
http默认的端口是80
2.1 查找到对应的端口占用进程,即80端口
netstat -tunlp|grep 端口号
2.2 查找对应进程的应用
ps -aef |grep 85666
http://weixin.grand-tech.com.cn/appVersions/appdownload.html
cmd
ping weixin.grand-tech.com.cn
http默认的端口是80
2.1 查找到对应的端口占用进程,即80端口
netstat -tunlp|grep 端口号
2.2 查找对应进程的应用
ps -aef |grep 85666