<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/mrshelly" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/mrshelly" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 21 Apr 2009 15:55:00 GMT</lastBuildDate><title>mrshelly的专栏</title><description>欢迎光临</description><link>http://blog.csdn.net/mrshelly/</link><item><title>SSL客户端双向加密配置</title><link>http://blog.csdn.net/mrshelly/archive/2009/04/21/4097821.aspx</link><wfw:comment>http://blog.csdn.net/mrshelly/comments/4097821.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mrshelly/comments/commentRss/4097821.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4097821</trackback:ping><description>转载请注明出处.谢谢 http://blog.csdn.net/mrshelly and http://www.mrshelly.com===CA 部分===*私钥  openssl genrsa -des3 -out ca\ca-key.pem 1024*req证书  openssl req -new -out ca\ca-req.csr -key ca\ca-key.pem -config .\openssl.cnf*x509证书  openssl x509 -req -in ca\ca-req.csr -out ca\ca-cert.pem -signkey ca\ca-key.pem -days 3650===Server证书部分===*私钥  openssl genrsa -des3 -out server\server-key.pem 1024&lt;img src =&quot;http://blog.csdn.net/mrshelly/aggbug/4097821.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 21 Apr 2009 23:55:00 +0800</pubDate><author>shelly</author><comments>http://blog.csdn.net/mrshelly/archive/2009/04/21/4097821.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mrshelly/archive/2009/04/21/4097821.aspx</guid><dc:creator>shelly</dc:creator></item><item><title>为ECSHOP 2.6.0 添加订单用户自动注册流程</title><link>http://blog.csdn.net/mrshelly/archive/2008/11/19/3333083.aspx</link><wfw:comment>http://blog.csdn.net/mrshelly/comments/3333083.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mrshelly/comments/commentRss/3333083.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3333083</trackback:ping><description>Ecshop 2.6.0 用户下单时,只提供Email, 为该用户自动注册为站点用户,并关联订单.
修改得比较草,只为实现功能.
 flow.php 文件 大约 1280行左右.
&lt;img src =&quot;http://blog.csdn.net/mrshelly/aggbug/3333083.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 19 Nov 2008 18:36:00 +0800</pubDate><author>shelly</author><comments>http://blog.csdn.net/mrshelly/archive/2008/11/19/3333083.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mrshelly/archive/2008/11/19/3333083.aspx</guid><dc:creator>shelly</dc:creator></item><item><title>C# 线程(Threading)编程 实例</title><link>http://blog.csdn.net/mrshelly/archive/2008/11/11/3276132.aspx</link><wfw:comment>http://blog.csdn.net/mrshelly/comments/3276132.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/mrshelly/comments/commentRss/3276132.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3276132</trackback:ping><description>手头一个项目中,使用到多线程例, 分配任务, 处理任务,显示任务状态,等.&lt;br /&gt;下面的代码就是一个样例. 供大家参考.&lt;br /&gt;/* By shelly */using System;using System.Threading;using System.Collections;namespace shareThread{class MyThread{static Queue q1=new Queue();staticint b=0;int thState = 3;publicvoid getTask(){while((this.thState &amp; 1) == 1){lock(this){                    ++b;                    q1.Enqueue(b);                    System.Console.WriteLine(&quot;getTask:{0}--------------&quot;,b);                }                Thread&lt;img src =&quot;http://blog.csdn.net/mrshelly/aggbug/3276132.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 11 Nov 2008 21:49:00 +0800</pubDate><author>shelly</author><comments>http://blog.csdn.net/mrshelly/archive/2008/11/11/3276132.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mrshelly/archive/2008/11/11/3276132.aspx</guid><dc:creator>shelly</dc:creator></item><item><title>希网动态域名 客户端(系统服务)</title><link>http://blog.csdn.net/mrshelly/archive/2008/10/07/3025541.aspx</link><wfw:comment>http://blog.csdn.net/mrshelly/comments/3025541.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/mrshelly/comments/commentRss/3025541.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3025541</trackback:ping><description>希网动态域名开放更新协议,官方提供的客户端不支持 以服务方式更新IP, 所以写了个.NET的系统服务. &lt;br /&gt;希望大家喜欢&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/mrshelly/aggbug/3025541.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 07 Oct 2008 15:32:00 +0800</pubDate><author>shelly</author><comments>http://blog.csdn.net/mrshelly/archive/2008/10/07/3025541.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mrshelly/archive/2008/10/07/3025541.aspx</guid><dc:creator>shelly</dc:creator></item><item><title>jQuery 扩展一个自己的对象</title><link>http://blog.csdn.net/mrshelly/archive/2008/06/14/2547627.aspx</link><wfw:comment>http://blog.csdn.net/mrshelly/comments/2547627.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mrshelly/comments/commentRss/2547627.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2547627</trackback:ping><description>jQuery 扩展 自定义对象&lt;img src =&quot;http://blog.csdn.net/mrshelly/aggbug/2547627.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 15 Jun 2008 05:01:00 +0800</pubDate><author>shelly</author><comments>http://blog.csdn.net/mrshelly/archive/2008/06/14/2547627.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mrshelly/archive/2008/06/14/2547627.aspx</guid><dc:creator>shelly</dc:creator></item><item><title>如何在pycurl中上传文件</title><link>http://blog.csdn.net/mrshelly/archive/2007/11/19/1891825.aspx</link><wfw:comment>http://blog.csdn.net/mrshelly/comments/1891825.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mrshelly/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 =&quot;http://blog.csdn.net/mrshelly/aggbug/1891825.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 19 Nov 2007 15:04:00 +0800</pubDate><author>shelly</author><comments>http://blog.csdn.net/mrshelly/archive/2007/11/19/1891825.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mrshelly/archive/2007/11/19/1891825.aspx</guid><dc:creator>shelly</dc:creator></item><item><title>Python与C参数交互(结构指针).</title><link>http://blog.csdn.net/mrshelly/archive/2007/11/04/1866349.aspx</link><wfw:comment>http://blog.csdn.net/mrshelly/comments/1866349.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mrshelly/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 =&quot;http://blog.csdn.net/mrshelly/aggbug/1866349.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 05 Nov 2007 01:54:00 +0800</pubDate><author>shelly</author><comments>http://blog.csdn.net/mrshelly/archive/2007/11/04/1866349.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mrshelly/archive/2007/11/04/1866349.aspx</guid><dc:creator>shelly</dc:creator></item><item><title>Python Serialize Unicode Data 处理BUG修正.</title><link>http://blog.csdn.net/mrshelly/archive/2007/10/27/1847105.aspx</link><wfw:comment>http://blog.csdn.net/mrshelly/comments/1847105.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/mrshelly/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 =&quot;http://blog.csdn.net/mrshelly/aggbug/1847105.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 27 Oct 2007 17:41:00 +0800</pubDate><author>shelly</author><comments>http://blog.csdn.net/mrshelly/archive/2007/10/27/1847105.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/mrshelly/archive/2007/10/27/1847105.aspx</guid><dc:creator>shelly</dc:creator></item></channel></rss>