<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cakephp视频教程</title>
	<atom:link href="http://www.zhuyinghao.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.zhuyinghao.com</link>
	<description>朱英豪</description>
	<lastBuildDate>Sat, 04 Sep 2010 07:45:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>lady gaga</title>
		<link>http://www.zhuyinghao.com/?p=336</link>
		<comments>http://www.zhuyinghao.com/?p=336#comments</comments>
		<pubDate>Sat, 04 Sep 2010 07:44:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[英语口语]]></category>

		<guid isPermaLink="false">http://www.zhuyinghao.com/?p=336</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><embed src="http://player.youku.com/player.php/sid/XMTQwMTc3NzQw/v.swf" quality="high" width="480" height="400" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhuyinghao.com/?feed=rss2&amp;p=336</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>memory_get_usage和memory_get_peak_usage</title>
		<link>http://www.zhuyinghao.com/?p=334</link>
		<comments>http://www.zhuyinghao.com/?p=334#comments</comments>
		<pubDate>Wed, 01 Sep 2010 03:20:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[英语口语]]></category>

		<guid isPermaLink="false">http://www.zhuyinghao.com/?p=334</guid>
		<description><![CDATA[优化占用内存
]]></description>
			<content:encoded><![CDATA[<p>优化占用内存</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhuyinghao.com/?feed=rss2&amp;p=334</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SHOW FULL PROCESSLIST;</title>
		<link>http://www.zhuyinghao.com/?p=332</link>
		<comments>http://www.zhuyinghao.com/?p=332#comments</comments>
		<pubDate>Tue, 31 Aug 2010 04:54:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[英语口语]]></category>

		<guid isPermaLink="false">http://www.zhuyinghao.com/?p=332</guid>
		<description><![CDATA[SHOW STATUS 
]]></description>
			<content:encoded><![CDATA[<p>SHOW STATUS </p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhuyinghao.com/?feed=rss2&amp;p=332</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP5.3连接MySQL出现 mysqlnd cannot connect to MySQL 4.1+ using old authentication错误</title>
		<link>http://www.zhuyinghao.com/?p=331</link>
		<comments>http://www.zhuyinghao.com/?p=331#comments</comments>
		<pubDate>Mon, 30 Aug 2010 03:18:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[英语口语]]></category>

		<guid isPermaLink="false">http://www.zhuyinghao.com/?p=331</guid>
		<description><![CDATA[PHP5.3连接MySQL出现 mysqlnd cannot connect to MySQL 4.1+ using old authentication错误
1、编辑my.cnf注释掉一下行：
   old_passwords = 1
2、重启MySQL
      service mysqld restart
     /etc/inint.d/mysqld restart
3、检查是否有16位的密码
    SELECT user,  Length(`Password`) FROM   `mysql`.`user`;
4、如果有，把对应的用户名密码用以下SQL更新
    UPDATE mysql.user SET Password = PASSWORD(&#8216;password&#8217;) WHERE user = &#8216;username&#8217;;
5、更新后要刷新
   [...]]]></description>
			<content:encoded><![CDATA[<p>PHP5.3连接MySQL出现 mysqlnd cannot connect to MySQL 4.1+ using old authentication错误<br />
1、编辑my.cnf注释掉一下行：<br />
   old_passwords = 1<br />
2、重启MySQL<br />
      service mysqld restart<br />
     /etc/inint.d/mysqld restart<br />
3、检查是否有16位的密码<br />
    SELECT user,  Length(`Password`) FROM   `mysql`.`user`;<br />
4、如果有，把对应的用户名密码用以下SQL更新<br />
    UPDATE mysql.user SET Password = PASSWORD(&#8216;password&#8217;) WHERE user = &#8216;username&#8217;;<br />
5、更新后要刷新<br />
    FLUSH PRIVILEGES;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhuyinghao.com/?feed=rss2&amp;p=331</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>orm已经写完，acl还差一点点</title>
		<link>http://www.zhuyinghao.com/?p=329</link>
		<comments>http://www.zhuyinghao.com/?p=329#comments</comments>
		<pubDate>Thu, 29 Jul 2010 03:06:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[英语口语]]></category>

		<guid isPermaLink="false">http://www.zhuyinghao.com/?p=329</guid>
		<description><![CDATA[忙了一个月，框架终于成型，下周可以主要修改bug，项目也可以启动了，准备把办公电脑装成linux，但rtx,foxmail及做图是它软肋
]]></description>
			<content:encoded><![CDATA[<p>忙了一个月，框架终于成型，下周可以主要修改bug，项目也可以启动了，准备把办公电脑装成linux，但rtx,foxmail及做图是它软肋</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhuyinghao.com/?feed=rss2&amp;p=329</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>手动安装phpunit (windows下)</title>
		<link>http://www.zhuyinghao.com/?p=327</link>
		<comments>http://www.zhuyinghao.com/?p=327#comments</comments>
		<pubDate>Tue, 22 Jun 2010 09:13:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[英语口语]]></category>

		<guid isPermaLink="false">http://www.zhuyinghao.com/?p=327</guid>
		<description><![CDATA[去http://pear.phpunit.de/get/ 下载最新的安装包，目前稳定版本是3.4.9
1、将解压的phpunit包放在php/pear下面
2、解压将pear-phpunit和pear-phpunit.bat，复制到PHP目录，重命名为phpunit和phpunit.bat
设置phpunit.bat
set PHPBIN="\xampp\php\php.exe"
%PHPBIN% "\xampp\php\phpunit" %*
3、修改php.ini
include_path = &#8220;.;\xampp\php\PEAR&#8221;
4、cmd进入php目录，输入phpunit &#8211;version
出现3.4.9版本，安装成功
]]></description>
			<content:encoded><![CDATA[<p>去http://pear.phpunit.de/get/ 下载最新的安装包，目前稳定版本是3.4.9<br />
1、将解压的phpunit包放在php/pear下面<br />
2、解压将pear-phpunit和pear-phpunit.bat，复制到PHP目录，重命名为phpunit和phpunit.bat</p>
<p>设置phpunit.bat<br />
<code>set PHPBIN="\xampp\php\php.exe"<br />
%PHPBIN% "\xampp\php\phpunit" %*</code></p>
<p>3、修改php.ini<br />
include_path = &#8220;.;\xampp\php\PEAR&#8221;<br />
4、cmd进入php目录，输入phpunit &#8211;version<br />
出现3.4.9版本，安装成功</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhuyinghao.com/?feed=rss2&amp;p=327</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forest Effects</title>
		<link>http://www.zhuyinghao.com/?p=323</link>
		<comments>http://www.zhuyinghao.com/?p=323#comments</comments>
		<pubDate>Thu, 27 May 2010 02:29:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[英语口语]]></category>

		<guid isPermaLink="false">http://www.zhuyinghao.com/?p=323</guid>
		<description><![CDATA[森林效应（Forest Effects）：走近森林，会发现一个很奇怪的现象，森林里的树木绝大多数是直的，而且高度也相差不多。一棵树如果孤零零地生长于荒郊，即使成活也多半是枯矮畸形；如果生长于森林丛中，则枝枝争抢水露，棵棵竞取阳光，以致参天耸立郁郁葱葱。管理专家们将此现象称之为“森林效应”。森林效应告诉我们：个人的成长是在集体中通过与人交往、与人竞争而成长的，集体的要求、活动、议论评价和成员素质等都对个人成长具有举足轻重的作用。良好的集体往往造就心智健康的人，不良的集体往往造就心智不健康的人。
所以在公司里眼同事竞争，共同进步是好事，这样才促使我们一起成长。
]]></description>
			<content:encoded><![CDATA[<p>森林效应（Forest Effects）：走近森林，会发现一个很奇怪的现象，森林里的树木绝大多数是直的，而且高度也相差不多。一棵树如果孤零零地生长于荒郊，即使成活也多半是枯矮畸形；如果生长于森林丛中，则枝枝争抢水露，棵棵竞取阳光，以致参天耸立郁郁葱葱。管理专家们将此现象称之为“森林效应”。森林效应告诉我们：个人的成长是在集体中通过与人交往、与人竞争而成长的，集体的要求、活动、议论评价和成员素质等都对个人成长具有举足轻重的作用。良好的集体往往造就心智健康的人，不良的集体往往造就心智不健康的人。</p>
<p>所以在公司里眼同事竞争，共同进步是好事，这样才促使我们一起成长。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhuyinghao.com/?feed=rss2&amp;p=323</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>通过rz和sz命令，进行win与linux之间互相传输文件</title>
		<link>http://www.zhuyinghao.com/?p=321</link>
		<comments>http://www.zhuyinghao.com/?p=321#comments</comments>
		<pubDate>Wed, 26 May 2010 08:02:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[设计思想]]></category>

		<guid isPermaLink="false">http://www.zhuyinghao.com/?p=321</guid>
		<description><![CDATA[一般来说，linux服务器大多是通过ssh客户端来进行远程的登陆和管理的，使用ssh登陆linux主机以后，如何能够快速的和本地机器进行文件的交互呢，也就是上传和下载文件到服务器和本地；
与ssh有关的两个命令可以提供很方便的操作：
   sz：将选定的文件发送（send）到本地机器
   rz：运行该命令会弹出一个文件选择窗口，从本地选择文件上传到服务器(receive)
rz，sz是便是Linux/Unix同Windows进行ZModem文件传输的命令行工具
]]></description>
			<content:encoded><![CDATA[<p>一般来说，linux服务器大多是通过ssh客户端来进行远程的登陆和管理的，使用ssh登陆linux主机以后，如何能够快速的和本地机器进行文件的交互呢，也就是上传和下载文件到服务器和本地；<br />
与ssh有关的两个命令可以提供很方便的操作：<br />
   sz：将选定的文件发送（send）到本地机器<br />
   rz：运行该命令会弹出一个文件选择窗口，从本地选择文件上传到服务器(receive)<br />
rz，sz是便是Linux/Unix同Windows进行ZModem文件传输的命令行工具</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhuyinghao.com/?feed=rss2&amp;p=321</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>何时需要重构</title>
		<link>http://www.zhuyinghao.com/?p=319</link>
		<comments>http://www.zhuyinghao.com/?p=319#comments</comments>
		<pubDate>Sat, 22 May 2010 02:30:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[英语口语]]></category>

		<guid isPermaLink="false">http://www.zhuyinghao.com/?p=319</guid>
		<description><![CDATA[没有人能在设计的时候绝对正确，即使语言之父那些大拿，大家都要不停的修改代码，因为需求一直在不停的变化，或者我们加深了对问题的认识。]]></description>
			<content:encoded><![CDATA[<p>没有人能在设计的时候绝对正确，即使语言之父那些大拿，大家都要不停的修改代码，因为需求一直在不停的变化，或者我们加深了对问题的认识。<br />
1、有代码重复时，这时我们应该把它们放一起，重复意味着紧密耦合，那么修改一个地方同时也要修改另一个地方的代码。<br />
2、少使用全局变量，全局变量使一个类知道它之外的内容，这样就把这个类到了外部环境中，那么这个类就很重用，因为它无法保持独立，用了全局变量，我们要解开类之间的耦合，尽是避免互相产生依赖关系。<br />
3、一个类一次完成很工作，这时应该检查类的职责列表，把其中的一些功能提取出来做基类。<br />
4、条件语句，条件判断在多个方法出现时，检查一下条件代码的结构，看看是否应该将功能独立提取一个类中。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhuyinghao.com/?feed=rss2&amp;p=319</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php反射机制</title>
		<link>http://www.zhuyinghao.com/?p=314</link>
		<comments>http://www.zhuyinghao.com/?p=314#comments</comments>
		<pubDate>Thu, 20 May 2010 07:45:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.zhuyinghao.com/?p=314</guid>
		<description><![CDATA[$method->getDocComment ()获取文档注释
$method->invoke获取映射方法的return值]]></description>
			<content:encoded><![CDATA[<p>$method->getDocComment ()获取文档注释<br />
$method->invoke获取映射方法的return值</p>
<p>class Counter {<br />
	private static $c = 0;<br />
	/** Increment counter<br />
	 * @final<br />
	 * @static<br />
	 * @access  public<br />
	 * @return  int */<br />
	final public static function increment() {<br />
		return &#8216;aaa&#8217;;<br />
	}<br />
}</p>
<p>$method = new ReflectionMethod ( &#8216;Counter&#8217;, &#8216;increment&#8217; );</p>
<p>printf ( &#8220;&#8212;>Documentation:\n %s\n&#8221;, var_export ( $method->getDocComment (), 1 ) );</p>
<p>printf ( &#8220;&#8212;>Invokation results in: &#8221; );<br />
var_dump ( $method->invoke ( NULL ) );</p>
<p>参考：http://blog.csdn.net/xibao31</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zhuyinghao.com/?feed=rss2&amp;p=314</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
