<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_IO[MY]_分类_转载</title><id>http://feed.cnblogs.com/blog/u/47013/category/166435/rss</id><updated>2012-05-30T21:38:15Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cornalley/category/166435.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/47013/category/166435/rss"/><entry><id>http://www.cnblogs.com/cornalley/archive/2010/03/23/1692771.html</id><title type="text">MSCRM菜单行为异常问题</title><summary type="text">http://blogs.technet.com/crmchina/archive/2009/12/11/mscrm-menu-problem.aspx 最近有用户碰到MSCRM菜单行为异常的问题: 点击工具栏, 菜单能正常弹出, 但之后一旦移动鼠标, 菜单就消失了, 无法选择到菜单项. 该问题在IE6, IE7, 和IE8上均有发生. 出问题的客户端共同的特征是都曾经安装了一些第...</summary><published>2010-03-23T09:20:00Z</published><updated>2010-03-23T09:20:00Z</updated><author><name>iomy</name><uri>http://www.cnblogs.com/cornalley/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cornalley/archive/2010/03/23/1692771.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cornalley/archive/2010/03/23/1692771.html"/><content type="text">http://blogs.technet.com/crmchina/archive/2009/12/11/mscrm-menu-problem.aspx 最近有用户碰到MSCRM菜单行为异常的问题: 点击工具栏, 菜单能正常弹出, 但之后一旦移动鼠标, 菜单就消失了, 无法选择到菜单项. 该问题在IE6, IE7, 和IE8上均有发生. 出问题的客户端共同的特征是都曾经安装了一些第...</content></entry><entry><id>http://www.cnblogs.com/cornalley/archive/2010/03/21/1691218.html</id><title type="text">Web 设计与开发终极资源大全（上）</title><summary type="text">http://news.csdn.net/a/20100318/217509.html Web 技术突飞猛进，Web 设计与开发者们可以选择的工具越来越多，Web 开发者的技巧不再只限于 HTML 和 服务器端编程，还需要精通各种第三方资源，这些第三方资源有时候比你的项目更复杂，更专业，你无法自己实现一切，借助一些 Web API，你可以很方便地将大量优秀的第三方资源集成到自己的站点。本文全面搜集...</summary><published>2010-03-21T14:26:00Z</published><updated>2010-03-21T14:26:00Z</updated><author><name>iomy</name><uri>http://www.cnblogs.com/cornalley/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cornalley/archive/2010/03/21/1691218.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cornalley/archive/2010/03/21/1691218.html"/><content type="text">http://news.csdn.net/a/20100318/217509.html Web 技术突飞猛进，Web 设计与开发者们可以选择的工具越来越多，Web 开发者的技巧不再只限于 HTML 和 服务器端编程，还需要精通各种第三方资源，这些第三方资源有时候比你的项目更复杂，更专业，你无法自己实现一切，借助一些 Web API，你可以很方便地将大量优秀的第三方资源集成到自己的站点。本文全面搜集...</content></entry><entry><id>http://www.cnblogs.com/cornalley/archive/2009/08/19/1549506.html</id><title type="text">Asp.Net中的TreeView控件与XML的绑定</title><summary type="text">1.xml的格式如下：&lt;?xml version="1.0" encoding="utf-8" ?&gt;&lt;root name="Digital RainWater" img="image\home.gif"&gt;&lt;subroot name="East China" img="image\resource_go.gif" nos="1"&gt; &lt;contont url=...</summary><published>2009-08-19T01:11:00Z</published><updated>2009-08-19T01:11:00Z</updated><author><name>iomy</name><uri>http://www.cnblogs.com/cornalley/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cornalley/archive/2009/08/19/1549506.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cornalley/archive/2009/08/19/1549506.html"/><content type="text">1.xml的格式如下：&lt;?xml version="1.0" encoding="utf-8" ?&gt;&lt;root name="Digital RainWater" img="image\home.gif"&gt;&lt;subroot name="East China" img="image\resource_go.gif" nos="1"&gt; &lt;contont url=...</content></entry><entry><id>http://www.cnblogs.com/cornalley/archive/2008/12/16/1355655.html</id><title type="text">(转）三层架构</title><summary type="text">三层架构目录 关于 概述 优缺点 规则 与MVC的区别 关于三层架构(3-tier application) 通常意义上的三层架构就是将整个业务应用划分为：表现层（UI）、业务逻辑层（BLL）、数据访问层（DAL）。区分层次的目的即为了“高内聚，低耦合”的思想。１、表现层（UI）：通俗讲就是展现给用户的界面，即用户在使用一个系统的时候他的所见所得。２、业务逻辑层...</summary><published>2008-12-15T17:09:00Z</published><updated>2008-12-15T17:09:00Z</updated><author><name>iomy</name><uri>http://www.cnblogs.com/cornalley/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cornalley/archive/2008/12/16/1355655.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cornalley/archive/2008/12/16/1355655.html"/><content type="text">三层架构目录 关于 概述 优缺点 规则 与MVC的区别 关于三层架构(3-tier application) 通常意义上的三层架构就是将整个业务应用划分为：表现层（UI）、业务逻辑层（BLL）、数据访问层（DAL）。区分层次的目的即为了“高内聚，低耦合”的思想。１、表现层（UI）：通俗讲就是展现给用户的界面，即用户在使用一个系统的时候他的所见所得。２、业务逻辑层...</content></entry><entry><id>http://www.cnblogs.com/cornalley/archive/2008/12/10/1351483.html</id><title type="text">(转)C#中抽象类和接口的区别与使用</title><summary type="text">http://developer.e800.com.cn/articles/2008/1126/1227664685037_1.html一、抽象类：抽象类是特殊的类，只是不能被实例化；除此以外，具有类的其他特性；重要的是抽象类可以包括抽象方法，这是普通类所不能的。抽象方法只能声明于抽象类中，且不包含任何实现，派生类必须覆盖它们。另外，抽象类可以派生自一个抽象类，可以覆盖基类的抽象方法也可以不覆盖，...</summary><published>2008-12-09T16:27:00Z</published><updated>2008-12-09T16:27:00Z</updated><author><name>iomy</name><uri>http://www.cnblogs.com/cornalley/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cornalley/archive/2008/12/10/1351483.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cornalley/archive/2008/12/10/1351483.html"/><content type="text">http://developer.e800.com.cn/articles/2008/1126/1227664685037_1.html一、抽象类：抽象类是特殊的类，只是不能被实例化；除此以外，具有类的其他特性；重要的是抽象类可以包括抽象方法，这是普通类所不能的。抽象方法只能声明于抽象类中，且不包含任何实现，派生类必须覆盖它们。另外，抽象类可以派生自一个抽象类，可以覆盖基类的抽象方法也可以不覆盖，...</content></entry><entry><id>http://www.cnblogs.com/cornalley/archive/2008/12/03/1346350.html</id><title type="text">（转）网站建设三步曲</title><summary type="text">(编写网页、申请空间、上传文件) 一、编写网页二、申请空间 空间分为免费空间和收费空间。免费空间的特点是空间小、稳定性差。适合没有网站制作经验的爱好者练习。收费空间的特点是性能稳定，功能齐全。适合制作高水准的网站。申请免费个人空间要注意的事项是：空间大小、上传方式、是否限制上传文件大小、是否要附带广告，是否是嵌入式空间(即头尾是提供商的内容，中间是自己的内容)。一搬来说，空间50...</summary><published>2008-12-02T18:18:00Z</published><updated>2008-12-02T18:18:00Z</updated><author><name>iomy</name><uri>http://www.cnblogs.com/cornalley/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cornalley/archive/2008/12/03/1346350.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cornalley/archive/2008/12/03/1346350.html"/><content type="text">(编写网页、申请空间、上传文件) 一、编写网页二、申请空间 空间分为免费空间和收费空间。免费空间的特点是空间小、稳定性差。适合没有网站制作经验的爱好者练习。收费空间的特点是性能稳定，功能齐全。适合制作高水准的网站。申请免费个人空间要注意的事项是：空间大小、上传方式、是否限制上传文件大小、是否要附带广告，是否是嵌入式空间(即头尾是提供商的内容，中间是自己的内容)。一搬来说，空间50...</content></entry></feed>
