<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>软件开发</title><link>http://blog.e-works.net.cn/395307/category/12188.html</link><description>软件开发</description><managingEditor>清风明月</managingEditor><dc:language>zh-CHS</dc:language><generator>.Text Version 0.958.2004.214</generator><item><dc:creator>清风明月</dc:creator><title>PDM中的文件到底存储在哪儿更好？</title><link>http://blog.e-works.net.cn/395307/articles/18901.html</link><pubDate>Wed, 27 Aug 2008 02:47:00 GMT</pubDate><guid>http://blog.e-works.net.cn/395307/articles/18901.html</guid><wfw:comment>http://blog.e-works.net.cn/395307/comments/18901.html</wfw:comment><comments>http://blog.e-works.net.cn/395307/articles/18901.html#Feedback</comments><slash:comments>15</slash:comments><wfw:commentRss>http://blog.e-works.net.cn/395307/comments/commentRss/18901.html</wfw:commentRss><trackback:ping>http://blog.e-works.net.cn/395307/services/trackbacks/18901.html</trackback:ping><description>PDM中的文件到底是放到文件服务器上还是放在数据库中好？本来这是一个老话题了，很多年前大家都专门讨论过，但是我最近遇到几位朋友都向我咨询这个问题，觉得有必要再次比较系统地来专题聊聊；另外近几年的IT技术发展也很快，有很多新技术新方法出现，我也希望以软件开发者的角度与大家一起探讨这个问题。 &amp;nbsp; 第一：文...&lt;img src ="http://blog.e-works.net.cn/395307/aggbug/18901.html" width = "1" height = "1" /&gt;</description></item><item><dc:creator>清风明月</dc:creator><title>PDM的模型驱动架构（MDA），你真的拥有了吗？</title><link>http://blog.e-works.net.cn/395307/articles/16597.html</link><pubDate>Sat, 05 Jul 2008 14:37:00 GMT</pubDate><guid>http://blog.e-works.net.cn/395307/articles/16597.html</guid><wfw:comment>http://blog.e-works.net.cn/395307/comments/16597.html</wfw:comment><comments>http://blog.e-works.net.cn/395307/articles/16597.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.e-works.net.cn/395307/comments/commentRss/16597.html</wfw:commentRss><trackback:ping>http://blog.e-works.net.cn/395307/services/trackbacks/16597.html</trackback:ping><description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &amp;nbsp;&amp;nbsp;&amp;nbsp; 说起模型驱动架构（MDA），很多人可能并不熟悉，但是，如果你听说过这样的一些概念后，你已经在与MDA打交道了，这几年，在各个厂家的PDM产品中，大家好像都在提一种这样的理念，所谓“随需而变”，“动态业务建模”，“模型驱动业务”等，在这些概念的背后...&lt;img src ="http://blog.e-works.net.cn/395307/aggbug/16597.html" width = "1" height = "1" /&gt;</description></item><item><dc:creator>清风明月</dc:creator><title>宛若新生的MFC - 看VC++2008 Feature Pack有感</title><link>http://blog.e-works.net.cn/395307/articles/16057.html</link><pubDate>Tue, 24 Jun 2008 07:23:00 GMT</pubDate><guid>http://blog.e-works.net.cn/395307/articles/16057.html</guid><wfw:comment>http://blog.e-works.net.cn/395307/comments/16057.html</wfw:comment><comments>http://blog.e-works.net.cn/395307/articles/16057.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.e-works.net.cn/395307/comments/commentRss/16057.html</wfw:commentRss><trackback:ping>http://blog.e-works.net.cn/395307/services/trackbacks/16057.html</trackback:ping><description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 无数的Visual C++程序员为了那几个单调、简单Visual C++的控件苦恼着；而无数的Visual C++程序员由因为这个界面问题而大伤脑筋。同时也有专门的界面库公司不断涌现，BCG Library、Magic Skin 这些专门为解决程序界面问题的库顺势而生。想必绝大多数用Visual C++写成的程序在商业化之...&lt;img src ="http://blog.e-works.net.cn/395307/aggbug/16057.html" width = "1" height = "1" /&gt;</description></item><item><dc:creator>清风明月</dc:creator><title>C++ 类的动态组件化技术</title><link>http://blog.e-works.net.cn/395307/articles/16044.html</link><pubDate>Tue, 24 Jun 2008 06:54:00 GMT</pubDate><guid>http://blog.e-works.net.cn/395307/articles/16044.html</guid><wfw:comment>http://blog.e-works.net.cn/395307/comments/16044.html</wfw:comment><comments>http://blog.e-works.net.cn/395307/articles/16044.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.e-works.net.cn/395307/comments/commentRss/16044.html</wfw:commentRss><trackback:ping>http://blog.e-works.net.cn/395307/services/trackbacks/16044.html</trackback:ping><description>序言： &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N年前，我们曾在软件开发上出现了这样的困惑，用VC开发COM组件过于复杂，用VB开发COM组件发现效率低，而且不能实现面向对象的很多特性，例如，继承，多态等。更况且如何快速封装利用历史遗留的大量C++代码本身就是一个大的难题。 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;...&lt;img src ="http://blog.e-works.net.cn/395307/aggbug/16044.html" width = "1" height = "1" /&gt;</description></item></channel></rss>