<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>我本善良 &#187; 端口占用</title>
	<atom:link href="https://wbsl.org/tag/%e7%ab%af%e5%8f%a3%e5%8d%a0%e7%94%a8/feed" rel="self" type="application/rss+xml" />
	<link>https://wbsl.org</link>
	<description>一个不太正常的正常人</description>
	<lastBuildDate>Fri, 05 Jul 2024 01:35:05 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2</generator>
	<item>
		<title>查找占用端口的进程</title>
		<link>https://wbsl.org/other/95.html</link>
		<comments>https://wbsl.org/other/95.html#comments</comments>
		<pubDate>Fri, 19 Apr 2019 05:32:42 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[端口占用]]></category>

		<guid isPermaLink="false">https://wbsl.org/?p=95</guid>
		<description><![CDATA[这里就要用到CMD的 netstat 命令了，首先点左下角的开始菜单——运行——输入"cmd" 并确定，然后在<a href="https://wbsl.org/other/95.html" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p>这里就要用到CMD的 netstat 命令了，首先点左下角的开始菜单——运行——输入"cmd" 并确定，然后在CMD程序中输入 netstat -aon|findstr "你要查找的本地端口"（例如默认的1080 netstat -aon|findstr "1080"）。</p>
<p>然后就会显示出正在占用这个端口的进程PID（就是最右边红框里的数字1828），通过进程PID可以在任务管理器里找到对于的进程。打开任务管理器，找到PID为1828的进程，并结束进程。如果你没有PID这个列，可以在菜单—查看—选择栏中勾选PID（进程标识符）！这时候我们就已经找到占用端口的进程并解决完问题了！</p>
]]></content:encoded>
			<wfw:commentRss>https://wbsl.org/other/95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
