<?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>Kiss Note &#187; 线程</title>
	<atom:link href="http://kissnote.com/tags/%e7%ba%bf%e7%a8%8b/feed/" rel="self" type="application/rss+xml" />
	<link>http://kissnote.com</link>
	<description>Keep IT Simple and Stupid</description>
	<lastBuildDate>Mon, 17 May 2010 17:19:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>如何结束占用端口的线程</title>
		<link>http://kissnote.com/2009/05/15/%e5%a6%82%e4%bd%95%e7%bb%93%e6%9d%9f%e5%8d%a0%e7%94%a8%e7%ab%af%e5%8f%a3%e7%9a%84%e7%ba%bf%e7%a8%8b/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://kissnote.com/2009/05/15/%e5%a6%82%e4%bd%95%e7%bb%93%e6%9d%9f%e5%8d%a0%e7%94%a8%e7%ab%af%e5%8f%a3%e7%9a%84%e7%ba%bf%e7%a8%8b/#comments</comments>
		<pubDate>Fri, 15 May 2009 16:43:03 +0000</pubDate>
		<dc:creator>shengjie</dc:creator>
				<category><![CDATA[Tips Everyday]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[端口]]></category>
		<category><![CDATA[线程]]></category>

		<guid isPermaLink="false">http://blogs.kissnote.com/?p=28</guid>
		<description><![CDATA[比如80端口被占用 （qq音乐开机占用我的80或者是8080端口）。如果你不清楚哪个程序在占用你的端口的话。 windows: netstat -aon  //找出哪个线程在占用你的80端口，eg.35454线程在占用80端口。 taskkill /pid 35454 //结束占用80端口的程序，现在80端口就可用了。 linux: lsof -P &#124; grep 80 kill 35454]]></description>
			<content:encoded><![CDATA[<p>比如80端口被占用 （qq音乐开机占用我的80或者是8080端口）。如果你不清楚哪个程序在占用你的端口的话。</p>
<p><strong>windows:<br />
</strong></p>
<p>netstat -aon  //找出哪个线程在占用你的80端口，eg.35454线程在占用80端口。</p>
<p>taskkill /pid 35454 //结束占用80端口的程序，现在80端口就可用了。</p>
<p><strong>linux:</strong></p>
<p>lsof -P | grep 80</p>
<p>kill 35454</p>
]]></content:encoded>
			<wfw:commentRss>http://kissnote.com/2009/05/15/%e5%a6%82%e4%bd%95%e7%bb%93%e6%9d%9f%e5%8d%a0%e7%94%a8%e7%ab%af%e5%8f%a3%e7%9a%84%e7%ba%bf%e7%a8%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
