假设忽然起个服务,告诉我8080端口被占用了,OK,我要去看一下是什么服务正在占用着,能不能杀 先假设我是在Windows下: 第一列: Proto 协议 第二列: 本地地址[ip+端口] 第三列:远程地址[] 第四列: 连接状态[一般有ESTABLISHED(建立连接).LISTENING(监听中).TIME_WAIT(等待).CLOSE_WAIT(等待关闭).SYN_SENT()] netstat --h - a 显示所有的链接和接听端口- b 显示执行相关的链接和端口- e 显示和网络相关…
下载源代码,在winbuild里面有个说明文件: Building with Visual C++, prerequisites======================================= This document describes how to compile, build and install curl and libcurl from sources using the Visual C++ build tool. To build with VC++, you w…