<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/songhuanren" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/songhuanren" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 10 Feb 2010 02:12:00 GMT</lastBuildDate><title>宋欢的博客</title><description>i am back......happy.   _##_ http://twitter.com/songhuan</description><link>http://blog.csdn.net/blogrss.aspx?username=songhuanren</link><item><title>老子马的也失败过一次了，真的是深有体会</title><link>http://blog.csdn.net/songhuanren/archive/2010/02/10/5304258.aspx</link><description>&lt;br /&gt;原始地址:http://bbs.17173.com/topics/4505/200912/01/74926,1.html&lt;br /&gt;&lt;br /&gt;经 历太多次创业，发现创业实在太难，一开始我认为是我的运气稍微差了一点，每一次创业失败的原因都不尽相同，使我经历了各种各样的创业痛苦，不过后来看看我 周围跟我一起创业的弟兄们，发现创业的人生就是如此。在此不乏调侃地写下网游创业失败全攻略给各位共享，各位有过创业失败经历的人可能会有“心有戚戚焉” 的感觉，至今还没有经历过失败的朋友们，你们也可能也会产生类似的感觉，那就要小心了，希望你们能够引以为鉴。另外请各位清醒地记住：你们每天看到的那几 个创业成功的案例仅仅是无数创业者当中的沧海一粟，那无数被大海淹没的99.9%的创业失败案例是没有机会通过各种媒体进入到你的视线的，如果你仅仅看到 一些看似简单的成功就认为创业如此简单的话，我可以很负责任的说：你错了。&lt;br /&gt;&lt;br /&gt; 融资的问题&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;风 险投资只有锦上添花的，没有雪中送炭的。如果你没有现成的产品并且已经在市场上运营并产生盈利，或者你的团队非常有&lt;img src=&quot;http://www1.feedsky.com/t1/331515212/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2010/02/10/5304258.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/songhuanren/331515212/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/songhuanren/331515212/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 10 Feb 2010 10:12:00 +0800</pubDate><author>宋欢</author><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2010/02/10/5304258.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2010/02/10/5304258.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/331515212/1297345</fs:itemid></item><item><title>flex4 的get and set 问题</title><link>http://blog.csdn.net/songhuanren/archive/2010/01/20/5216720.aspx</link><description>//等级 
  private var _n_grade:Number ;
  public function set n_grade(n:Number):void
  {
   _n_grade = n ;
   }
  public function get n_grade():Number
  {
   return _n_grade;
  }



这是没有问题的。

但如果

private var _n_grade:Number = 0 ;
  public function set n_grade(n:Number):void
  {
   _n_grade = n ;
   }
  public function get n_grade():Number
  {
   return _n_grade;
  }



这样就不行了，不知道为什么就是跑不进set 函数里面&lt;img src=&quot;http://www1.feedsky.com/t1/331515213/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2010/01/20/5216720.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/songhuanren/331515213/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/songhuanren/331515213/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 20 Jan 2010 13:21:00 +0800</pubDate><author>宋欢</author><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2010/01/20/5216720.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2010/01/20/5216720.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/331515213/1297345</fs:itemid></item><item><title>一个设计房屋和家具的flex应用 -- 强</title><link>http://blog.csdn.net/songhuanren/archive/2010/01/14/5189435.aspx</link><description>http://dragonfly.labs.autodesk.com/designer



提供了2D的，还提供了3D的.&lt;img src=&quot;http://www1.feedsky.com/t1/331515214/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2010/01/14/5189435.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/songhuanren/331515214/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/songhuanren/331515214/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 14 Jan 2010 13:13:00 +0800</pubDate><author>宋欢</author><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2010/01/14/5189435.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2010/01/14/5189435.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/331515214/1297345</fs:itemid></item><item><title>some tips of flex compiler</title><link>http://blog.csdn.net/songhuanren/archive/2010/01/05/5134382.aspx</link><description>flex library project : create swf , not swc  ,   code: -locale=en_US -directory=true -output=../bin/ 

 

create zh_CN language package : bin\compc -locale=zh_CN -source-path=frameworks/projects/framework/bundles/zh_CN/src -include-resource-bundles=collections,containers,controls,core,effects,formatters,logging,SharedResources,skins,states,styles,validators 
-output=frameworks/locale/zh_CN/framework_rb.swc&lt;img src=&quot;http://www1.feedsky.com/t1/331515215/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2010/01/05/5134382.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/songhuanren/331515215/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/songhuanren/331515215/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 05 Jan 2010 11:45:00 +0800</pubDate><author>宋欢</author><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2010/01/05/5134382.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2010/01/05/5134382.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/331515215/1297345</fs:itemid></item><item><title>the efflex of flex effect</title><link>http://blog.csdn.net/songhuanren/archive/2010/01/04/5129478.aspx</link><description>这里的一些flex effect效果都很不错。而且开源

