<?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/james999" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/james999" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 02 Mar 2010 10:53:00 GMT</lastBuildDate><title>胡长城（银狐999）BLOG</title><description>开放互动娱乐平台，BPM，SOA，Java；盛大在线 sdo.com 开放互动娱乐平台</description><link>http://blog.csdn.net/blogrss.aspx?username=james999</link><item><title>转：任正非寄语2010：开放、妥协与灰度</title><link>http://blog.csdn.net/james999/archive/2010/03/02/5339876.aspx</link><description>任正非寄语2010：开放、妥协与灰度&lt;img src=&quot;http://www1.feedsky.com/t1/337807191/james999/csdn.net/s.gif?r=http://blog.csdn.net/james999/archive/2010/03/02/5339876.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/james999/337807191/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/james999/337807191/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Mar 2010 18:53:00 +0800</pubDate><author>银狐999</author><guid isPermaLink="false">http://blog.csdn.net/james999/archive/2010/03/02/5339876.aspx</guid><dc:creator>银狐999</dc:creator><fs:srclink>http://blog.csdn.net/james999/archive/2010/03/02/5339876.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/james999/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/james999/~1055213/337807191/1055213</fs:itemid></item><item><title>转行进入互联网领域，抓住平台化的机遇</title><link>http://blog.csdn.net/james999/archive/2010/02/06/5294922.aspx</link><description>但是，转型也是“痛苦的”。毕竟对我来讲，已经进入而立之年，但是却进入了一个“近乎陌生的领域”，这时候，估计只能用刘欢那首“重头再来”来形容了吧。&lt;img src=&quot;http://www1.feedsky.com/t1/337807192/james999/csdn.net/s.gif?r=http://blog.csdn.net/james999/archive/2010/02/06/5294922.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/james999/337807192/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/james999/337807192/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 06 Feb 2010 19:34:00 +0800</pubDate><author>银狐999</author><guid isPermaLink="false">http://blog.csdn.net/james999/archive/2010/02/06/5294922.aspx</guid><dc:creator>银狐999</dc:creator><fs:srclink>http://blog.csdn.net/james999/archive/2010/02/06/5294922.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/james999/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/james999/~1055213/337807192/1055213</fs:itemid></item><item><title>采用GlassPane技术后在Flex中的动态替换右键菜单</title><link>http://blog.csdn.net/james999/archive/2009/08/04/4407551.aspx</link><description>&lt;br /&gt;&lt;br /&gt;     最近解决了一个小问题，就是动态替换右键菜单内容的问题。这本身不是什么大问题，但因为我的绘图程序采用了GlassPane（玻璃板）技术，所以变得复杂一点。当然这种思路是值得借鉴的。&lt;br /&gt;     为什么采用GlassPane技术，此处就不多累赘了，参见我之前写的那篇：“Flex开发流程设计器经验之谈（2）” http://blog.csdn.net/james999/archive/2009/02/17/3903179.aspx。&lt;br /&gt;     之前虽然也采用GlassPane技术，但是“玩了点小技巧”，在实际实现的时候，是把GlassPane作为一个Container来处理，当然这个Container也可以起到拦截mouse event的作用，但是却不会屏蔽Container容器内component的右键事件响应，所以可以处理那些图元的右键菜单。&lt;br /&gt;      但是这样处理的结果并不是十分理想，因为很容易就因为Container或component的重叠、累加、布局等复杂之后，造成右键响应不到。初始的时候，设计器很简单，这样的解决方&lt;img src=&quot;http://www1.feedsky.com/t1/337807193/james999/csdn.net/s.gif?r=http://blog.csdn.net/james999/archive/2009/08/04/4407551.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/james999/337807193/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/james999/337807193/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 04 Aug 2009 15:06:00 +0800</pubDate><author>银狐999</author><guid isPermaLink="false">http://blog.csdn.net/james999/archive/2009/08/04/4407551.aspx</guid><dc:creator>银狐999</dc:creator><fs:srclink>http://blog.csdn.net/james999/archive/2009/08/04/4407551.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/james999/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/james999/~1055213/337807193/1055213</fs:itemid></item><item><title>给华育国际的学员分讲了一堂课：如何做技术</title><link>http://blog.csdn.net/james999/archive/2009/06/03/4240532.aspx</link><description>大家都是：师傅带进门，修行靠个人。
       我用一个Flex流程设计的研发和重构的故事来讲如何钻研技术。故事大约也就是这样（如下图），这其实我个人在做那个Flex流程设计器的一些经历，中间也是断断续续做了很多重构，借鉴了很多其他思路：&lt;img src=&quot;http://www1.feedsky.com/t1/337807194/james999/csdn.net/s.gif?r=http://blog.csdn.net/james999/archive/2009/06/03/4240532.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/james999/337807194/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/james999/337807194/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 03 Jun 2009 22:33:00 +0800</pubDate><author>银狐999</author><guid isPermaLink="false">http://blog.csdn.net/james999/archive/2009/06/03/4240532.aspx</guid><dc:creator>银狐999</dc:creator><fs:srclink>http://blog.csdn.net/james999/archive/2009/06/03/4240532.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/james999/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/james999/~1055213/337807194/1055213</fs:itemid></item><item><title>我在业务架构平台研讨会上的演讲视频</title><link>http://blog.csdn.net/james999/archive/2009/06/01/4230984.aspx</link><description>我在业务架构平台研讨会上的演讲视频&lt;img src=&quot;http://www1.feedsky.com/t1/337807195/james999/csdn.net/s.gif?r=http://blog.csdn.net/james999/archive/2009/06/01/4230984.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/james999/337807195/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/james999/337807195/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Jun 2009 09:55:00 +0800</pubDate><author>银狐999</author><guid isPermaLink="false">http://blog.csdn.net/james999/archive/2009/06/01/4230984.aspx</guid><dc:creator>银狐999</dc:creator><fs:srclink>http://blog.csdn.net/james999/archive/2009/06/01/4230984.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/james999/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/james999/~1055213/337807195/1055213</fs:itemid></item><item><title>参加业务架构研讨会及做主题演讲后记</title><link>http://blog.csdn.net/james999/archive/2009/05/26/4218770.aspx</link><description>今天下午参加了CSDN举办的“业务架构平台研讨会”（http://events2009.csdn.net/），并做了有关“复合式应用的业务架构”主题演讲。
