<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>Search Anywhere</title><link>http://blog.donews.com/lemur/</link><description>IR</description><dc:language>zh-CHS</dc:language><generator>.Text Version 1.0.1.0</generator><item><dc:creator>Lemur</dc:creator><title>Decorator的另一种实现方式</title><link>http://blog.donews.com/lemur/archive/2008/04/20/1279752.aspx</link><pubDate>Sun, 20 Apr 2008 00:12:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2008/04/20/1279752.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/1279752.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2008/04/20/1279752.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/1279752.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=1279752</trackback:ping><description>就像decorator pattern一样，Python中的decorator是一种强大的修饰函数的工具，除了Python官方推荐的实现方式，是否还有另外的实现方式呢？...... &lt;img src ="http://blog.donews.com/lemur/aggbug/1279752.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Cobra —— 编译结果数据与名字空间数据的展示 </title><link>http://blog.donews.com/lemur/archive/2008/04/12/1276471.aspx</link><pubDate>Sat, 12 Apr 2008 12:34:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2008/04/12/1276471.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/1276471.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2008/04/12/1276471.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/1276471.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=1276471</trackback:ping><description>Cobra的新进展：1、Web端对虚拟机端状态的感知 2、编译结果数据和名字空间数据的展示......&lt;img src ="http://blog.donews.com/lemur/aggbug/1276471.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Cobra —— 字节码指令的动态定位与展示</title><link>http://blog.donews.com/lemur/archive/2007/10/13/1219055.aspx</link><pubDate>Sat, 13 Oct 2007 20:12:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2007/10/13/1219055.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/1219055.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2007/10/13/1219055.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/1219055.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=1219055</trackback:ping><description>在可视化运行时栈之后，目前Cobra又能进一步动态定位字节码指令以及显示字节码指令的含义了...&lt;img src ="http://blog.donews.com/lemur/aggbug/1219055.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Cobra —— "下一步"与运行时栈的可视化 </title><link>http://blog.donews.com/lemur/archive/2007/09/30/1215017.aspx</link><pubDate>Sun, 30 Sep 2007 22:08:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2007/09/30/1215017.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/1215017.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2007/09/30/1215017.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/1215017.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=1215017</trackback:ping><description>Python虚拟机可视化计划终于迈出了关键的一步，第一个可视化成果得以实现——运行时栈的可视化......&lt;img src ="http://blog.donews.com/lemur/aggbug/1215017.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Cobra —— 迈进Ajax时代 </title><link>http://blog.donews.com/lemur/archive/2007/08/19/1200346.aspx</link><pubDate>Sun, 19 Aug 2007 10:52:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2007/08/19/1200346.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/1200346.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2007/08/19/1200346.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/1200346.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=1200346</trackback:ping><description>从这里开始，Cobra开始更换技术基础，我将放弃基于wxPython的表现方式，转向Web的表现方式，通过Ajax + DOM，Cobra开始拥抱Web...&lt;img src ="http://blog.donews.com/lemur/aggbug/1200346.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Cobra —— 用于显示当前执行字节码的GUI部件 </title><link>http://blog.donews.com/lemur/archive/2007/07/20/1188491.aspx</link><pubDate>Fri, 20 Jul 2007 14:32:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2007/07/20/1188491.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/1188491.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2007/07/20/1188491.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/1188491.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=1188491</trackback:ping><description>有了强大的反汇编工具，我们还有一个强大的GUI部件的支持，才能将反汇编工具的成果形象而生动地展示出来......&lt;img src ="http://blog.donews.com/lemur/aggbug/1188491.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Cobra —— 对Python源文件进行完整反汇编</title><link>http://blog.donews.com/lemur/archive/2007/07/01/1181606.aspx</link><pubDate>Sun, 01 Jul 2007 13:12:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2007/07/01/1181606.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/1181606.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2007/07/01/1181606.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/1181606.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=1181606</trackback:ping><description>有了sdis还不够，Cobra还需要一个更强大和方便的反汇编工具，经过几天的努力，disassemble终于诞生了......&lt;img src ="http://blog.donews.com/lemur/aggbug/1181606.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Cobra —— super dis</title><link>http://blog.donews.com/lemur/archive/2007/06/22/1178558.aspx</link><pubDate>Fri, 22 Jun 2007 14:30:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2007/06/22/1178558.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/1178558.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2007/06/22/1178558.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/1178558.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=1178558</trackback:ping><description>Python标准库中提供了一个反汇编工具——dis，但是这个工具在使用上有许多不方便的地方，Cobra在显示Python源文件的反汇编结果时需要一个更强大的反汇编工具，这个工具就是sdis——super dis......&lt;img src ="http://blog.donews.com/lemur/aggbug/1178558.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Cobra——client与server通信</title><link>http://blog.donews.com/lemur/archive/2007/06/17/1176482.aspx</link><pubDate>Sun, 17 Jun 2007 15:24:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2007/06/17/1176482.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/1176482.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2007/06/17/1176482.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/1176482.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=1176482</trackback:ping><description>Cobra的基本框架实现了，server和client通信了......&lt;img src ="http://blog.donews.com/lemur/aggbug/1176482.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Cobra——Python虚拟机可视计划</title><link>http://blog.donews.com/lemur/archive/2007/06/17/1176481.aspx</link><pubDate>Sun, 17 Jun 2007 15:22:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2007/06/17/1176481.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/1176481.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2007/06/17/1176481.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/1176481.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=1176481</trackback:ping><description>Cobra（眼镜蛇），它的目的是可视化Python虚拟机状态，你可以想像它是带着眼镜的Python，当然，更准确地是带着眼睛“看”Python......&lt;img src ="http://blog.donews.com/lemur/aggbug/1176481.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Blog搬家</title><link>http://blog.donews.com/lemur/archive/2007/06/08/1173192.aspx</link><pubDate>Fri, 08 Jun 2007 10:24:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2007/06/08/1173192.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/1173192.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2007/06/08/1173192.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/1173192.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=1173192</trackback:ping><description>搬家喽，新家在http://blog.csdn.net/balabalamerobert&lt;br /&gt;&lt;br /&gt;沉寂了这么久，希望以后能多多更新 :)&lt;img src ="http://blog.donews.com/lemur/aggbug/1173192.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Python源码剖析[19] —— 执行引擎之一般表达式(2)</title><link>http://blog.donews.com/lemur/archive/2006/03/09/760857.aspx</link><pubDate>Thu, 09 Mar 2006 20:25:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2006/03/09/760857.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/760857.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2006/03/09/760857.aspx#Feedback</comments><slash:comments>18</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/760857.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=760857</trackback:ping><description>Python中的一般表达式的字节码剖析，第2部分......&lt;img src ="http://blog.donews.com/lemur/aggbug/760857.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Python源码剖析[18] —— 执行引擎之框架之一般表达式(1)</title><link>http://blog.donews.com/lemur/archive/2006/03/07/756705.aspx</link><pubDate>Tue, 07 Mar 2006 13:44:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2006/03/07/756705.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/756705.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2006/03/07/756705.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/756705.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=756705</trackback:ping><description>字节码层面的Python一般表达式......&lt;img src ="http://blog.donews.com/lemur/aggbug/756705.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Python源码剖析[17] —— 执行引擎之框架 </title><link>http://blog.donews.com/lemur/archive/2006/03/02/749455.aspx</link><pubDate>Thu, 02 Mar 2006 09:51:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2006/03/02/749455.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/749455.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2006/03/02/749455.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/749455.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=749455</trackback:ping><description>介绍Python执行引擎的关键组件:PyFrameObject对象，以及Python执行引擎的框架......&lt;img src ="http://blog.donews.com/lemur/aggbug/749455.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Lemur</dc:creator><title>Python源码剖析[16] —— Pyc文件解析</title><link>http://blog.donews.com/lemur/archive/2006/02/21/736881.aspx</link><pubDate>Tue, 21 Feb 2006 22:23:00 GMT</pubDate><guid>http://blog.donews.com/lemur/archive/2006/02/21/736881.aspx</guid><wfw:comment>http://blog.donews.com/lemur/comments/736881.aspx</wfw:comment><comments>http://blog.donews.com/lemur/archive/2006/02/21/736881.aspx#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://blog.donews.com/lemur/comments/commentRss/736881.aspx</wfw:commentRss><trackback:ping>http://tb.donews.net/TrackBack.aspx?PostId=736881</trackback:ping><description>深入解析Python的编译结果——Pyc文件......&lt;img src ="http://blog.donews.com/lemur/aggbug/736881.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>