<?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/byronm" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/byronm" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 25 Apr 2009 22:29:00 GMT</lastBuildDate><title>拜伦的技术空间</title><description>山寨版程序员的非主流生活</description><link>http://blog.csdn.net/byronm/</link><item><title>我所追求的境界</title><link>http://blog.csdn.net/byronm/archive/2009/04/25/4123746.aspx</link><wfw:comment>http://blog.csdn.net/byronm/comments/4123746.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/byronm/comments/commentRss/4123746.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4123746</trackback:ping><description>我们在不断的思考中渴望找到可以解释和解决世界中问题的大道，这投入了我们全部的情感和精力。

 

但在得到问题的答案时，我们会感觉异样的兴奋。

 

编程的魅力不光在于你能解决自己的问题，而且你能解决大多数人的问题。

 

这确实是一种令人着迷的感觉。
&lt;img src =&quot;http://blog.csdn.net/byronm/aggbug/4123746.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 26 Apr 2009 06:29:00 +0800</pubDate><author>★拜倫★</author><comments>http://blog.csdn.net/byronm/archive/2009/04/25/4123746.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/byronm/archive/2009/04/25/4123746.aspx</guid><dc:creator>★拜倫★</dc:creator></item><item><title>[补课]Singleton的性能问题</title><link>http://blog.csdn.net/byronm/archive/2009/04/24/4111436.aspx</link><wfw:comment>http://blog.csdn.net/byronm/comments/4111436.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/byronm/comments/commentRss/4111436.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4111436</trackback:ping><description>&lt;br /&gt;原帖在 http://www.jdon.com/jivejdon/thread/17133.html &lt;br /&gt;因为看起来太不方便，我这里转载一下。&lt;br /&gt; 最近我听到了这样一种说法：Singleton模式在多线程环境下存在性能问题。并且，这就成了Singleton模式的一个罪状：因为Singleton在多线程底下有性能问题，因为J2EE是多线程的，所以J2EE底下不应该用Singleton模式。现在我来帮这些擅长过度省略的高手们补补课：Singleton模式，究竟在怎样的情况下才有性能陷阱？&lt;br /&gt;&lt;br /&gt;第一个问题，Singleton模式在多线程环境为何遭遇困境？答案是，采用lazy initialization策略时，如果没有合理的同步（synchronize），各个线程得到的实例可能不是同一个。详情可以参考JavaWorld 2001年的文章：When Is A Singleton Not A Singleton。（某些同志连这篇文章都没听说过，居然也可以抱怨说“找不到这方面的英文资料”，恩，我们说话恐怕还是谦虚谨慎点好。）&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/byronm/aggbug/4111436.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 25 Apr 2009 05:56:00 +0800</pubDate><author>★拜倫★</author><comments>http://blog.csdn.net/byronm/archive/2009/04/24/4111436.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/byronm/archive/2009/04/24/4111436.aspx</guid><dc:creator>★拜倫★</dc:creator></item><item><title>MVC 比较不错的学习指南</title><link>http://blog.csdn.net/byronm/archive/2009/04/18/4090507.aspx</link><wfw:comment>http://blog.csdn.net/byronm/comments/4090507.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/byronm/comments/commentRss/4090507.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4090507</trackback:ping><description>在网上转悠了很久，忽然也想自己写一点，但是还是作罢。今天终于找到了一个不错的教程，作者水平不错，大家可以看看。http://www.zhiweinet.com/jiaocheng/2008-07/1109.htm&lt;img src =&quot;http://blog.csdn.net/byronm/aggbug/4090507.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 19 Apr 2009 03:21:00 +0800</pubDate><author>★拜倫★</author><comments>http://blog.csdn.net/byronm/archive/2009/04/18/4090507.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/byronm/archive/2009/04/18/4090507.aspx</guid><dc:creator>★拜倫★</dc:creator></item><item><title>持久化模式，现代 ORM 工具的策略和最佳实践</title><link>http://blog.csdn.net/byronm/archive/2009/04/18/4090453.aspx</link><wfw:comment>http://blog.csdn.net/byronm/comments/4090453.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/byronm/comments/commentRss/4090453.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4090453</trackback:ping><description>&lt;br /&gt;文章是来自IBM developerworks，个人认为这个是最好的技术学习站点。&lt;br /&gt;可以得到来自国内外最领先和成熟的技术。&lt;br /&gt;&lt;br /&gt;第一部分：&lt;br /&gt;http://www.ibm.com/developerworks/cn/java/j-pop1/&lt;br /&gt;第二部分：&lt;br /&gt;http://www.ibm.com/developerworks/cn/java/j-pop2/&lt;img src =&quot;http://blog.csdn.net/byronm/aggbug/4090453.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 19 Apr 2009 02:54:00 +0800</pubDate><author>★拜倫★</author><comments>http://blog.csdn.net/byronm/archive/2009/04/18/4090453.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/byronm/archive/2009/04/18/4090453.aspx</guid><dc:creator>★拜倫★</dc:creator></item><item><title>郄晓烨：四种软件商业模式的分析</title><link>http://blog.csdn.net/byronm/archive/2009/04/18/4089726.aspx</link><wfw:comment>http://blog.csdn.net/byronm/comments/4089726.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/byronm/comments/commentRss/4089726.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4089726</trackback:ping><description>&lt;br /&gt;http://news.csdn.net/n/20090326/124484.html&lt;br /&gt;&lt;br /&gt;这也是我想要说的。&lt;img src =&quot;http://blog.csdn.net/byronm/aggbug/4089726.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 18 Apr 2009 22:23:00 +0800</pubDate><author>★拜倫★</author><comments>http://blog.csdn.net/byronm/archive/2009/04/18/4089726.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/byronm/archive/2009/04/18/4089726.aspx</guid><dc:creator>★拜倫★</dc:creator></item><item><title>杂谈CRM</title><link>http://blog.csdn.net/byronm/archive/2009/04/17/4086896.aspx</link><wfw:comment>http://blog.csdn.net/byronm/comments/4086896.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/byronm/comments/commentRss/4086896.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4086896</trackback:ping><description>&lt;br /&gt;最近在做一个移动行业的大型项目，发现所谓CRM，只不过是一批人用来对付另外一批人的工具。&lt;img src =&quot;http://blog.csdn.net/byronm/aggbug/4086896.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Apr 2009 20:52:00 +0800</pubDate><author>★拜倫★</author><comments>http://blog.csdn.net/byronm/archive/2009/04/17/4086896.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/byronm/archive/2009/04/17/4086896.aspx</guid><dc:creator>★拜倫★</dc:creator></item><item><title>所谓ORM之硬伤</title><link>http://blog.csdn.net/byronm/archive/2009/04/05/4050245.aspx</link><wfw:comment>http://blog.csdn.net/byronm/comments/4050245.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/byronm/comments/commentRss/4050245.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4050245</trackback:ping><description>&lt;br /&gt;转帖，作者水平不错。希望大家看了获益。&lt;br /&gt;http://www.cnblogs.com/Barton131420/archive/2007/01/07/613955.html&lt;img src =&quot;http://blog.csdn.net/byronm/aggbug/4050245.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 06 Apr 2009 00:20:00 +0800</pubDate><author>★拜倫★</author><comments>http://blog.csdn.net/byronm/archive/2009/04/05/4050245.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/byronm/archive/2009/04/05/4050245.aspx</guid><dc:creator>★拜倫★</dc:creator></item><item><title>OpenSVM 飞到意大利去了，看来必须得做补丁了。</title><link>http://blog.csdn.net/byronm/archive/2009/04/04/4048681.aspx</link><wfw:comment>http://blog.csdn.net/byronm/comments/4048681.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/byronm/comments/commentRss/4048681.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4048681</trackback:ping><description>&lt;br /&gt;今天收到了意大利一个朋友的邮件，还是关于DLL，我觉得我必须该做点什么了，于是我花了一些时间把DLL补丁做好了。大家可以到http://sourcforge.net/projcets/opensvm下载。&lt;br /&gt;&lt;br /&gt;谢谢所有关心OpenSVM的人们，谢谢你们的支持。&lt;img src =&quot;http://blog.csdn.net/byronm/aggbug/4048681.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 05 Apr 2009 01:53:00 +0800</pubDate><author>★拜倫★</author><comments>http://blog.csdn.net/byronm/archive/2009/04/04/4048681.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/byronm/archive/2009/04/04/4048681.aspx</guid><dc:creator>★拜倫★</dc:creator></item><item><title>OpenSVM 飞到法国去了</title><link>http://blog.csdn.net/byronm/archive/2009/03/25/4024434.aspx</link><wfw:comment>http://blog.csdn.net/byronm/comments/4024434.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/byronm/comments/commentRss/4024434.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4024434</trackback:ping><description>&lt;br /&gt;今天收到到一个叫 Sara hanan的朋友的E-mail，是昨天发的。看看他的邮箱，居然是法国的。&lt;br /&gt;很开心有国外的朋友能够关注我的项目。&lt;br /&gt;只是OpenSVM已经很久没有更新了，真是十分抱歉。&lt;br /&gt;我发誓毕业设计一交，就开始OpenSVM的新版工作。&lt;br /&gt;&lt;br /&gt;谢谢大家的支持。&lt;img src =&quot;http://blog.csdn.net/byronm/aggbug/4024434.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 26 Mar 2009 03:00:00 +0800</pubDate><author>★拜倫★</author><comments>http://blog.csdn.net/byronm/archive/2009/03/25/4024434.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/byronm/archive/2009/03/25/4024434.aspx</guid><dc:creator>★拜倫★</dc:creator></item><item><title>学习设计模式的要点</title><link>http://blog.csdn.net/byronm/archive/2009/03/17/3999800.aspx</link><wfw:comment>http://blog.csdn.net/byronm/comments/3999800.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/byronm/comments/commentRss/3999800.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3999800</trackback:ping><description>最近看到很多朋友在讨论设计模式，而往往概念比较模糊，加之网上一些所谓专家的影响。我就我所见到和听到的问题以及学习设计模式的要点归结如下。首先是“模式”和“设计模式”的问题，其实两者并不是同一概念。维奇百科是这样解释的：“In software engineering, a design pattern is a general reusable solution to a commonly occurring problem in software design. ”这句话我们可以这么理解：设计模式实际上是解决在软件的设计中，解决常见问题的一般方案。这里所要指出的是“在软件设计的时候”和“常见问题”。强调“在软件设计的时候”是我们在设计阶段，碰到对象关系、对象生命期……出现的一些比较符合“面向对象设计原则”的解决方案。因为在面向对象的设计中，很多是针对过程的，大家还是很难把握面向对象的观念。面向对象是一种抽象方法，是一种数据模&lt;img src =&quot;http://blog.csdn.net/byronm/aggbug/3999800.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 18 Mar 2009 07:53:00 +0800</pubDate><author>★拜倫★</author><comments>http://blog.csdn.net/byronm/archive/2009/03/17/3999800.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/byronm/archive/2009/03/17/3999800.aspx</guid><dc:creator>★拜倫★</dc:creator></item></channel></rss>