<?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/x86" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/x86" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 18 May 2009 11:05:00 GMT</lastBuildDate><title>x86的专栏</title><description>Linux相关技术</description><link>http://blog.csdn.net/x86/</link><item><title>我的EDC</title><link>http://blog.csdn.net/x86/archive/2009/05/18/4196973.aspx</link><wfw:comment>http://blog.csdn.net/x86/comments/4196973.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/x86/comments/commentRss/4196973.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4196973</trackback:ping><description>EDC不是ED少个字母C，是英文Every Day Carry的缩写，就是你每天需要随身携带的东西。色影无忌的玩主论坛，有个帖子是男人亮EDC的,但亮出EDC的人一般不会每天就带个家里钥匙，那EDC的种类都是五花八门。自己亮自己的EDC，多少有点炫耀和展览的意思，看别人的EDC，有点窥探的快乐，而且又有些借鉴的意义。  以上抄自付威。  看看我的吧，每天上班都带什么：  手机一部，目前是同学给整的，内部价400，号称有牌子，其实跟山寨机没啥区别，双卡双待，老婆的旧号我也塞进去了，整天的垃圾短信。主要是接电话和看电子书，打算回头换个android的手机，兼顾开发和娱乐，下半年再说。  手机充电器及电池个一个  U盘若干，一般是两个8G的  网线一根  插头转换器一个  笔若干，一支签字笔，一支光盘笔  纸若干  蓝本及病历本，没事可去医院开点药  朝阳医院及协和的医疗卡，大人和小孩的  购物袋一个，比较小巧的  感冒冲剂两袋  小药盒一个，内有常用药少许  电话本一个  轻便雨伞一把  中行动态口令牌  大小合适大的技术书一本  钱包一个，内有200左右现钞及各种卡片若干、1寸照片一、屁&lt;img src =&quot;http://blog.csdn.net/x86/aggbug/4196973.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/225130503/x86/csdn.net/s.gif?r=http://blog.csdn.net/x86/archive/2009/05/18/4196973.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/x86/225130503/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/x86/225130503/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 18 May 2009 19:05:00 +0800</pubDate><author>阳台小砖</author><comments>http://blog.csdn.net/x86/archive/2009/05/18/4196973.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/x86/archive/2009/05/18/4196973.aspx</guid><dc:creator>阳台小砖</dc:creator><fs:srclink>http://blog.csdn.net/x86/archive/2009/05/18/4196973.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/x86/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/x86/~1084916/225130503/1084915</fs:itemid></item><item><title>python的_threading_local模块</title><link>http://blog.csdn.net/x86/archive/2009/05/15/4188292.aspx</link><wfw:comment>http://blog.csdn.net/x86/comments/4188292.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/x86/comments/commentRss/4188292.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4188292</trackback:ping><description>今天碰到跟_threading_local有关的问题，居然查不到太多信息，就自己翻译一下吧。  _threading_local     index     /usr/local/lib/python2.4/_threading_local.py     Module Docs  Thread-local 对象       (这个模块提供了threading.local类的Python版本，根据使用的Python版本的不同，可能会有更快的版本。你应该总是从threading里import local类。)       Thread-local对象提供对thread-local数据的管理。       如果你有需要对线程来讲是局部的数据，只需创建一个thread-local对象，像这样使用其属性：         &gt;&gt;&gt; mydata = local()         &gt;&gt;&gt; mydata.number = 42         &gt;&gt;&gt; mydata.number         42       你也可以访问local对象的字典：         &gt;&gt;&gt; mydata.__dict_&lt;img src =&quot;http://blog.csdn.net/x86/aggbug/4188292.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/225130504/x86/csdn.net/s.gif?r=http://blog.csdn.net/x86/archive/2009/05/15/4188292.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/x86/225130504/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/x86/225130504/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 15 May 2009 20:18:00 +0800</pubDate><author>阳台小砖</author><comments>http://blog.csdn.net/x86/archive/2009/05/15/4188292.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/x86/archive/2009/05/15/4188292.aspx</guid><dc:creator>阳台小砖</dc:creator><fs:srclink>http://blog.csdn.net/x86/archive/2009/05/15/4188292.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/x86/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/x86/~1084916/225130504/1084915</fs:itemid></item><item><title>彩色字符画转换软件</title><link>http://blog.csdn.net/x86/archive/2009/04/30/4140328.aspx</link><wfw:comment>http://blog.csdn.net/x86/comments/4140328.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/x86/comments/commentRss/4140328.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4140328</trackback:ping><description>一款很有意思的小软件，可以将图片转化为彩色字符画，介绍在这里：http://www.appinn.com/image2html/  别的不多说，看看我家曈曈的照片，能看出全是字符拼成的么？（当然，这个是我的截图）右侧是原图。                                &lt;img src =&quot;http://blog.csdn.net/x86/aggbug/4140328.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/x86/225130505/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/x86/225130505/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 01 May 2009 01:08:00 +0800</pubDate><author>阳台小砖</author><comments>http://blog.csdn.net/x86/archive/2009/04/30/4140328.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/x86/archive/2009/04/30/4140328.aspx</guid><dc:creator>阳台小砖</dc:creator><fs:srclink>http://blog.csdn.net/x86/archive/2009/04/30/4140328.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/x86/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/x86/~1084916/225130505/1084915</fs:itemid></item><item><title>将图片转化为彩色字符画</title><link>http://blog.csdn.net/x86/archive/2009/04/30/4139221.aspx</link><wfw:comment>http://blog.csdn.net/x86/comments/4139221.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/x86/comments/commentRss/4139221.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4139221</trackback:ping><description>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;img src =&quot;http://blog.csdn.net/x86/aggbug/4139221.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/x86/225130506/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/x86/225130506/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 30 Apr 2009 19:39:00 +0800</pubDate><author>阳台小砖</author><comments>http://blog.csdn.net/x86/archive/2009/04/30/4139221.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/x86/archive/2009/04/30/4139221.aspx</guid><dc:creator>阳台小砖</dc:creator><fs:srclink>http://blog.csdn.net/x86/archive/2009/04/30/4139221.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/x86/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/x86/~1084916/225130506/1084915</fs:itemid></item><item><title>LinuxKernel：Freezing filesystems</title><link>http://blog.csdn.net/x86/archive/2009/04/21/4097514.aspx</link><wfw:comment>http://blog.csdn.net/x86/comments/4097514.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/x86/comments/commentRss/4097514.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4097514</trackback:ping><description>先写一点，以后再研究。  在虚拟化方面，2.6.28（及其后来的 2.6.29）包含了大量新特性。其中最为有趣并且有可能支持过程组检查点的特性是 冻结容器和文件系统。2.6.28 内的另一项新特性是将 PCI 设备直接传递给客户操作系统，而不是将其交给系统管理程序管理。  冻结器  为了在暂停操作系统期间将其迁移到一个新的主机（比如虚拟机 [VM]），我们专门设计了一个称为冻结（和解冻）的新功能。这个新特性能够让任务组或文件系统冻结并保持在冻结时状态，然后再解冻并重新引入这个任务组或文件系统。  任务在容器 的上下文中被冻结，这个模式能在用户空间级别（一个内核支持多个用户空间）虚拟化操作系统。这种新功能能够在主机之间迁移一组过程，这对均衡负载非常有用。也可以冻结文件系统来支持文件系统备份的快照。目前，文件系统冻结是通过具有参数 FIFREEZE 或 FITHAW 的 ioctl 来实现的。  在容器的外面，这个新冻结/解冻模式还可以用于检查点。在这种应用中，可以以特定的间隔（检查点）冻结一组相关的进程，然后解冻特定的时间点以回到某个已知状态。  参考文献：Freezing filesy&lt;img src =&quot;http://blog.csdn.net/x86/aggbug/4097514.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/x86/225130507/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/x86/225130507/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 21 Apr 2009 22:36:00 +0800</pubDate><author>阳台小砖</author><comments>http://blog.csdn.net/x86/archive/2009/04/21/4097514.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/x86/archive/2009/04/21/4097514.aspx</guid><dc:creator>阳台小砖</dc:creator><fs:srclink>http://blog.csdn.net/x86/archive/2009/04/21/4097514.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/x86/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/x86/~1084916/225130507/1084915</fs:itemid></item><item><title>一款小巧好用的截图软件</title><link>http://blog.csdn.net/x86/archive/2009/04/21/4096821.aspx</link><wfw:comment>http://blog.csdn.net/x86/comments/4096821.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/x86/comments/commentRss/4096821.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4096821</trackback:ping><description>看到有人推荐PrtScr  地址在这里：http://www.fiastarta.com/PrtScr/Download.html，试用了一下，真的不错啊，而且是免费的，个人觉得就截图的功能比HyperSnap要简单好用，下面是我截的一个图，本来是透明的png，可惜浏览器上看不出效果，总之，黑色的部分看做透明就好了。  用过之后才知道简单，下面的这个图的步骤是：  1：用右键画出“看这里”几个字和箭头。只可惜右键写字的时候似乎改不了颜色。  2：用左键画出不规则的区域  3：另存，选择png格式，就完成了  简单吧，去用用吧。                         右键写注释的时候，滚轮可以改变线条的粗细，这幅图：  &lt;img src =&quot;http://blog.csdn.net/x86/aggbug/4096821.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/x86/225130508/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/x86/225130508/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 21 Apr 2009 18:50:00 +0800</pubDate><author>阳台小砖</author><comments>http://blog.csdn.net/x86/archive/2009/04/21/4096821.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/x86/archive/2009/04/21/4096821.aspx</guid><dc:creator>阳台小砖</dc:creator><fs:srclink>http://blog.csdn.net/x86/archive/2009/04/21/4096821.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/x86/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/x86/~1084916/225130508/1084915</fs:itemid></item><item><title>关于Oracle收购Sun</title><link>http://blog.csdn.net/x86/archive/2009/04/21/4096627.aspx</link><wfw:comment>http://blog.csdn.net/x86/comments/4096627.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/x86/comments/commentRss/4096627.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4096627</trackback:ping><description>Sun被谁收购都不奇怪，曾经2000亿美金的市值到前段日子的30多亿美金，到现在74亿美金被Oracle收购，真可谓跌宕起伏。4月份的《程序员》杂志有文章分析了Sun的衰败史，认为Sun只是一心关注Java本身，致力于制定标准和推广，却没有形成自己的一整套平台，到最后确实为他人作嫁衣裳，真正赚钱的是那些围绕Java做产品做平台的公司，比如WebLogic，IBM。当Sun还在一边花大钱研发，一边花大力气跟微软大口水仗的时候，微软却靠着.net一举成功。说实话，在.net还是1.0的时候，并不像现在这样定位明确，也有很多问题，至少我当时就觉得很茫然，不知道这个东西到底是干啥的。而当时如日中天的Sun如果能按照后来.net的发展轨迹一步步的形成自己的围绕Java的产品线，那很难说Sun会不会成为另一个微软，而微软是不是会成为今天Sun的角色。  地铁口上上城的广告：男怕入错行，女怕嫁错郎。不知道当初进入Sun的那若干位同事现在怎么样，Sun寻找买家已经不止几个月的时间了，最近一两年恐怕都在卖自己。不过能坚持到现在的人估计也能继续呆下去吧。操作系统和Java方面的部门跟Oracle算是互补，&lt;img src =&quot;http://blog.csdn.net/x86/aggbug/4096627.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/x86/225130509/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/x86/225130509/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 21 Apr 2009 18:07:00 +0800</pubDate><author>阳台小砖</author><comments>http://blog.csdn.net/x86/archive/2009/04/21/4096627.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/x86/archive/2009/04/21/4096627.aspx</guid><dc:creator>阳台小砖</dc:creator><fs:srclink>http://blog.csdn.net/x86/archive/2009/04/21/4096627.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/x86/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/x86/~1084916/225130509/1084915</fs:itemid></item><item><title>一款有意思的flash音乐游戏</title><link>http://blog.csdn.net/x86/archive/2009/04/16/4084769.aspx</link><wfw:comment>http://blog.csdn.net/x86/comments/4084769.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/x86/comments/commentRss/4084769.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4084769</trackback:ping><description>地址在这里：http://lab.andre-michelle.com/tonematrix     横轴是时间，纵轴是音高，试试就知道了，音乐很柔和，不管怎么画都很好听。  这是我画的音乐，效果还不错哦。&lt;img src =&quot;http://blog.csdn.net/x86/aggbug/4084769.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/x86/225130510/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/x86/225130510/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 17 Apr 2009 01:03:00 +0800</pubDate><author>阳台小砖</author><comments>http://blog.csdn.net/x86/archive/2009/04/16/4084769.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/x86/archive/2009/04/16/4084769.aspx</guid><dc:creator>阳台小砖</dc:creator><fs:srclink>http://blog.csdn.net/x86/archive/2009/04/16/4084769.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/x86/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/x86/~1084916/225130510/1084915</fs:itemid></item><item><title>金宝贝之体验篇</title><link>http://blog.csdn.net/x86/archive/2009/04/15/4075386.aspx</link><wfw:comment>http://blog.csdn.net/x86/comments/4075386.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/x86/comments/commentRss/4075386.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4075386</trackback:ping><description>说说早教，这年头，幼儿园都进不去了，还好，早教是赚钱的地方，也没人管，只要给钱就让进，为了不让孩闲的没事干，今天又给他报了一个。之前的红黄蓝上了几期，实在是不想上了，要不是为了把卡里的课上完，早就不去了。这回去金宝贝上了回体验课，那跟红黄蓝简直就是天壤之别。红黄蓝在国内也是知名品牌，比起来差得太多，要不怎么我家的屁孩不爱去红黄蓝，今天头一回去金宝贝就很配合，看上去兴致很好。我们俩也很兴奋，看着孩这么开心，头脑一热，当时就给报了60节课，加上送的课程，每节课平均下来快到红黄蓝的两倍了。可是质量就是不一样啊，原来的地方教室小，教学方式非常程式化，内容很差劲，我约金宝贝的体验课时那个顾问还说呢，红黄蓝就是拣豆子、走线什么的，我看也差不多了。别的不说，就那个破录音机，还天天放的是不知放过多少遍，声音早就不清楚的音乐。声音还特大，有的小孩都被吓哭过。   金宝贝我早就知道，以前在国贸上班的时候，就知道附近的金宝贝很不错。通州这家是新开的，记得去年还是什么时候刚开业的时候那是相当的合算，可惜当时刚从邻居那里转来的红黄蓝课程，还有好几十次，也就没去折腾了。            里面的玩具都是智高的&lt;img src =&quot;http://blog.csdn.net/x86/aggbug/4075386.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/x86/225130511/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/x86/225130511/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 15 Apr 2009 20:12:00 +0800</pubDate><author>阳台小砖</author><comments>http://blog.csdn.net/x86/archive/2009/04/15/4075386.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/x86/archive/2009/04/15/4075386.aspx</guid><dc:creator>阳台小砖</dc:creator><fs:srclink>http://blog.csdn.net/x86/archive/2009/04/15/4075386.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/x86/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/x86/~1084916/225130511/1084915</fs:itemid></item><item><title>推荐一款Python编辑器</title><link>http://blog.csdn.net/x86/archive/2009/04/15/4075381.aspx</link><wfw:comment>http://blog.csdn.net/x86/comments/4075381.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/x86/comments/commentRss/4075381.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4075381</trackback:ping><description>最近要用Python做项目，抽时间研究了一下Python的编辑器。正好netbeans出了一个for Python的early access版本，实际上，这并不只是编辑器，而是一个完整的IDE，之所以是Early Access，是因为这还不是最终的正式版本，不过我下载来用了之后，觉得已经是相当的不错了。  Python的编辑器一向比较缺乏，比较常用的几个我都不太满意，比如国人写的UniPad，小小软件却要吃进30多M的内存，除了编辑器似乎就没有别的功能了，Eclipse的插件应该不错，不过没试过，因为同样是Java写的IDE，eclipse吃的内存就更大了。吃内存也是netbeans的一个问题，不管是Windows还是linux下，差不多都要用去300M左右的内存。其他的pyth编辑器，商业版的没试过，就开源的来说，确实也有不错的，只可惜比起netbeans来说就差了很多了。  eclipse和netbeans的速度比起来，有很多不同的声音，有人说eclipse慢，也有人说netbeans慢，不过就我个人的使用感觉来说，还是netbeans更快一些，而且对Python的集成度显然更高，&lt;img src =&quot;http://blog.csdn.net/x86/aggbug/4075381.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/x86/225130512/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/x86/225130512/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 15 Apr 2009 20:10:00 +0800</pubDate><author>阳台小砖</author><comments>http://blog.csdn.net/x86/archive/2009/04/15/4075381.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/x86/archive/2009/04/15/4075381.aspx</guid><dc:creator>阳台小砖</dc:creator><fs:srclink>http://blog.csdn.net/x86/archive/2009/04/15/4075381.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/x86/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/x86/~1084916/225130512/1084915</fs:itemid></item></channel></rss>