http://www.efflex.org/EfflexExplorer.html&lt;img src=&quot;http://www1.feedsky.com/t1/331515216/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2010/01/04/5129478.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/songhuanren/331515216/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/songhuanren/331515216/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 04 Jan 2010 14:52:00 +0800</pubDate><author>宋欢</author><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2010/01/04/5129478.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2010/01/04/5129478.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/331515216/1297345</fs:itemid></item><item><title>(转) Debugging Flex applications with mm.cfg and flashlog.txt</title><link>http://blog.csdn.net/songhuanren/archive/2010/01/04/5128844.aspx</link><description>&lt;br /&gt;When working with Flex applications, it may useful to see the output from the trace() function. Well, the good news is that if you have the debug version of the Flash Player installed, it is really easy to redirect the trace() output to an external file which can you browse using any text editor.&lt;br /&gt;There are lots of excellent online resources for this already, but here is a brief run-down…&lt;br /&gt;&lt;br /&gt;Create a file named “mm.cfg” in one of the following locations:Windows; C:\Documents a&lt;img src=&quot;http://www1.feedsky.com/t1/331515217/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2010/01/04/5128844.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/songhuanren/331515217/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/songhuanren/331515217/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 04 Jan 2010 13:21:00 +0800</pubDate><author>宋欢</author><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2010/01/04/5128844.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2010/01/04/5128844.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/331515217/1297345</fs:itemid></item><item><title>Fabrication framework</title><link>http://blog.csdn.net/songhuanren/archive/2009/12/30/5109149.aspx</link><description>Fabrication 基本上就是puremvc的升级版 ，特别专注在多模块的开发中。各个模块之间实现了很低的耦合度。

我现在在做的第三款游戏就是用这个做。很不错的。但国内的资料基本上没有。



（转）

Fabrication is a rapid application development extension for PureMVC. 

Its goal is to write less code while adhering to the separation of concerns of PureMVC. Fabrication is built around the Multicore version of PureMVC as it provides a solid foundation to build multi-modular applications without the singleton issues. Here is a summary of the main features in Fabrication.

Facade&lt;img src=&quot;http://www1.feedsky.com/t1/331515218/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2009/12/30/5109149.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/songhuanren/331515218/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/songhuanren/331515218/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 30 Dec 2009 22:03:00 +0800</pubDate><author>宋欢</author><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/12/30/5109149.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/12/30/5109149.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/331515218/1297345</fs:itemid></item><item><title>(转) 解决&quot; 0X000000该内存不能为read&quot; 的方法</title><link>http://blog.csdn.net/songhuanren/archive/2009/12/25/5074882.aspx</link><description>http://wwwzbx.blog.51cto.com/6920/2965&lt;img src=&quot;http://www1.feedsky.com/t1/331515219/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2009/12/25/5074882.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/songhuanren/331515219/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/songhuanren/331515219/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 25 Dec 2009 13:45:00 +0800</pubDate><author>宋欢</author><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/12/25/5074882.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/12/25/5074882.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/331515219/1297345</fs:itemid></item><item><title>(转) Test Driven Development using Flash Builder 4 beta and FlexUnit</title><link>http://blog.csdn.net/songhuanren/archive/2009/12/24/5072137.aspx</link><description>http://www.adobe.com/devnet/flex/articles/flashbuilder4_tdd.html&lt;img src=&quot;http://www1.feedsky.com/t1/331515220/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2009/12/24/5072137.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/songhuanren/331515220/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/songhuanren/331515220/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 24 Dec 2009 23:18:00 +0800</pubDate><author>宋欢</author><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/12/24/5072137.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/12/24/5072137.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/331515220/1297345</fs:itemid></item><item><title>Windows Vista系统下如何取消office正版增值计划</title><link>http://blog.csdn.net/songhuanren/archive/2009/12/20/5044212.aspx</link><description>http://www.vista123.com/html/7917.html&lt;img src=&quot;http://www1.feedsky.com/t1/331515221/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2009/12/20/5044212.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/songhuanren/331515221/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/songhuanren/331515221/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 20 Dec 2009 19:40:00 +0800</pubDate><author>宋欢</author><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/12/20/5044212.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/12/20/5044212.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/331515221/1297345</fs:itemid></item></channel></rss>