<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 /><description>构建FrameCountry数据访问层架构</description><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 06 Jun 2008 12:23:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>李峥</dc:creator><title>优化数据层</title><link>http://blog.csdn.net/lizheng82/archive/2007/07/26/1708652.aspx</link><pubDate>Thu, 26 Jul 2007 11:12:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/07/26/1708652.aspx</guid><wfw:comment>comments/1708652.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/07/26/1708652.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1708652.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1708652</trackback:ping><description>大部分的分布式应用程序都依赖于数据层：一个独立的、拥有所有数据信息的层。数据层是分布式应用程序的最关键的部分之一。&lt;img src ="aggbug/1708652.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>数据层组件设计与数据传递数据层组件设计与数据传递</title><link>http://blog.csdn.net/lizheng82/archive/2007/07/26/1708643.aspx</link><pubDate>Thu, 26 Jul 2007 11:09:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/07/26/1708643.aspx</guid><wfw:comment>comments/1708643.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/07/26/1708643.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1708643.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1708643</trackback:ping><description>　　在设计分布式应用程序时需要确定如何访问和表示与该应用程序相关联的业务数据。本文提供一些指导原则以帮助您选择公开数据、保持数据和在应用程序的层间传递数据的最佳方式。&lt;img src ="aggbug/1708643.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>设计模式：实战MVC模式</title><link>http://blog.csdn.net/lizheng82/archive/2007/07/26/1708558.aspx</link><pubDate>Thu, 26 Jul 2007 10:36:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/07/26/1708558.aspx</guid><wfw:comment>comments/1708558.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/07/26/1708558.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1708558.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1708558</trackback:ping><description>“模型－视图－控制器(Model-View-Controller,MVC)结构是为那些需要为同样的数据提供多个视图的应用程序而设计的，它很好的实现了数据层与表示层的分离。&lt;img src ="aggbug/1708558.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>关于软件开发团队的一些思考</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/24/1664857.aspx</link><pubDate>Sun, 24 Jun 2007 19:36:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/24/1664857.aspx</guid><wfw:comment>comments/1664857.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/24/1664857.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1664857.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1664857</trackback:ping><description>目前一些软件开发团队，特别是中小型团队，由于在低成本模式下运行，加之对软件过程管理的不尽规范，在团队建设上只重视代码开发，不重视设计，只重视编程技术，不重视需求分析、架构设计等技术，只重视开发过程，不重视测试过程，只重视任务，不重视风险等问题，是许多软件公司不能很好的以高效率模式开发出稳定可靠的软件产品的重要原因。 &lt;img src ="aggbug/1664857.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>软件开发的过程</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/24/1664855.aspx</link><pubDate>Sun, 24 Jun 2007 19:31:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/24/1664855.aspx</guid><wfw:comment>comments/1664855.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/24/1664855.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1664855.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1664855</trackback:ping><description>软件开发的内容是：需求、设计、编程和测试！&lt;img src ="aggbug/1664855.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>评论：行业软件开发，要靠“抄”？</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/22/1662003.aspx</link><pubDate>Fri, 22 Jun 2007 14:14:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/22/1662003.aspx</guid><wfw:comment>comments/1662003.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/22/1662003.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1662003.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662003</trackback:ping><description>当软件企业快速地从几百人发展到几千人时，技术和组织的管理问题必然成为一个新的课题。样本程序的开发和交流也引发了软件企业深层的管理问题，即如何研发或开发众多的行业应用软件。&lt;img src ="aggbug/1662003.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>层？为什么软件开发要分层</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/22/1661809.aspx</link><pubDate>Fri, 22 Jun 2007 11:59:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/22/1661809.aspx</guid><wfw:comment>comments/1661809.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/22/1661809.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1661809.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1661809</trackback:ping><description>        最近一直在做项目的前期调研，大致的设计方案已经出来了，在与合作公司的另一个工程师做交流的时候，他突然冒了一句：本来简单的项目你们为什么还要用架构，还要分层开发？&lt;img src ="aggbug/1661809.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>三层结构的确切定义</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/20/1659405.aspx</link><pubDate>Wed, 20 Jun 2007 14:51:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/20/1659405.aspx</guid><wfw:comment>comments/1659405.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/20/1659405.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1659405.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1659405</trackback:ping><description>表示层就是像WINFORM或WEBFORM等
业务逻辑层:这个东东是什么呢,做什么用呢?我开始的理解是那些DLL
数据存取层:就是数据库部分了.&lt;img src ="aggbug/1659405.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>多层架构简述</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/20/1659396.aspx</link><pubDate>Wed, 20 Jun 2007 14:47:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/20/1659396.aspx</guid><wfw:comment>comments/1659396.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/20/1659396.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1659396.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1659396</trackback:ping><description>使用多层架构进行系统开发是现今系统设计的流行趋势。通过分解业务细节，将不同的功能代码分散开来，更利于系统的设计和开发，同时为可能的变更提供了更小的单元。&lt;img src ="aggbug/1659396.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>快速操作SQLServer数据库（应用FrameCountry架构）</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/19/1657750.aspx</link><pubDate>Tue, 19 Jun 2007 13:20:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/19/1657750.aspx</guid><wfw:comment>comments/1657750.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/19/1657750.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1657750.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1657750</trackback:ping><description>       FrameCountry数据访问层架构是以.Net为开发平台，专注于多层开发架构中数据访问层功能的应用程序。采用FrameCountry架构快速实现操作SQLServer数据库操作。&lt;img src ="aggbug/1657750.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>FrameCountry数据访问层架构日志信息</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656618.aspx</link><pubDate>Mon, 18 Jun 2007 15:35:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656618.aspx</guid><wfw:comment>comments/1656618.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656618.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1656618.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1656618</trackback:ping><description>FrameCountry记录运行过程中的信息，包括FrameTown执行信息和FrameShip提交信息的记录。&lt;img src ="aggbug/1656618.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>FrameCountry数据访问层架构配置文件说明</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656614.aspx</link><pubDate>Mon, 18 Jun 2007 15:33:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656614.aspx</guid><wfw:comment>comments/1656614.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656614.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1656614.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1656614</trackback:ping><description>应用FrameCountry架构系统需要使用两种配置文件，即连接数据库配置文件和SQL语句配置文件，两种文件要求放置在FrameCountry.dll文件相同目录下，每种文件依据需求可创建多个文件，在程序中设定调用的文件名。
&lt;img src ="aggbug/1656614.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>FrameCountry数据访问层架构帮助说明</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656612.aspx</link><pubDate>Mon, 18 Jun 2007 15:31:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656612.aspx</guid><wfw:comment>comments/1656612.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656612.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1656612.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1656612</trackback:ping><description>FrameCountry包含FrameCountry.dll和FrameCountry.xml（注释文件）两个引用文件，具体应用请参照实例“学生管理系统”工程。FrameCountry架构中有10个类和1个命名空间。&lt;img src ="aggbug/1656612.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>程序员思维定势</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656224.aspx</link><pubDate>Mon, 18 Jun 2007 10:51:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656224.aspx</guid><wfw:comment>comments/1656224.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656224.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1656224.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1656224</trackback:ping><description>说的蛮有道理的。&lt;img src ="aggbug/1656224.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>李峥</dc:creator><title>发布FrameCountry数据访问层架构1.0.0</title><link>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656140.aspx</link><pubDate>Mon, 18 Jun 2007 09:57:00 GMT</pubDate><guid>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656140.aspx</guid><wfw:comment>comments/1656140.aspx</wfw:comment><comments>http://blog.csdn.net/lizheng82/archive/2007/06/18/1656140.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1656140.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1656140</trackback:ping><description>FrameCountry是采用.Net的开发平台，专注于数据库访问层功能的架构系统，为用户提供便捷、规范、强大的功能，提升开发效率。&lt;img src ="aggbug/1656140.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>