<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《一个支持上传的简单http server》的评论</title>
	<atom:link href="http://luy.li/2010/05/15/simplehttpserverwithupload/feed/" rel="self" type="application/rss+xml" />
	<link>http://luy.li/2010/05/15/simplehttpserverwithupload/</link>
	<description>all linux</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:10:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：mandelbrot</title>
		<link>http://luy.li/2010/05/15/simplehttpserverwithupload/#comment-13242</link>
		<dc:creator>mandelbrot</dc:creator>
		<pubDate>Mon, 31 Jan 2011 12:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=1541#comment-13242</guid>
		<description>哦，好的，做试验试试。谢谢博主啦~~</description>
		<content:encoded><![CDATA[<p>哦，好的，做试验试试。谢谢博主啦~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bones7456</title>
		<link>http://luy.li/2010/05/15/simplehttpserverwithupload/#comment-13239</link>
		<dc:creator>bones7456</dc:creator>
		<pubDate>Mon, 31 Jan 2011 05:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=1541#comment-13239</guid>
		<description>网络这层，就和这个程序无关了。如果你没有通过路由器，用公网IP应该是能连上你的机器的；如果用了路由器，那自己设置端口映射吧。</description>
		<content:encoded><![CDATA[<p>网络这层，就和这个程序无关了。如果你没有通过路由器，用公网IP应该是能连上你的机器的；如果用了路由器，那自己设置端口映射吧。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：mandelbrot</title>
		<link>http://luy.li/2010/05/15/simplehttpserverwithupload/#comment-13220</link>
		<dc:creator>mandelbrot</dc:creator>
		<pubDate>Sun, 30 Jan 2011 04:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=1541#comment-13220</guid>
		<description>是不是不是局域网就无法使用呢？我是ADSL的，尝试和中大的同学连接，但发现连接不上。</description>
		<content:encoded><![CDATA[<p>是不是不是局域网就无法使用呢？我是ADSL的，尝试和中大的同学连接，但发现连接不上。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：wangzhao</title>
		<link>http://luy.li/2010/05/15/simplehttpserverwithupload/#comment-12250</link>
		<dc:creator>wangzhao</dc:creator>
		<pubDate>Tue, 26 Oct 2010 17:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=1541#comment-12250</guid>
		<description>打一个补丁，默认的编码设置为utf8，在form里增加一个action

--- SimpleHTTPServerWithUpload.py       2010-08-19 15:42:50.000000000 +0800
+++ bin/SimpleHTTPServerWithUpload.py   2010-10-27 00:35:13.000000000 +0800
@@ -64,3 +64,3 @@ class SimpleHTTPRequestHandler(BaseHTTPS
         f.write(&#039;&#039;)
-        f.write(&quot;\nUpload Result Page\n&quot;)
+        f.write(&quot;\nUpload Result Page\n&quot;)
         f.write(&quot;\nUpload Result Page\n&quot;)
@@ -189,6 +189,6 @@ class SimpleHTTPRequestHandler(BaseHTTPS
         f.write(&#039;&#039;)
-        f.write(&quot;\nDirectory listing for %s\n&quot; % displaypath)
+        f.write(&quot;\nDirectory listing for %s\n&quot;  % displaypath)
         f.write(&quot;\nDirectory listing for %s\n&quot; % displaypath)
         f.write(&quot;\n&quot;)
-        f.write(&quot;&quot;)
+        f.write(&quot;&quot;)
         f.write(&quot;&quot;)</description>
		<content:encoded><![CDATA[<p>打一个补丁，默认的编码设置为utf8，在form里增加一个action</p>
<p>&#8212; SimpleHTTPServerWithUpload.py       2010-08-19 15:42:50.000000000 +0800<br />
+++ bin/SimpleHTTPServerWithUpload.py   2010-10-27 00:35:13.000000000 +0800<br />
@@ -64,3 +64,3 @@ class SimpleHTTPRequestHandler(BaseHTTPS<br />
         f.write(”)<br />
-        f.write(“\nUpload Result Page\n”)<br />
+        f.write(“\nUpload Result Page\n”)<br />
         f.write(“\nUpload Result Page\n”)<br />
@@ -189,6 +189,6 @@ class SimpleHTTPRequestHandler(BaseHTTPS<br />
         f.write(”)<br />
-        f.write(“\nDirectory listing for %s\n” % displaypath)<br />
+        f.write(“\nDirectory listing for %s\n”  % displaypath)<br />
         f.write(“\nDirectory listing for %s\n” % displaypath)<br />
         f.write(“\n”)<br />
-        f.write(“”)<br />
+        f.write(“”)<br />
         f.write(“”)</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：icyomik</title>
		<link>http://luy.li/2010/05/15/simplehttpserverwithupload/#comment-11441</link>
		<dc:creator>icyomik</dc:creator>
		<pubDate>Sat, 18 Sep 2010 13:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=1541#comment-11441</guid>
		<description>看来你是台湾人咯，不然应该不会用到“软体”这个词的～</description>
		<content:encoded><![CDATA[<p>看来你是台湾人咯，不然应该不会用到“软体”这个词的～</p>
]]></content:encoded>
	</item>
</channel>
</rss>

