<?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>湿湿手</title>
	<atom:link href="http://orrz.net/feed" rel="self" type="application/rss+xml" />
	<link>http://orrz.net</link>
	<description>好看书</description>
	<lastBuildDate>Mon, 21 Nov 2011 14:38:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>倒立第一步</title>
		<link>http://orrz.net/2011/11/430</link>
		<comments>http://orrz.net/2011/11/430#comments</comments>
		<pubDate>Mon, 21 Nov 2011 14:36:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://orrz.net/?p=430</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://orrz.net/2011/11/430/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>迭代周期安排</title>
		<link>http://orrz.net/2011/11/426</link>
		<comments>http://orrz.net/2011/11/426#comments</comments>
		<pubDate>Tue, 15 Nov 2011 09:30:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://orrz.net/?p=426</guid>
		<description><![CDATA[一次迭代为两周]]></description>
		<wfw:commentRss>http://orrz.net/2011/11/426/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>非哥的Javascript版扫雷</title>
		<link>http://orrz.net/2009/11/424</link>
		<comments>http://orrz.net/2009/11/424#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:32:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://orrz.net/?p=424</guid>
		<description><![CDATA[http://orrz.net/saolei/saolei.html]]></description>
		<wfw:commentRss>http://orrz.net/2009/11/424/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cakephp中的LEFT JOIN实现</title>
		<link>http://orrz.net/2009/11/422</link>
		<comments>http://orrz.net/2009/11/422#comments</comments>
		<pubDate>Thu, 05 Nov 2009 09:21:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[LEFT JOIN]]></category>

		<guid isPermaLink="false">http://orrz.net/?p=422</guid>
		<description><![CDATA[$this-&#62;Recipe-&#62;bindModel(array( 'hasAndBelongsToMany' =&#62; array( 'Tag' =&#62; array('conditions'=&#62;array('Tag.name'=&#62;'Dessert')) ))); $this-&#62;Recipe-&#62;find('all'); 上面是cakephp手册中的一段不好的示范，但是这让我想起是否SQL中from子句的LEFT JOIN 可以用是bindModel实现。 http://book.cakephp.org/view/86/creating-and-destroying-associations-on-the-fly]]></description>
		<wfw:commentRss>http://orrz.net/2009/11/422/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于cakephp的model部分的Associations问题</title>
		<link>http://orrz.net/2009/11/420</link>
		<comments>http://orrz.net/2009/11/420#comments</comments>
		<pubDate>Thu, 05 Nov 2009 08:42:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[association]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[model]]></category>

		<guid isPermaLink="false">http://orrz.net/?p=420</guid>
		<description><![CDATA[假设有一个model叫Company，另一个叫Member。 Company和Member是1：n的关系。 如果Company中加了hasmany的关系。 那执行$Company-&#62;find()的时候，是不是会把所有的member数据也一次取出？ 如果是，这样必然导致性能低下，甚至站点瘫痪。 参看文章：http://book.cakephp.org/complete/66/Models#Associations-Linking-Models-Together-78 以下摘自cakephp手册 hasone Once this association has been defined, find operations on the User model will also fetch a related Profile record if it exists belongsto Once this association has been defined, find operations on the Profile model will also fetch a related User record if it exists: hasmany Once [...]]]></description>
		<wfw:commentRss>http://orrz.net/2009/11/420/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cakephp学习要点</title>
		<link>http://orrz.net/2009/11/418</link>
		<comments>http://orrz.net/2009/11/418#comments</comments>
		<pubDate>Tue, 03 Nov 2009 09:50:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cakephp]]></category>

		<guid isPermaLink="false">http://orrz.net/?p=418</guid>
		<description><![CDATA[命名规则 class名字，class文件名，数据库表名字的命名规则 配置设定 debug 输出信息级别设定 session 的相关设定，可以设定cookie的名称，可以设定session存储方式，可以设定安全级别（当为high时，每个request时候，存在cookie中的session ID都会改变，防止被监听） acl 可以设定访问列表 URL 与 Controller的Action的mapping规则 默认匹配 带名字的参数匹配 In CakePHP, controllers are named after the model they handle, in plural form.    eg:The Recipe model is handled by the RecipesController, the Product model is handled by the ProductsController, and so on. 可以静态化页面 HTML，route 会自动过滤扩展名 命名规则中的单复数映射关系 Bootstrap的使用规则即 在什么情况下推荐使用bootstrap persistModel Redirect [...]]]></description>
		<wfw:commentRss>http://orrz.net/2009/11/418/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一铁磁</title>
		<link>http://orrz.net/2009/11/416</link>
		<comments>http://orrz.net/2009/11/416#comments</comments>
		<pubDate>Mon, 02 Nov 2009 09:16:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://orrz.net/?p=416</guid>
		<description><![CDATA[简介 名字：和张飞差不多 出生：复旦计算机 现任：大自然古生物研究专家 绝技：黄段子 生日：2月8]]></description>
		<wfw:commentRss>http://orrz.net/2009/11/416/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql的LEFT JOIN的使用时的注意事项和优化</title>
		<link>http://orrz.net/2009/10/412</link>
		<comments>http://orrz.net/2009/10/412#comments</comments>
		<pubDate>Fri, 30 Oct 2009 07:32:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[LEFT JOIN]]></category>
		<category><![CDATA[优化]]></category>

		<guid isPermaLink="false">http://orrz.net/2009/10/412</guid>
		<description><![CDATA[1. SELECT 语句的执行过程 2. LEFT JOIN 中的ON中的条件和 WHERE中的条件的区别 3. LEFT JOIN的右表要尽可能的小，如果表太大要用子查询把表缩小 SQL书写标准： SELECT部分做最终结果的计算，不执行数据筛选工作 FROM部分负责数据表的连接，不负责数据筛选，如果LEFT JOIN时右表太大，用子查询的where缩小表的大小，ON的条件不能较小该表的大小，造成效率地下 WHERE部分负责数据筛选，而表之间的链接不应该放在这个部分]]></description>
		<wfw:commentRss>http://orrz.net/2009/10/412/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql的date函数在不同版本下执行结果不一样</title>
		<link>http://orrz.net/2009/10/408</link>
		<comments>http://orrz.net/2009/10/408#comments</comments>
		<pubDate>Fri, 30 Oct 2009 07:21:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql bug]]></category>
		<category><![CDATA[mysql date]]></category>

		<guid isPermaLink="false">http://orrz.net/?p=408</guid>
		<description><![CDATA[select if(date(a) = '2009-09-09', b,0) as res from ( select null as a,1 as b union select '2009-09-09' as a, 2 as b union select null as a, 3 as b ) t; Linux下mysql的执行结果截图： mysql版本：mysql Ver 14.12 Distrib 5.0.45, for redhat-linux-gnu (i686) using readline 5.0 mysql版本：mysql Ver 14.12 Distrib 5.0.18, for pc-linux-gnu (i686) using readline [...]]]></description>
		<wfw:commentRss>http://orrz.net/2009/10/408/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP如何让页面启动的脚本，在页面退出后，脚本继续执行</title>
		<link>http://orrz.net/2009/10/399</link>
		<comments>http://orrz.net/2009/10/399#comments</comments>
		<pubDate>Sat, 10 Oct 2009 02:49:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://orrz.net/?p=399</guid>
		<description><![CDATA[事例说明 1. A: 运行B exit 2. B: 做事情 3. 执行A后，A退出，B继续执行 方案说明 方案一 在LINUX/UNIX下： exec(“commmand &#38;”); exec(“perl file.pl &#38;”); 符号”&#38;”表示把程序放在后台运行，而调用者继续。 WIN9X/NT下，要用start命令： exec(“start /xxxxx file.exe”); WINNT的start命令比WIN9X的多很多选项。 方案二 使用fscok实现异步调用PHP]]></description>
		<wfw:commentRss>http://orrz.net/2009/10/399/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

