<?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; python</title>
	<atom:link href="http://www.lpfrx.com/archives/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lpfrx.com</link>
	<description>我的空间,无聊人生活空间</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:17:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>python使用QtWebKit代码记录</title>
		<link>http://www.lpfrx.com/archives/3557/</link>
		<comments>http://www.lpfrx.com/archives/3557/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 12:10:28 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=3557</guid>
		<description><![CDATA[这几天在折腾python使用QtWebKit的实验，算是刚刚摸清了一些门道. 以下是python使用QtWebKit代码记录 import sys import time from PyQt4 import QtGui, QtCore, QtWebKit &#160; class Sp(): &#160;&#160; &#160;def save(self): &#160;&#... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/3557/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>大惊小怪python多线程中原来可以再开线程的</title>
		<link>http://www.lpfrx.com/archives/2752/</link>
		<comments>http://www.lpfrx.com/archives/2752/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 08:00:47 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[python多线程]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=2752</guid>
		<description><![CDATA[前阵子写的python爬网站的蜘蛛程序，本来就是打开30个线程去爬30个网站的，即是一个网站一个线程去爬，慢得要死，所以去尝试下线程中再打开线程，先google了大量的python线程的资料，但都没... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/2752/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>html网页元素在屏幕上的坐标获取</title>
		<link>http://www.lpfrx.com/archives/2720/</link>
		<comments>http://www.lpfrx.com/archives/2720/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 15:49:58 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=2720</guid>
		<description><![CDATA[今天在用python调用IE获取html网页元素在屏幕上的坐标，当然为了截图啦，(*^__^*) 嘻嘻…… xtop=ie.document.forms[i].elements[j].getBoundingClientRect().top + ie.document.parentwindow.screentop xleft=ie.document.forms[i].elemen... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/2720/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一段python编码,解决html代码转换问题</title>
		<link>http://www.lpfrx.com/archives/2596/</link>
		<comments>http://www.lpfrx.com/archives/2596/#comments</comments>
		<pubDate>Fri, 06 May 2011 15:19:19 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=2596</guid>
		<description><![CDATA[采集某网页需要的一段python编码，解决html代码转换问题，搞了一个下午，原来又是个好简单的问题 def unescape_word(s):&#160;&#160; &#160;words = re.findall(&#34;&#38;#(\d+);&#34;, s)&#160;&#160; &#160;&#160;&#160; &#160;... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/2596/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web.py的hello world</title>
		<link>http://www.lpfrx.com/archives/2436/</link>
		<comments>http://www.lpfrx.com/archives/2436/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 04:36:30 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=2436</guid>
		<description><![CDATA[今天早上在网上看见的web.py例子，没玩过这python的东西，所以想试试，貌似很简单的，有时间学习一下，发觉现在自己好多应用都离不开python语言啊，现在对它都比较熟练，当然指普通的应用... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/2436/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>终于学会python线程操作了</title>
		<link>http://www.lpfrx.com/archives/2356/</link>
		<comments>http://www.lpfrx.com/archives/2356/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 05:49:18 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=2356</guid>
		<description><![CDATA[其实操作起上来还是蛮简单的，关于python线程的操作，之前在使用Delphi的线程操作时，总是搞不定，可能我蠢吧！不过python大概一天就学会了，当然是单纯的线程，线程间没联系，暂时只是使... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/2356/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>python收邮件再通过xmlrpc发表给wordpress</title>
		<link>http://www.lpfrx.com/archives/2279/</link>
		<comments>http://www.lpfrx.com/archives/2279/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 12:36:29 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=2279</guid>
		<description><![CDATA[终于搞点这段代码了，还是自己控制好的，不过同样依靠定时任务来执行！ 通过python收邮件，再通过wordpress的xmlrpc来发表，记得在wordpress的后台选上xmlrpc发表那项. 废话不说了，以下是python代... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/2279/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>python使用xmlrpc对wordpress增加文章</title>
		<link>http://www.lpfrx.com/archives/2271/</link>
		<comments>http://www.lpfrx.com/archives/2271/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 04:55:30 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=2271</guid>
		<description><![CDATA[这两天搞的，python使用xmlrpc对wordpress增加文章，为了配合使用python用邮件向wordpress增加文章的实验，现在都做得差不多了，记录下代码！ #coding=gbk&#160;&#160;import&#160; &#160;xmlrpclib&#160;&#160;def send_d... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/2271/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>python收电子邮件的代码记录</title>
		<link>http://www.lpfrx.com/archives/2265/</link>
		<comments>http://www.lpfrx.com/archives/2265/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 09:07:05 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=2265</guid>
		<description><![CDATA[最近搞的，准备拿来在我的服务器上收信，还有一个目的是收信，然后自动发表到wordpress去，wordpress自带的收邮件发信功能只是发送到审核去，不是直接发表！所以不喜欢，于是自己来搞一个... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/2265/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>python的SocketServer代码记录</title>
		<link>http://www.lpfrx.com/archives/2169/</link>
		<comments>http://www.lpfrx.com/archives/2169/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 07:23:33 +0000</pubDate>
		<dc:creator>无聊人</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.lpfrx.com/?p=2169</guid>
		<description><![CDATA[python的SocketServer代码记录,这个是从网上摘抄下来经自己改写了一点的，客户测试端自己写的！ server: import SocketServerclass RequestHandler(SocketServer.StreamRequestHandler):&#160; def handle(self):&#160;&#160; &#160;whi... ]]></description>
		<wfw:commentRss>http://www.lpfrx.com/archives/2169/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

