<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_春鱼·编程观点</title><subtitle type="text">技术在进步, 世界在变得美好...</subtitle><id>http://feed.cnblogs.com/blog/u/719/rss</id><updated>2005-09-02T08:08:00Z</updated><author><name>春鱼</name><uri>http://www.cnblogs.com/xchunyu/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xchunyu/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/719/rss"/><entry><id>http://www.cnblogs.com/xchunyu/archive/2005/07/30/203273.html</id><title type="text">在文档中正确地使用中英文</title><summary type="text">春鱼2005-7-30 引言作为开发人员，只要工作，就不可避免地要与文档打交道。我们恐怕都承认良好的文档书写能力是做一个合格的开发人员的基础。就像我们承认做人要诚实、有爱心一样。有时候文档是开发人员之间交流的主要媒介。这样，我们写作文档的目的就是用文字的形式表达自己，并且让读者最大限度的理解。所以，文档的写法的一个很重要的指导思想就是第一，最大限度地表达自己；第二，最大限度地让别人理解。那么，开发...</summary><published>2005-07-29T20:17:00Z</published><updated>2005-07-29T20:17:00Z</updated><author><name>春鱼</name><uri>http://www.cnblogs.com/xchunyu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xchunyu/archive/2005/07/30/203273.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xchunyu/archive/2005/07/30/203273.html"/></entry><entry><id>http://www.cnblogs.com/xchunyu/archive/2005/02/03/101378.html</id><title type="text">文档还是程序? Smart Document 技术概述</title><summary type="text">注:本文是MSDN文档的翻译稿.原文见: http://msdn.microsoft.com/library/en-us/sdsdk/html/sdconGettingStartedIntroduction_HV01073972.asp?frame=true Smart Document（智能文档）是使用编程的方法定义了用户可以进行的操作以及可对用户进行帮助的文档。Smart Document可用...</summary><published>2005-02-03T05:02:00Z</published><updated>2005-02-03T05:02:00Z</updated><author><name>春鱼</name><uri>http://www.cnblogs.com/xchunyu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xchunyu/archive/2005/02/03/101378.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xchunyu/archive/2005/02/03/101378.html"/></entry><entry><id>http://www.cnblogs.com/xchunyu/archive/2005/02/01/100465.html</id><title type="text">拟成立Office团队</title><summary type="text">&amp;#8220;Office System&amp;#8221;的名称恰如其分。当Office发展到Office System，它将不在只是&amp;#8220;办公套件&amp;#8221;，而更是一个应用平台。 宗旨： 建立以基于Office解决方案的应用系统的开发技术为主导思想的开发人员团体。 目的： 以技术交流为主要活动方式，达到技术心得与资源、案例、解决方案共享的目的。希望有志于Office开发技术的朋友参加。 ...</summary><published>2005-02-01T08:51:00Z</published><updated>2005-02-01T08:51:00Z</updated><author><name>春鱼</name><uri>http://www.cnblogs.com/xchunyu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xchunyu/archive/2005/02/01/100465.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xchunyu/archive/2005/02/01/100465.html"/></entry><entry><id>http://www.cnblogs.com/xchunyu/archive/2005/01/18/93630.html</id><title type="text">实现类型化的数据绑定（列表）控件</title><summary type="text">&amp;#160; 春鱼 2004-11-26 内容提要本文探讨了以具体而丰富的方式表现集合数据的总体思路，其中某些做法是作者在长期的实际开发工作中逐渐形成的。可能有一定可取之处，也可能是可笑的。希望得到有经验的朋友的指正。类型化的数据绑定控件，是基于.NET环境下数据绑定概念，是面向&amp;#8220;表示层&amp;#8221;设计的。所谓&amp;#8220;类型化&amp;#8221;表现在以下几个特性： 1.&amp;#160;&amp;...</summary><published>2005-01-18T07:55:00Z</published><updated>2005-01-18T07:55:00Z</updated><author><name>春鱼</name><uri>http://www.cnblogs.com/xchunyu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xchunyu/archive/2005/01/18/93630.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xchunyu/archive/2005/01/18/93630.html"/></entry><entry><id>http://www.cnblogs.com/xchunyu/archive/2005/01/17/93206.html</id><title type="text">数据与操作的分离、数据实体设计及零、一与多(单体与集合)的辨证统一</title><summary type="text">春鱼 2004-09-10 摘要本文着重论述了在 .NET 平台进行应用程序开发时数据实体(entities)的设计，对象型实体与结构型实体的统一，以及由此引出的更深层次的对于应用系统设计理念的思考。 本文的重点是如何将&amp;#8220;结构型&amp;#8221;实体和&amp;#8220;对象型&amp;#8221;实体相互结合。而不是仅仅论述DataSet用作数据实体。 引言设计一个&amp;#8220;多层&amp;#8221;应用...</summary><published>2005-01-17T09:45:00Z</published><updated>2005-01-17T09:45:00Z</updated><author><name>春鱼</name><uri>http://www.cnblogs.com/xchunyu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xchunyu/archive/2005/01/17/93206.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xchunyu/archive/2005/01/17/93206.html"/></entry><entry><id>http://www.cnblogs.com/xchunyu/archive/2005/01/12/90425.html</id><title type="text">推荐一个关于"架构"的演示文稿(PPT)</title><summary type="text">最近从朋友处得到的演讲用演示文稿。中心是关于&amp;#8220;架构设计&amp;#8221;，里面提到了架构、业务建模及其设计准则。还配有实例进行说明。 标题：应用系统结构体系概述 页数：31修复后的文档下载(*.zip 压缩文档) 注意：文稿中所使用动画效果，需要Microsoft Office PowerPoint 2003才能完全支持。 从文档可以看出，该演讲人对于ASP.NET表示层的设计有着很深入的...</summary><published>2005-01-12T02:48:00Z</published><updated>2005-01-12T02:48:00Z</updated><author><name>春鱼</name><uri>http://www.cnblogs.com/xchunyu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xchunyu/archive/2005/01/12/90425.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xchunyu/archive/2005/01/12/90425.html"/></entry><entry><id>http://www.cnblogs.com/xchunyu/archive/2004/11/21/66481.html</id><title type="text">设计一个 validatable control(可校验控件)、兼论“三级联动”</title><summary type="text">春&amp;#160; 鱼&amp;#160;2004-11-21摘要本文说明了使 asp:Validator 系列 control 可检查我们的web user control的实现方法。validatable指的是可以被&amp;lt;asp:Validator .../&amp;gt;系列control进行有效性检验。重点难点:&amp;#160;为类引入&amp;#160;ValidationPropertyAttribute.模拟效果...</summary><published>2004-11-21T01:52:00Z</published><updated>2004-11-21T01:52:00Z</updated><author><name>春鱼</name><uri>http://www.cnblogs.com/xchunyu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xchunyu/archive/2004/11/21/66481.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xchunyu/archive/2004/11/21/66481.html"/></entry><entry><id>http://www.cnblogs.com/xchunyu/archive/2004/09/28/47472.html</id><title type="text">浅论taglib设计</title><summary type="text">[概述]Taglib是JSP比较高级的技术。做为JSP开发人员来讲，不了解taglib是可以接受的。因为JSP的风格或者JAVA的风格就是一种简洁的美。如果技术太过复杂或者繁琐，就会在技术的汪洋中失去自我。但是，当我们的项目变得越来越大，或者团队有了一些技术积累之后，很自然就会有将我们的开发工作提高一个层次的需要。当我们面对一些非常类似的界面或者程序单元的时候，我们会想到把这样的工作成果直接用于下...</summary><published>2004-09-28T03:17:00Z</published><updated>2004-09-28T03:17:00Z</updated><author><name>春鱼</name><uri>http://www.cnblogs.com/xchunyu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xchunyu/archive/2004/09/28/47472.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xchunyu/archive/2004/09/28/47472.html"/></entry><entry><id>http://www.cnblogs.com/xchunyu/archive/2004/08/05/30230.html</id><title type="text">HTC 编程思想</title><summary type="text">春&amp;#160; 鱼&amp;#160;2004-7-19[按]本文发表到博客园时, 使用了纯文本粘贴方法. 更改了部分格式. 可能会带来阅读上的困难.1.摘要本文在实例的基础上讨论了HTC(HTML Component)的编程方法，提出了一种编写脚本组件的基本模式。2.目标读者HTML开发人员，脚本开发人员，系统分析人员3.背景知识HTML, DHTML, CSS4.引言HTC(HTML Componen...</summary><published>2004-08-04T16:22:00Z</published><updated>2004-08-04T16:22:00Z</updated><author><name>春鱼</name><uri>http://www.cnblogs.com/xchunyu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xchunyu/archive/2004/08/05/30230.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xchunyu/archive/2004/08/05/30230.html"/></entry><entry><id>http://www.cnblogs.com/xchunyu/archive/2004/07/14/24024.html</id><title type="text">ASP后遗症种种</title><summary type="text">[按]本文原名&amp;#8220;ASP遗留的十大积习&amp;#8220;。源出处为作者个人文集。原作均保持不定期改动，请保持到原文主站的连接：http://www.cnblogs.com/jayxu有很大一部分ASP.NET程序员是由ASP迁移过来的. 这本是一个很自然的过渡. 殊不知ASP.NET与ASP相比是一个全新的技术. 他们仅仅是名字上相似. 或者为了技术的延续性而特意保留了一些类似的API而已....</summary><published>2004-07-14T01:52:00Z</published><updated>2004-07-14T01:52:00Z</updated><author><name>春鱼</name><uri>http://www.cnblogs.com/xchunyu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xchunyu/archive/2004/07/14/24024.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xchunyu/archive/2004/07/14/24024.html"/></entry></feed>
