<?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/Iptton" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/Iptton" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 14 Mar 2009 22:43:00 GMT</lastBuildDate><title>M-C-R-B</title><description>Mad Code Run Break</description><link>http://blog.csdn.net/Iptton/</link><item><title>译:设计Qt式的C＋＋ API</title><link>http://blog.csdn.net/Iptton/archive/2009/03/14/3990967.aspx</link><wfw:comment>http://blog.csdn.net/Iptton/comments/3990967.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Iptton/comments/commentRss/3990967.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3990967</trackback:ping><description>原文地址：http://doc.trolltech.com/qq/qq13-apis.html 设计Qt式的C＋＋ APIby Matthias Ettrich 译：iptton(at)gmail.com我们在Trolltech公司提高开发者体验方面进行了大量研究。这里，我想分享下其中部分以及QT4的设计准则，同时演示如何在你的代码中使用。良好API的六个特征“方便”的陷阱(The Convenience Trap)布尔参数的陷阱静多态(Static Polymorphism)命名的技巧指针还是引用？实例研究： QProgressBar如何成就良好的API设计应用程序接口（API）不是件容易的事情。它是有如设计一门编程语言一样困难的一种艺术，它有各种不同的原则供选择，而不同的原则又有些相互矛盾。当今的计算机科学教育给与算法及数据结构很大的关注而对设计编程语言及框架背后的原则无甚讨论。这使得程序员们对日益增长的一个重要任务：组件重用性措手不及。在对向对象语言兴起之前，可重用代码大部分是由程序&lt;img src =&quot;http://blog.csdn.net/Iptton/aggbug/3990967.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 15 Mar 2009 06:43:00 +0800</pubDate><author>风子</author><comments>http://blog.csdn.net/Iptton/archive/2009/03/14/3990967.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Iptton/archive/2009/03/14/3990967.aspx</guid><dc:creator>风子</dc:creator></item><item><title>flex 初始化完成前加载自定义XML数据</title><link>http://blog.csdn.net/Iptton/archive/2008/07/17/2663954.aspx</link><wfw:comment>http://blog.csdn.net/Iptton/comments/2663954.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Iptton/comments/commentRss/2663954.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2663954</trackback:ping><description>在写FLEX应用，从外部加载配置文件是一个很常用的方法（一般是加载XML，因为这是“人类可读性”最好的了。。）&lt;br /&gt;&lt;br /&gt;如何让SWF在配置文件加载完成之前开始工作呢？&lt;br /&gt;有两种方法，&lt;br /&gt;一种是直接控制所有子元件的表现，在配置文件加载完毕之前不做任务动作。&lt;br /&gt;但这意味着每加一个子元件你就要加一定的额外的脚本来侦听配置加载是否完成。&lt;br /&gt;另一种是在FLEX主MXML的CreationComplete事件前完成一些配置工作，这需要我们自定义loading类 (preloader),下面是我的一个课程设计中的例子，preloader参考了flex cookbook的例子：&lt;br /&gt;&lt;br /&gt;OBSPreLoader.as (OBS= Online Book Store...)&lt;br /&gt;package iptton.utils{&lt;br /&gt;    import com.adobe.cairngorm.control.CairngormEventDispatcher;&lt;br /&gt;&lt;br /&gt;    import flash.di&lt;img src =&quot;http://blog.csdn.net/Iptton/aggbug/2663954.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 17 Jul 2008 17:19:00 +0800</pubDate><author>风子</author><comments>http://blog.csdn.net/Iptton/archive/2008/07/17/2663954.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Iptton/archive/2008/07/17/2663954.aspx</guid><dc:creator>风子</dc:creator></item><item><title>Window下的QT中文编程注意事项</title><link>http://blog.csdn.net/Iptton/archive/2008/04/13/2289329.aspx</link><wfw:comment>http://blog.csdn.net/Iptton/comments/2289329.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Iptton/comments/commentRss/2289329.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2289329</trackback:ping><description>QT中文乱码问题&lt;img src =&quot;http://blog.csdn.net/Iptton/aggbug/2289329.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 14 Apr 2008 05:49:00 +0800</pubDate><author>风子</author><comments>http://blog.csdn.net/Iptton/archive/2008/04/13/2289329.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Iptton/archive/2008/04/13/2289329.aspx</guid><dc:creator>风子</dc:creator></item><item><title>flex 事件简述</title><link>http://blog.csdn.net/Iptton/archive/2008/04/03/2247636.aspx</link><wfw:comment>http://blog.csdn.net/Iptton/comments/2247636.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Iptton/comments/commentRss/2247636.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2247636</trackback:ping><description>Flex&lt;img src =&quot;http://blog.csdn.net/Iptton/aggbug/2247636.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 04 Apr 2008 00:11:00 +0800</pubDate><author>风子</author><comments>http://blog.csdn.net/Iptton/archive/2008/04/03/2247636.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Iptton/archive/2008/04/03/2247636.aspx</guid><dc:creator>风子</dc:creator></item><item><title>转帖：jquery选择器的使用</title><link>http://blog.csdn.net/Iptton/archive/2008/03/18/2194379.aspx</link><wfw:comment>http://blog.csdn.net/Iptton/comments/2194379.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Iptton/comments/commentRss/2194379.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2194379</trackback:ping><description>jq选择器。。。转自一个转帖，不知原网址  = =!&lt;img src =&quot;http://blog.csdn.net/Iptton/aggbug/2194379.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 18 Mar 2008 21:46:00 +0800</pubDate><author>风子</author><comments>http://blog.csdn.net/Iptton/archive/2008/03/18/2194379.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Iptton/archive/2008/03/18/2194379.aspx</guid><dc:creator>风子</dc:creator></item><item><title>RIA半成品</title><link>http://blog.csdn.net/Iptton/archive/2007/09/19/1791014.aspx</link><wfw:comment>http://blog.csdn.net/Iptton/comments/1791014.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/Iptton/comments/commentRss/1791014.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1791014</trackback:ping><description>界面流程继续思考中……&lt;img src =&quot;http://blog.csdn.net/Iptton/aggbug/1791014.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 19 Sep 2007 19:35:00 +0800</pubDate><author>风子</author><comments>http://blog.csdn.net/Iptton/archive/2007/09/19/1791014.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Iptton/archive/2007/09/19/1791014.aspx</guid><dc:creator>风子</dc:creator></item><item><title>关于state</title><link>http://blog.csdn.net/Iptton/archive/2007/08/19/1750802.aspx</link><wfw:comment>http://blog.csdn.net/Iptton/comments/1750802.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Iptton/comments/commentRss/1750802.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1750802</trackback:ping><description>flex&lt;img src =&quot;http://blog.csdn.net/Iptton/aggbug/1750802.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 20 Aug 2007 06:19:00 +0800</pubDate><author>风子</author><comments>http://blog.csdn.net/Iptton/archive/2007/08/19/1750802.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Iptton/archive/2007/08/19/1750802.aspx</guid><dc:creator>风子</dc:creator></item><item><title>关于Bindable</title><link>http://blog.csdn.net/Iptton/archive/2007/08/19/1750801.aspx</link><wfw:comment>http://blog.csdn.net/Iptton/comments/1750801.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Iptton/comments/commentRss/1750801.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1750801</trackback:ping><description>flex&lt;img src =&quot;http://blog.csdn.net/Iptton/aggbug/1750801.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 20 Aug 2007 06:18:00 +0800</pubDate><author>风子</author><comments>http://blog.csdn.net/Iptton/archive/2007/08/19/1750801.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Iptton/archive/2007/08/19/1750801.aspx</guid><dc:creator>风子</dc:creator></item><item><title>FLEX</title><link>http://blog.csdn.net/Iptton/archive/2007/07/19/1698912.aspx</link><wfw:comment>http://blog.csdn.net/Iptton/comments/1698912.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Iptton/comments/commentRss/1698912.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1698912</trackback:ping><description>flex&lt;img src =&quot;http://blog.csdn.net/Iptton/aggbug/1698912.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 19 Jul 2007 22:32:00 +0800</pubDate><author>风子</author><comments>http://blog.csdn.net/Iptton/archive/2007/07/19/1698912.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Iptton/archive/2007/07/19/1698912.aspx</guid><dc:creator>风子</dc:creator></item><item><title>AS3.0 MVC pattern</title><link>http://blog.csdn.net/Iptton/archive/2007/07/18/1697900.aspx</link><wfw:comment>http://blog.csdn.net/Iptton/comments/1697900.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Iptton/comments/commentRss/1697900.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1697900</trackback:ping><description>AS3.0 MVC Pattern&lt;img src =&quot;http://blog.csdn.net/Iptton/aggbug/1697900.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 19 Jul 2007 05:32:00 +0800</pubDate><author>风子</author><comments>http://blog.csdn.net/Iptton/archive/2007/07/18/1697900.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Iptton/archive/2007/07/18/1697900.aspx</guid><dc:creator>风子</dc:creator></item></channel></rss>