<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_EricWen</title><subtitle type="text">淡薄以明智，宁静以致远</subtitle><id>http://feed.cnblogs.com/blog/u/30441/rss</id><updated>2009-11-11T10:09:36Z</updated><author><name>EricWen</name><uri>http://www.cnblogs.com/ericwen/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ericwen/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/30441/rss"/><entry><id>http://www.cnblogs.com/ericwen/archive/2009/06/12/1501781.html</id><title type="text">linux ubuntu 命令集合</title><summary type="text">1 文件管理 # ls ls -a 列出当前目录下的所有文件，包括以.头的隐含文件 jeALinux联盟文件管理 # ls ls -l或ll 列出当前目录下文件的详细信息 jeALinux联盟文件管理 # pwd pwd 查看当前所在目录的绝对路经 jeALinux联盟文件管理 # cd cd .. 回当前目录的上一级目录 jeALinux联盟文件管理 # cd cd - 回上一次所在的目录 je...</summary><published>2009-06-11T21:22:00Z</published><updated>2009-06-11T21:22:00Z</updated><author><name>EricWen</name><uri>http://www.cnblogs.com/ericwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ericwen/archive/2009/06/12/1501781.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ericwen/archive/2009/06/12/1501781.html"/><content type="text">1 文件管理 # ls ls -a 列出当前目录下的所有文件，包括以.头的隐含文件 jeALinux联盟文件管理 # ls ls -l或ll 列出当前目录下文件的详细信息 jeALinux联盟文件管理 # pwd pwd 查看当前所在目录的绝对路经 jeALinux联盟文件管理 # cd cd .. 回当前目录的上一级目录 jeALinux联盟文件管理 # cd cd - 回上一次所在的目录 je...</content></entry><entry><id>http://www.cnblogs.com/ericwen/archive/2009/06/04/1496388.html</id><title type="text">理解nginx 和 php（fastcgi）的关系</title><summary type="text">前言：在配置nginx和php（fastcgi）的时候，感觉云里雾里的。总是依葫芦画瓢，不能举一反三。于是想了解什么他们的关系。写过近三年的.net程序也没有关心iis和 aspnet_isapi.dll之间的关系，因为iis太不需要配置了。何为nginx，和iis做的是同样的事情，那是干什么事情呢。他们都是http服务器 ，也称web服务器。何为fastcgi ，稍后介绍，可以充当cgi的功能但...</summary><published>2009-06-04T09:35:00Z</published><updated>2009-06-04T09:35:00Z</updated><author><name>EricWen</name><uri>http://www.cnblogs.com/ericwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ericwen/archive/2009/06/04/1496388.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ericwen/archive/2009/06/04/1496388.html"/><content type="text">前言：在配置nginx和php（fastcgi）的时候，感觉云里雾里的。总是依葫芦画瓢，不能举一反三。于是想了解什么他们的关系。写过近三年的.net程序也没有关心iis和 aspnet_isapi.dll之间的关系，因为iis太不需要配置了。何为nginx，和iis做的是同样的事情，那是干什么事情呢。他们都是http服务器 ，也称web服务器。何为fastcgi ，稍后介绍，可以充当cgi的功能但...</content></entry><entry><id>http://www.cnblogs.com/ericwen/archive/2009/06/03/1494980.html</id><title type="text">Ubuntu 9.04 server安装nginx+php(fastcgi)</title><summary type="text">准备知识：Ubuntu :Ubuntu 是linux的一个版本，有非洲发布的，现在比较流行的一个版本。 参考百度说明Ubuntu nginx ：Nginx ("engine x") 是一个高性能的 HTTP 和 反向代理 服务器，也是一个 IMAP/POP3/SMTP 代理服务器。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的，它已经在该站点运...</summary><published>2009-06-02T19:09:00Z</published><updated>2009-06-02T19:09:00Z</updated><author><name>EricWen</name><uri>http://www.cnblogs.com/ericwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ericwen/archive/2009/06/03/1494980.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ericwen/archive/2009/06/03/1494980.html"/><content type="text">准备知识：Ubuntu :Ubuntu 是linux的一个版本，有非洲发布的，现在比较流行的一个版本。 参考百度说明Ubuntu nginx ：Nginx ("engine x") 是一个高性能的 HTTP 和 反向代理 服务器，也是一个 IMAP/POP3/SMTP 代理服务器。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的，它已经在该站点运...</content></entry><entry><id>http://www.cnblogs.com/ericwen/archive/2009/03/20/1417675.html</id><title type="text">网站架构探索---负载均衡的方式 </title><summary type="text">在上一篇介绍了cdn的一些原理和概念，以及提供cdn基础网络服务的途径。cdn看起来对于静态内容的，比如html,js,image是非常合适的，通过cdn的部署，用户只需要一跳就可以访问到网站的内容。那对于动态内容怎么办呢？我回答一下： 动态内容按照存在形态可以分为三类。 第一类：内容长时间不需变化，这类内容一般是通过网页静化技术，实现动态内容转换成静态内容，从而达到cdn部署，典型的就是内容类网...</summary><published>2009-03-20T06:11:00Z</published><updated>2009-03-20T06:11:00Z</updated><author><name>EricWen</name><uri>http://www.cnblogs.com/ericwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ericwen/archive/2009/03/20/1417675.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ericwen/archive/2009/03/20/1417675.html"/><content type="text">在上一篇介绍了cdn的一些原理和概念，以及提供cdn基础网络服务的途径。cdn看起来对于静态内容的，比如html,js,image是非常合适的，通过cdn的部署，用户只需要一跳就可以访问到网站的内容。那对于动态内容怎么办呢？我回答一下： 动态内容按照存在形态可以分为三类。 第一类：内容长时间不需变化，这类内容一般是通过网页静化技术，实现动态内容转换成静态内容，从而达到cdn部署，典型的就是内容类网...</content></entry><entry><id>http://www.cnblogs.com/ericwen/archive/2009/03/20/IoC.html</id><title type="text">构架师之路(3) -1 IoC理论的背景</title><summary type="text">1IoC理论的背景 我们都知道在面向对象的应用中，软件系统都是由N个对象组成的，它们通过彼此的合作，最终实现业务逻辑。图1：耦合在一起的对象 如果我们打开机械式手表的后盖，就会看到与上面类似的情形，各个齿轮分别带动时针、分针和秒针顺时针旋转，从而在表盘上产生正确的时间。上图画的就是这样的一个齿轮组，它拥有多个独立的齿轮，这些齿轮相互啮合在一起，协同工作，来共同完成某项任务。我们可以看到，在齿轮组中...</summary><published>2009-03-20T05:59:00Z</published><updated>2009-03-20T05:59:00Z</updated><author><name>EricWen</name><uri>http://www.cnblogs.com/ericwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ericwen/archive/2009/03/20/IoC.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ericwen/archive/2009/03/20/IoC.html"/><content type="text">1IoC理论的背景 我们都知道在面向对象的应用中，软件系统都是由N个对象组成的，它们通过彼此的合作，最终实现业务逻辑。图1：耦合在一起的对象 如果我们打开机械式手表的后盖，就会看到与上面类似的情形，各个齿轮分别带动时针、分针和秒针顺时针旋转，从而在表盘上产生正确的时间。上图画的就是这样的一个齿轮组，它拥有多个独立的齿轮，这些齿轮相互啮合在一起，协同工作，来共同完成某项任务。我们可以看到，在齿轮组中...</content></entry><entry><id>http://www.cnblogs.com/ericwen/archive/2009/03/20/OCP.html</id><title type="text">构架师之路(2)  开闭原则（Open-Closed Principle,OCP）</title><summary type="text">2开闭原则（Open-Closed Principle,OCP）2.1什么是开闭原则 开闭原则是面向对象设计中“可复用设计”的基石，是面向对象设计中最重要的原则之一，其它很多的设计原则都是实现开闭原则的一种手段。 1988年，Bertrand Meyer在他的著作《Object Oriented Software Construction》中提出了开闭原则，它的原文是这样：...</summary><published>2009-03-20T05:39:00Z</published><updated>2009-03-20T05:39:00Z</updated><author><name>EricWen</name><uri>http://www.cnblogs.com/ericwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ericwen/archive/2009/03/20/OCP.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ericwen/archive/2009/03/20/OCP.html"/><content type="text">2开闭原则（Open-Closed Principle,OCP）2.1什么是开闭原则 开闭原则是面向对象设计中“可复用设计”的基石，是面向对象设计中最重要的原则之一，其它很多的设计原则都是实现开闭原则的一种手段。 1988年，Bertrand Meyer在他的著作《Object Oriented Software Construction》中提出了开闭原则，它的原文是这样：...</content></entry><entry><id>http://www.cnblogs.com/ericwen/archive/2009/03/20/LSP.html</id><title type="text">构架师之路(4) 里氏代换原则（Liskov Substitution Principle, LSP） </title><summary type="text">4、里氏代换原则（Liskov Substitution Principle, LSP）4.1什么是里氏代换原则 里氏代换原则是由麻省理工学院（MIT）计算机科学实验室的Liskov女士，在1987年的OOPSLA大会上发表的一篇文章《Data Abstraction and Hierarchy》里面提出来的，主要阐述了有关继承的一些原则，也就是什么时候应该使用继承，什么时候不应该使用继承，以及其...</summary><published>2009-03-20T05:34:00Z</published><updated>2009-03-20T05:34:00Z</updated><author><name>EricWen</name><uri>http://www.cnblogs.com/ericwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ericwen/archive/2009/03/20/LSP.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ericwen/archive/2009/03/20/LSP.html"/><content type="text">4、里氏代换原则（Liskov Substitution Principle, LSP）4.1什么是里氏代换原则 里氏代换原则是由麻省理工学院（MIT）计算机科学实验室的Liskov女士，在1987年的OOPSLA大会上发表的一篇文章《Data Abstraction and Hierarchy》里面提出来的，主要阐述了有关继承的一些原则，也就是什么时候应该使用继承，什么时候不应该使用继承，以及其...</content></entry><entry><id>http://www.cnblogs.com/ericwen/archive/2008/09/04/1283998.html</id><title type="text">Sql2005 全文索引详解</title><summary type="text">Sql2005 全文索引详解1.前言14.1 全文索引的介绍14.2 全文索引中常用的术语14.3 全文索引的体系结构14.4 全文目录管理14.4.1 创建全文目录14.4.2 查看与修改全文目录14.4.3 删除全文目录14.5 全文索引管理14.5.1 创建全文索引的注意事项14.5.2 创建全文索引14.5.3 查看与修改全文索引14.5.4 启用和禁用全文索引14.5.5 删除全文索引1...</summary><published>2008-09-04T06:29:00Z</published><updated>2008-09-04T06:29:00Z</updated><author><name>EricWen</name><uri>http://www.cnblogs.com/ericwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ericwen/archive/2008/09/04/1283998.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ericwen/archive/2008/09/04/1283998.html"/><content type="text">Sql2005 全文索引详解1.前言14.1 全文索引的介绍14.2 全文索引中常用的术语14.3 全文索引的体系结构14.4 全文目录管理14.4.1 创建全文目录14.4.2 查看与修改全文目录14.4.3 删除全文目录14.5 全文索引管理14.5.1 创建全文索引的注意事项14.5.2 创建全文索引14.5.3 查看与修改全文索引14.5.4 启用和禁用全文索引14.5.5 删除全文索引1...</content></entry><entry><id>http://www.cnblogs.com/ericwen/archive/2008/08/31/1280413.html</id><title type="text">SQL Server中常用全局变量介绍</title><summary type="text">在SQL Server中，全局变量是一种特殊类型的变量,服务器将维护这些变量的值。全局变量以@@前缀开头,不必进行声明,它们属于系统定义的函数。下表就是SQL Server中一些常用的全局变量。 全局变量名称 描述 @@CONNECTIONS 返回 SQL Server 自上次启动以来尝试的连接数。 @@CPU_BUSY 返回 SQL Server 自上次启动后的工作时间。 @@CURSOR...</summary><published>2008-08-30T16:51:00Z</published><updated>2008-08-30T16:51:00Z</updated><author><name>EricWen</name><uri>http://www.cnblogs.com/ericwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ericwen/archive/2008/08/31/1280413.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ericwen/archive/2008/08/31/1280413.html"/><content type="text">在SQL Server中，全局变量是一种特殊类型的变量,服务器将维护这些变量的值。全局变量以@@前缀开头,不必进行声明,它们属于系统定义的函数。下表就是SQL Server中一些常用的全局变量。 全局变量名称 描述 @@CONNECTIONS 返回 SQL Server 自上次启动以来尝试的连接数。 @@CPU_BUSY 返回 SQL Server 自上次启动后的工作时间。 @@CURSOR...</content></entry><entry><id>http://www.cnblogs.com/ericwen/archive/2008/08/01/ajaxXMLHttpRequest.html</id><title type="text">AJAX的基本原理之XMLHttpRequest</title><summary type="text">XMLHttpRequest是XMLHttp组件的对象，通过这个对象，Ajax可以像桌面应用程序一样只与服务器进行数据层的交换，而不必每次都刷新界面，也不必每次将数据处理的工作都交给服务器来做；这样既减轻了服务器负担又回忆了响应速度，缩短了用户的等待时间。</summary><published>2008-08-01T01:29:00Z</published><updated>2008-08-01T01:29:00Z</updated><author><name>EricWen</name><uri>http://www.cnblogs.com/ericwen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ericwen/archive/2008/08/01/ajaxXMLHttpRequest.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ericwen/archive/2008/08/01/ajaxXMLHttpRequest.html"/><content type="text">XMLHttpRequest是XMLHttp组件的对象，通过这个对象，Ajax可以像桌面应用程序一样只与服务器进行数据层的交换，而不必每次都刷新界面，也不必每次将数据处理的工作都交给服务器来做；这样既减轻了服务器负担又回忆了响应速度，缩短了用户的等待时间。</content></entry></feed>