其实，这次主要是由起步（www.justep.com）赞助举办，俺们“普元”和“K2”只是友情客串出演。演讲嘉宾主要是四位：起步总经理马科、起步总工程师宋兴烈、K2中国华东区技术主管肖铁栋、以及俺（普元，胡长城）。&lt;img src=&quot;http://www1.feedsky.com/t1/337807196/james999/csdn.net/s.gif?r=http://blog.csdn.net/james999/archive/2009/05/26/4218770.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/james999/337807196/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/james999/337807196/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 26 May 2009 22:47:00 +0800</pubDate><author>银狐999</author><guid isPermaLink="false">http://blog.csdn.net/james999/archive/2009/05/26/4218770.aspx</guid><dc:creator>银狐999</dc:creator><fs:srclink>http://blog.csdn.net/james999/archive/2009/05/26/4218770.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/james999/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/james999/~1055213/337807196/1055213</fs:itemid></item><item><title>参加Tibco的SOA应用及2009 IT架构趋势研讨会记</title><link>http://blog.csdn.net/james999/archive/2009/05/19/4202248.aspx</link><description>今天在上海参加了Tibco举办的SOA应用及2009 IT架构趋势研讨会。&lt;img src=&quot;http://www1.feedsky.com/t1/337807197/james999/csdn.net/s.gif?r=http://blog.csdn.net/james999/archive/2009/05/19/4202248.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/james999/337807197/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/james999/337807197/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 19 May 2009 21:09:00 +0800</pubDate><author>银狐999</author><guid isPermaLink="false">http://blog.csdn.net/james999/archive/2009/05/19/4202248.aspx</guid><dc:creator>银狐999</dc:creator><fs:srclink>http://blog.csdn.net/james999/archive/2009/05/19/4202248.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/james999/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/james999/~1055213/337807197/1055213</fs:itemid></item><item><title>转Slide：Architecting ActionScript 3 applications using PureMVC</title><link>http://blog.csdn.net/james999/archive/2009/05/16/4193632.aspx</link><description>这是在Slideshow上看到的一篇有关介绍PureMVC架构的ppt，感觉挺清晰，对理解PureMVC很有帮助。&lt;img src=&quot;http://www1.feedsky.com/t1/337807198/james999/csdn.net/s.gif?r=http://blog.csdn.net/james999/archive/2009/05/16/4193632.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/james999/337807198/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/james999/337807198/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 16 May 2009 22:10:00 +0800</pubDate><author>银狐999</author><guid isPermaLink="false">http://blog.csdn.net/james999/archive/2009/05/16/4193632.aspx</guid><dc:creator>银狐999</dc:creator><fs:srclink>http://blog.csdn.net/james999/archive/2009/05/16/4193632.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/james999/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/james999/~1055213/337807198/1055213</fs:itemid></item><item><title>当流程遇到web2.0和SaaS（从project zero团队的演讲而反思）</title><link>http://blog.csdn.net/james999/archive/2009/05/10/4166404.aspx</link><description>虽然去年就听过project zero这个项目名称，也或多或少了解一些。但是可惜我自身对web2.0和SaaS专注很少，其实，应该是“对这个领域感知力不足”，这个应该自责。&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/james999/337807199/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/james999/337807199/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 10 May 2009 22:43:00 +0800</pubDate><author>银狐999</author><guid isPermaLink="false">http://blog.csdn.net/james999/archive/2009/05/10/4166404.aspx</guid><dc:creator>银狐999</dc:creator><fs:srclink>http://blog.csdn.net/james999/archive/2009/05/10/4166404.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/james999/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/james999/~1055213/337807199/1055213</fs:itemid></item><item><title>参加OPUG第二次活动的有关BPM主题聚会记</title><link>http://blog.csdn.net/james999/archive/2009/05/09/4164179.aspx</link><description>今天参加了OPUG和TechTarget合办的有关“OPUG第二次活动信息预告-让BPM也入乡随俗，中国本土化的流程应该怎样走?”（http://www.techtarget.com.cn/salon/2009/bpm/index.aspx），并发表了有关“BPM2.0”的主题演讲。&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/james999/337807200/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/james999/337807200/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 09 May 2009 21:56:00 +0800</pubDate><author>银狐999</author><guid isPermaLink="false">http://blog.csdn.net/james999/archive/2009/05/09/4164179.aspx</guid><dc:creator>银狐999</dc:creator><fs:srclink>http://blog.csdn.net/james999/archive/2009/05/09/4164179.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/james999/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/james999/~1055213/337807200/1055213</fs:itemid></item></channel></rss>