<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>mrshelly的专栏</title><link /><description>   欢迎光临</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 14 Jun 2008 21:01:20 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>shelly</dc:creator><title>jQuery 扩展一个自己的对象</title><link>http://blog.csdn.net/mrshelly/archive/2008/06/14/2547627.aspx</link><pubDate>Sat, 14 Jun 2008 21:01:00 GMT</pubDate><guid>http://blog.csdn.net/mrshelly/archive/2008/06/14/2547627.aspx</guid><wfw:comment>comments/2547627.aspx</wfw:comment><comments>http://blog.csdn.net/mrshelly/archive/2008/06/14/2547627.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2547627.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2547627</trackback:ping><description>jQuery 扩展 自定义对象&lt;img src ="aggbug/2547627.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shelly</dc:creator><title>如何在pycurl中上传文件</title><link>http://blog.csdn.net/mrshelly/archive/2007/11/19/1891825.aspx</link><pubDate>Mon, 19 Nov 2007 07:04:00 GMT</pubDate><guid>http://blog.csdn.net/mrshelly/archive/2007/11/19/1891825.aspx</guid><wfw:comment>comments/1891825.aspx</wfw:comment><comments>http://blog.csdn.net/mrshelly/archive/2007/11/19/1891825.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1891825.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1891825</trackback:ping><description>pycurl 是个很方便的python开源库. 是 curl c的python实现.

在使用中,可能会POST文件到服务端

演示代码如下:
&lt;img src ="aggbug/1891825.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shelly</dc:creator><title>Python与C参数交互(结构指针).</title><link>http://blog.csdn.net/mrshelly/archive/2007/11/04/1866349.aspx</link><pubDate>Sun, 04 Nov 2007 17:54:00 GMT</pubDate><guid>http://blog.csdn.net/mrshelly/archive/2007/11/04/1866349.aspx</guid><wfw:comment>comments/1866349.aspx</wfw:comment><comments>http://blog.csdn.net/mrshelly/archive/2007/11/04/1866349.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1866349.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1866349</trackback:ping><description>在Python中某些时候需要C做效率上的补充. 在实际应用中,需要做部分数据的交互. Python 可以通用 ctypes 模块很好地调用C.  下面演示了 Python 中调用C一个标准函数. 传递一个结构指针入. 得到C中分配内存数据 传递出. 希望对你的Python 学习有所帮助.&lt;img src ="aggbug/1866349.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>shelly</dc:creator><title>Python Serialize Unicode Data 处理BUG修正.</title><link>http://blog.csdn.net/mrshelly/archive/2007/10/27/1847105.aspx</link><pubDate>Sat, 27 Oct 2007 09:41:00 GMT</pubDate><guid>http://blog.csdn.net/mrshelly/archive/2007/10/27/1847105.aspx</guid><wfw:comment>comments/1847105.aspx</wfw:comment><comments>http://blog.csdn.net/mrshelly/archive/2007/10/27/1847105.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1847105.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1847105</trackback:ping><description>官方(0.4b)尚未出该BUG修正.

对于数据类型是 types.UnicodeType 的数据 Serialize 操作时,报错:

Exception: Unknow / Unhandled data type ()! 

修正方案:

在 def serialize_value(self, data): 定义里, 添加 types.UnicodeType 数据类型支持.

&lt;img src ="aggbug/1847105.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>