<?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; Study</title>
	<atom:link href="http://www.zfkun.com/index.php/category/code/study/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zfkun.com</link>
	<description>关注web前端,追逐html5脚步,体会code人生</description>
	<lastBuildDate>Tue, 06 Dec 2011 06:45:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>DOS命令之netstat</title>
		<link>http://www.zfkun.com/44.html</link>
		<comments>http://www.zfkun.com/44.html#comments</comments>
		<pubDate>Sat, 16 Jan 2010 15:26:11 +0000</pubDate>
		<dc:creator>影之迷惑</dc:creator>
				<category><![CDATA[Study]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[pid]]></category>

		<guid isPermaLink="false">http://www.zfkun.com/blog/?p=44</guid>
		<description><![CDATA[经常调试程序需要占用80端口来跑WEB服务，可是总有乱七八糟的软件给抢了先，哎。 无奈只能自己动手查出进程 KILL 掉才行。netstat命令还算可以满足需求。 cmd&#62; netstat -abn &#124; grep :80 最后一列就是PID 这样通过任务管理器里就可以查看这个进程的详细信息了，当然还通过DOS去查看也行，不过我懒得敲了。 标签：dos, netstat, pid]]></description>
			<content:encoded><![CDATA[<p>经常调试程序需要占用80端口来跑WEB服务，可是总有乱七八糟的软件给抢了先，哎。</p>
<p>无奈只能自己动手查出进程 KILL 掉才行。netstat命令还算可以满足需求。</p>
<p>cmd&gt; netstat -abn | grep :80</p>
<p>最后一列就是PID</p>
<p>这样通过任务管理器里就可以查看这个进程的详细信息了，当然还通过DOS去查看也行，不过我懒得敲了。</p>

	标签：<a href="http://www.zfkun.com/tag/dos" title="dos" rel="tag">dos</a>, <a href="http://www.zfkun.com/tag/netstat" title="netstat" rel="tag">netstat</a>, <a href="http://www.zfkun.com/tag/pid" title="pid" rel="tag">pid</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.zfkun.com/44.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

