<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_站在巨人的肩膀上做自己的事情</title><subtitle type="text">http://www.52cookbook.com ---你的美食天地 </subtitle><id>http://feed.cnblogs.com/blog/u/28307/rss</id><updated>2009-02-25T10:24:26Z</updated><author><name>雨中流泪</name><uri>http://www.cnblogs.com/eicesoft/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eicesoft/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/28307/rss"/><entry><id>http://www.cnblogs.com/eicesoft/archive/2008/03/19/1113019.html</id><title type="text">轻量的PHP开发框架--- litePhp</title><summary type="text">轻量的PHP开发框架--- litePhp这个框架是我利用业余时间写的.轻量高效.模板,缓存等都有(模板是拿DZ的),他没有采用类和对象的复杂模式.采用函数作为主要的实现方式.下面我们来看看这个模板的快速之路,下面是他的目录结构:index.php是主入口文件LitePHP目录是其核心目录.Module是程序的模块目录,Resource是模板所在地.现在我们看看index.php的代码:&lt;?...</summary><published>2008-03-19T05:05:00Z</published><updated>2008-03-19T05:05:00Z</updated><author><name>雨中流泪</name><uri>http://www.cnblogs.com/eicesoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eicesoft/archive/2008/03/19/1113019.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eicesoft/archive/2008/03/19/1113019.html"/><content type="text">轻量的PHP开发框架--- litePhp这个框架是我利用业余时间写的.轻量高效.模板,缓存等都有(模板是拿DZ的),他没有采用类和对象的复杂模式.采用函数作为主要的实现方式.下面我们来看看这个模板的快速之路,下面是他的目录结构:index.php是主入口文件LitePHP目录是其核心目录.Module是程序的模块目录,Resource是模板所在地.现在我们看看index.php的代码:&lt;?...</content></entry><entry><id>http://www.cnblogs.com/eicesoft/archive/2008/03/12/1102376.html</id><title type="text">Rails 命令大全</title><summary type="text">Rails 命令大全1.1 创建一个Rails应用程序$ rails app_name可选项:-d, database=xxx 指定安装一个数据库(mysql oracle postgresql sqlite2 sqlite3 ), 默认情况下是数据库-r, ruby-path= 指定Ruby的安装路径,如果没有指定，scripts使用env去找Ruby -f, freeze (冻结)freeze...</summary><published>2008-03-12T08:35:00Z</published><updated>2008-03-12T08:35:00Z</updated><author><name>雨中流泪</name><uri>http://www.cnblogs.com/eicesoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eicesoft/archive/2008/03/12/1102376.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eicesoft/archive/2008/03/12/1102376.html"/><content type="text">Rails 命令大全1.1 创建一个Rails应用程序$ rails app_name可选项:-d, database=xxx 指定安装一个数据库(mysql oracle postgresql sqlite2 sqlite3 ), 默认情况下是数据库-r, ruby-path= 指定Ruby的安装路径,如果没有指定，scripts使用env去找Ruby -f, freeze (冻结)freeze...</content></entry><entry><id>http://www.cnblogs.com/eicesoft/archive/2008/02/28/1085496.html</id><title type="text">ObjectHTML Framework 0.0.9.1 for PHP 发布.欢迎试用</title><summary type="text">ObjectHTML Framework 0.0.9.1 for PHP 发布.欢迎试用测试代码:1&lt;?php2classController_DefaultextendsFLEA_Controller_Action{3functionactionindex(){4//TODO默认首页文件5//$tblArticle=&amp;FLEA::getSingleton('Model_User')...</summary><published>2008-02-28T15:29:00Z</published><updated>2008-02-28T15:29:00Z</updated><author><name>雨中流泪</name><uri>http://www.cnblogs.com/eicesoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eicesoft/archive/2008/02/28/1085496.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eicesoft/archive/2008/02/28/1085496.html"/><content type="text">ObjectHTML Framework 0.0.9.1 for PHP 发布.欢迎试用测试代码:1&lt;?php2classController_DefaultextendsFLEA_Controller_Action{3functionactionindex(){4//TODO默认首页文件5//$tblArticle=&amp;FLEA::getSingleton('Model_User')...</content></entry><entry><id>http://www.cnblogs.com/eicesoft/archive/2008/02/26/1082505.html</id><title type="text">在学习中沉沦...</title><summary type="text">从.net到PHP,然后再到Java.我的学习之路异常的艰辛,每每看到自己慢慢的提高的时候,我在想,什么时候是个头?难道开发不能再简单快捷了吗?开发B/S程序的兄弟们,除了.Net,Java,PHP.你还有学习什么?HTML必不可少了(听说HTML5出来了?).css也要懂点.javascript更是要精通点,学习一两个AJAX框架也是理所当然的...再掌握好IDE的使用...webserver的...</summary><published>2008-02-26T08:46:00Z</published><updated>2008-02-26T08:46:00Z</updated><author><name>雨中流泪</name><uri>http://www.cnblogs.com/eicesoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eicesoft/archive/2008/02/26/1082505.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eicesoft/archive/2008/02/26/1082505.html"/><content type="text">从.net到PHP,然后再到Java.我的学习之路异常的艰辛,每每看到自己慢慢的提高的时候,我在想,什么时候是个头?难道开发不能再简单快捷了吗?开发B/S程序的兄弟们,除了.Net,Java,PHP.你还有学习什么?HTML必不可少了(听说HTML5出来了?).css也要懂点.javascript更是要精通点,学习一两个AJAX框架也是理所当然的...再掌握好IDE的使用...webserver的...</content></entry><entry><id>http://www.cnblogs.com/eicesoft/archive/2008/02/26/1082475.html</id><title type="text">在Dom4j中使用xpath</title><summary type="text">在使用Dom4j解析xml文档时,我们很希望有一种类似正则表达式的东西来规范查询条件,而xpath正是这样一种很便利的规则吧.以下是本人用写的一个类,摘取部分代码;Java代码 StringxmlName=path+"/"+userName+".xml"; //定义需要返回的第一级菜单的名字集合 ListfirstNames=newArrayList(); //Attribute的属性集合 Lis...</summary><published>2008-02-26T08:30:00Z</published><updated>2008-02-26T08:30:00Z</updated><author><name>雨中流泪</name><uri>http://www.cnblogs.com/eicesoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eicesoft/archive/2008/02/26/1082475.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eicesoft/archive/2008/02/26/1082475.html"/><content type="text">在使用Dom4j解析xml文档时,我们很希望有一种类似正则表达式的东西来规范查询条件,而xpath正是这样一种很便利的规则吧.以下是本人用写的一个类,摘取部分代码;Java代码 StringxmlName=path+"/"+userName+".xml"; //定义需要返回的第一级菜单的名字集合 ListfirstNames=newArrayList(); //Attribute的属性集合 Lis...</content></entry><entry><id>http://www.cnblogs.com/eicesoft/archive/2008/02/19/1073756.html</id><title type="text">Spring.Net + NHibernate 入门例子</title><summary type="text">Spring.Net 是一个很强大的框架,在java里非常的火,NHibernate也是从java里移植过来的.不过和Java下面的用法有所区别.下面我们以一个实例来说说他们在.net下的用法.新建一个项目:名字叫SpringHiberate.首先,我们修改我们的配置文件web.config:&lt;?xmlversion="1.0"encoding="utf-8"?&gt;&lt;configu...</summary><published>2008-02-19T08:20:00Z</published><updated>2008-02-19T08:20:00Z</updated><author><name>雨中流泪</name><uri>http://www.cnblogs.com/eicesoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eicesoft/archive/2008/02/19/1073756.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eicesoft/archive/2008/02/19/1073756.html"/><content type="text">Spring.Net 是一个很强大的框架,在java里非常的火,NHibernate也是从java里移植过来的.不过和Java下面的用法有所区别.下面我们以一个实例来说说他们在.net下的用法.新建一个项目:名字叫SpringHiberate.首先,我们修改我们的配置文件web.config:&lt;?xmlversion="1.0"encoding="utf-8"?&gt;&lt;configu...</content></entry><entry><id>http://www.cnblogs.com/eicesoft/archive/2008/01/23/1050344.html</id><title type="text">使用Spring 2.5 和 Hibernate 3.2 开发MVC Web程序(基于annotation特性)</title><summary type="text">使用Spring 2.5 和 Hibernate 3.2 开发MVC Web程序(基于annotation特性)Spring 和 Hibernate 都支持annotation开发应用程序,无疑减少呢很多XML配置,使程序看起来更”干净”,下面我们以一个简单的例子来说明:程序的开发环境:eclipse 3.2.2 + WTP + tomcat(推荐)首先我们建一个动态的Web项目修改WEB-INF...</summary><published>2008-01-23T09:17:00Z</published><updated>2008-01-23T09:17:00Z</updated><author><name>雨中流泪</name><uri>http://www.cnblogs.com/eicesoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eicesoft/archive/2008/01/23/1050344.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eicesoft/archive/2008/01/23/1050344.html"/><content type="text">使用Spring 2.5 和 Hibernate 3.2 开发MVC Web程序(基于annotation特性)Spring 和 Hibernate 都支持annotation开发应用程序,无疑减少呢很多XML配置,使程序看起来更”干净”,下面我们以一个简单的例子来说明:程序的开发环境:eclipse 3.2.2 + WTP + tomcat(推荐)首先我们建一个动态的Web项目修改WEB-INF...</content></entry><entry><id>http://www.cnblogs.com/eicesoft/archive/2007/12/06/985607.html</id><title type="text">PHP函数收藏---不断更新中!</title><summary type="text">替换html标签function strip_bad_tags($html){ $s = preg_replace ("@]*&gt;*@", "", $html); return $s;} 替换指定tag,$text是需要替换的文本,tags 是需要替换标签的数组function strip_selected_tags($text, $tags = array()) { $args = func_ge...</summary><published>2007-12-06T09:14:00Z</published><updated>2007-12-06T09:14:00Z</updated><author><name>雨中流泪</name><uri>http://www.cnblogs.com/eicesoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eicesoft/archive/2007/12/06/985607.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eicesoft/archive/2007/12/06/985607.html"/><content type="text">替换html标签function strip_bad_tags($html){ $s = preg_replace ("@]*&gt;*@", "", $html); return $s;} 替换指定tag,$text是需要替换的文本,tags 是需要替换标签的数组function strip_selected_tags($text, $tags = array()) { $args = func_ge...</content></entry><entry><id>http://www.cnblogs.com/eicesoft/archive/2007/09/25/905447.html</id><title type="text">程序员的编辑器--EmEditor</title><summary type="text">很多时候,我们编辑一些小程序的时候,例如(js,css等),不想打开一些大的IDE,我们就会使用一些简单的编辑器,比如editplus,UE,vim等等,但是我现在要向你推荐一个智能的,高速的,简单的编辑器-EmEditor.(本文的版本是7.0 b6)首先,我们打开软件,界面很清爽:看上面的界面,是不是很清爽.他虽然很轻巧,但是功能绝对让你吃惊.比如代码提示,代码折叠,书签,查找高亮,宏.另外他...</summary><published>2007-09-25T06:54:00Z</published><updated>2007-09-25T06:54:00Z</updated><author><name>雨中流泪</name><uri>http://www.cnblogs.com/eicesoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eicesoft/archive/2007/09/25/905447.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eicesoft/archive/2007/09/25/905447.html"/><content type="text">很多时候,我们编辑一些小程序的时候,例如(js,css等),不想打开一些大的IDE,我们就会使用一些简单的编辑器,比如editplus,UE,vim等等,但是我现在要向你推荐一个智能的,高速的,简单的编辑器-EmEditor.(本文的版本是7.0 b6)首先,我们打开软件,界面很清爽:看上面的界面,是不是很清爽.他虽然很轻巧,但是功能绝对让你吃惊.比如代码提示,代码折叠,书签,查找高亮,宏.另外他...</content></entry><entry><id>http://www.cnblogs.com/eicesoft/archive/2007/09/18/897287.html</id><title type="text">自己写的一个JS组件,JCombo 0.9</title><summary type="text">自己写的一个JS组件,JCombo 0.9 欢迎测试.也欢迎大家一起开发,想加入的发邮件给我.SVN的地址是:http://svn.chinasvn.com:82/jselect帐号密码到时候我发邮件给你们/Files/eicesoft/JCombo.zip测试页代码:&lt;!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01//EN""http://www.w3.org...</summary><published>2007-09-18T07:44:00Z</published><updated>2007-09-18T07:44:00Z</updated><author><name>雨中流泪</name><uri>http://www.cnblogs.com/eicesoft/</uri></author><link rel="alternate" href="http://www.cnblogs.com/eicesoft/archive/2007/09/18/897287.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/eicesoft/archive/2007/09/18/897287.html"/><content type="text">自己写的一个JS组件,JCombo 0.9 欢迎测试.也欢迎大家一起开发,想加入的发邮件给我.SVN的地址是:http://svn.chinasvn.com:82/jselect帐号密码到时候我发邮件给你们/Files/eicesoft/JCombo.zip测试页代码:&lt;!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01//EN""http://www.w3.org...</content></entry></feed>
