<?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/7554/rss</id><updated>2009-11-03T14:54:01Z</updated><author><name>凌风</name><uri>http://www.cnblogs.com/lingfeng_314/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lingfeng_314/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/7554/rss"/><entry><id>http://www.cnblogs.com/lingfeng_314/archive/2009/11/03/1595597.html</id><title type="text">IIS .NetFrameWork安装顺序错误纠正</title><summary type="text">本方法适用于IIS与.NetFramework安装顺序反了的情况。运行这句话：regsvr32 C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll接着：IIS管理器－－本地计算机－－WEB服务扩展－－ASP。NET服务－－允许。因为原来默认的ASP。NET服务是禁止的。</summary><published>2009-11-03T14:54:00Z</published><updated>2009-11-03T14:54:00Z</updated><author><name>凌风</name><uri>http://www.cnblogs.com/lingfeng_314/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lingfeng_314/archive/2009/11/03/1595597.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lingfeng_314/archive/2009/11/03/1595597.html"/></entry><entry><id>http://www.cnblogs.com/lingfeng_314/archive/2009/06/06/1497381.html</id><title type="text">用PowerDesigner12.5生成类图代码方法</title><summary type="text">用PowerDesigner12.5生成类图代码方法规则：1、公开属性拼写不变，私有成员的下划线开始，再接首字母小写的变量名。2、Xml注释为Comment内容。操作方法：1.切换OOM模型2.选择菜单Language--&amp;gt;Edit Current Object Language3.修改Profile\Attribute\Templates\definition.if (%isGenerat...</summary><published>2009-06-05T17:14:00Z</published><updated>2009-06-05T17:14:00Z</updated><author><name>凌风</name><uri>http://www.cnblogs.com/lingfeng_314/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lingfeng_314/archive/2009/06/06/1497381.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lingfeng_314/archive/2009/06/06/1497381.html"/></entry><entry><id>http://www.cnblogs.com/lingfeng_314/archive/2009/06/04/1495959.html</id><title type="text">关于PowerDesgner数据模型设计中,属性不允许同名的解决方法</title><summary type="text">Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE (转载)PowerDesigner默认在CDM中不能存在相同名称的实体属性，这也是考虑到可能产生的一些如主键外键等名称冲突问题。我们进行实际数据库设计时，可能会多次使用相同数据项(DataItem）便于理解各实体。为此需要对更改PowerDesigner相关设置。设置方法：选择Tools...</summary><published>2009-06-04T03:11:00Z</published><updated>2009-06-04T03:11:00Z</updated><author><name>凌风</name><uri>http://www.cnblogs.com/lingfeng_314/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lingfeng_314/archive/2009/06/04/1495959.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lingfeng_314/archive/2009/06/04/1495959.html"/></entry><entry><id>http://www.cnblogs.com/lingfeng_314/archive/2008/05/21/1204340.html</id><title type="text">隐藏系统表</title><summary type="text">在企业管理器中--右键你的注册的服务器实例(就是那个有绿色图标的)--选择编辑SQL Server注册属性--最下面的三个复选框--取消选择中间的那一个（显示系统数据库和系统对象）</summary><published>2008-05-21T13:28:00Z</published><updated>2008-05-21T13:28:00Z</updated><author><name>凌风</name><uri>http://www.cnblogs.com/lingfeng_314/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lingfeng_314/archive/2008/05/21/1204340.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lingfeng_314/archive/2008/05/21/1204340.html"/></entry><entry><id>http://www.cnblogs.com/lingfeng_314/archive/2008/03/18/1111883.html</id><title type="text">清空VS2003/VS2005最近打开解决方案记录</title><summary type="text">清空VS2003/VS2005最近打开解决方案记录</summary><published>2008-03-18T09:53:00Z</published><updated>2008-03-18T09:53:00Z</updated><author><name>凌风</name><uri>http://www.cnblogs.com/lingfeng_314/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lingfeng_314/archive/2008/03/18/1111883.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lingfeng_314/archive/2008/03/18/1111883.html"/></entry><entry><id>http://www.cnblogs.com/lingfeng_314/archive/2008/03/10/1098786.html</id><title type="text">去掉源代码管理控制</title><summary type="text">经常看一些的程序，有些一个解决方案带有多个项目，由于代码比较多，多人开发，所以好多vs.net下的工程是用source safe进行版本控制的。而用source safe进行版本控制需要局域网路径共享，因此好多项目换一台机器打开会出现一些问题，比如&amp;#8220;解决方案看起来是受源代码管理，但无法找到它的绑定信息&amp;#8230;&amp;#8230;&amp;#8221;之类的提示信息很多。有时候修改了代码还保存不...</summary><published>2008-03-10T06:50:00Z</published><updated>2008-03-10T06:50:00Z</updated><author><name>凌风</name><uri>http://www.cnblogs.com/lingfeng_314/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lingfeng_314/archive/2008/03/10/1098786.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lingfeng_314/archive/2008/03/10/1098786.html"/></entry><entry><id>http://www.cnblogs.com/lingfeng_314/archive/2008/03/04/PowerDesigner.html</id><title type="text">PowerDesigner 11 Name To Code</title><summary type="text">我从数据库里导出表结构到PowerDesigner中，这时表的Name和Code都是英文的，现在我想只将Name改成中文，而Code不变，但当我改的时候Code也会随着Name改变！&#xD;</summary><published>2008-03-04T02:33:00Z</published><updated>2008-03-04T02:33:00Z</updated><author><name>凌风</name><uri>http://www.cnblogs.com/lingfeng_314/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lingfeng_314/archive/2008/03/04/PowerDesigner.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lingfeng_314/archive/2008/03/04/PowerDesigner.html"/></entry><entry><id>http://www.cnblogs.com/lingfeng_314/archive/2008/01/15/1040068.html</id><title type="text">十句让你心里有所感的话</title><summary type="text">付出真心　才会得到真心　却也可能伤得彻底 &#xD;保持距离　就能保护自己　却也注定永远寂寞 　</summary><published>2008-01-15T08:44:00Z</published><updated>2008-01-15T08:44:00Z</updated><author><name>凌风</name><uri>http://www.cnblogs.com/lingfeng_314/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lingfeng_314/archive/2008/01/15/1040068.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lingfeng_314/archive/2008/01/15/1040068.html"/></entry><entry><id>http://www.cnblogs.com/lingfeng_314/archive/2008/01/15/Design.html</id><title type="text">Web项目架构设计-商业逻辑层</title><summary type="text">商业逻辑层是整个系统最核心的一层，它最关注的是业务规则的制定、实现、系统设计。是整个业务系统的最重要的支撑部分。它的职责更多的是关注业务规则的定义。所以该层的具体实现需要有业务专家参与。当然系统设计人员具有较高的业务专业知识也能够达到相同的效果。</summary><published>2008-01-15T03:25:00Z</published><updated>2008-01-15T03:25:00Z</updated><author><name>凌风</name><uri>http://www.cnblogs.com/lingfeng_314/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lingfeng_314/archive/2008/01/15/Design.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lingfeng_314/archive/2008/01/15/Design.html"/></entry><entry><id>http://www.cnblogs.com/lingfeng_314/archive/2008/01/09/Web.html</id><title type="text">Web项目架构设计-概述</title><summary type="text">在整个软件架构设计中(尤其是企业级应用系统)，分层的概念是贯穿于整个架构设计中。足以说明分层在系统架构设计中的重要性。微软推荐的分层模式为三层(数据访问层、商业逻辑层、表示层)。当然对于系统应用规模和层次不同，可以在对这种分层模型进行扩充。例如常见的一种方式在表示层与业务逻辑层之间再加入一层（UI调用层），他的作用在于当业务逻辑层接口有变动时，不必对表示层进行全方位的改动（毕竟表示层调用业务层的地方非常多，使用”替换”也是非常痛苦的一件事情），只需调整UI调用层极其少数代码，并不必编译表示层代码。</summary><published>2008-01-09T08:05:00Z</published><updated>2008-01-09T08:05:00Z</updated><author><name>凌风</name><uri>http://www.cnblogs.com/lingfeng_314/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lingfeng_314/archive/2008/01/09/Web.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lingfeng_314/archive/2008/01/09/Web.html"/></entry></feed>
