<?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>一亩三分地 &#187; 生活工作</title>
	<atom:link href="http://blog.25q.net/category/life/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.25q.net</link>
	<description>种瓜得瓜，种豆得豆；一份耕耘，一份收获</description>
	<lastBuildDate>Tue, 10 Jan 2012 19:42:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>A*（A星）寻路算法讲解[转]</title>
		<link>http://blog.25q.net/2012/01/11/a%ef%bc%88a%e6%98%9f%ef%bc%89%e5%af%bb%e8%b7%af%e7%ae%97%e6%b3%95%e8%ae%b2%e8%a7%a3%e8%bd%ac/</link>
		<comments>http://blog.25q.net/2012/01/11/a%ef%bc%88a%e6%98%9f%ef%bc%89%e5%af%bb%e8%b7%af%e7%ae%97%e6%b3%95%e8%ae%b2%e8%a7%a3%e8%bd%ac/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 19:42:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[生活工作]]></category>

		<guid isPermaLink="false">http://blog.25q.net/?p=324</guid>
		<description><![CDATA[http://www.xiaos8.com/article.asp?id=312]]></description>
		<wfw:commentRss>http://blog.25q.net/2012/01/11/a%ef%bc%88a%e6%98%9f%ef%bc%89%e5%af%bb%e8%b7%af%e7%ae%97%e6%b3%95%e8%ae%b2%e8%a7%a3%e8%bd%ac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>手持设备的识别</title>
		<link>http://blog.25q.net/2011/08/25/%e6%89%8b%e6%8c%81%e8%ae%be%e5%a4%87%e7%9a%84%e8%af%86%e5%88%ab/</link>
		<comments>http://blog.25q.net/2011/08/25/%e6%89%8b%e6%8c%81%e8%ae%be%e5%a4%87%e7%9a%84%e8%af%86%e5%88%ab/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 18:50:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[生活工作]]></category>

		<guid isPermaLink="false">http://blog.25q.net/?p=313</guid>
		<description><![CDATA[/** * @file is_mobile.func.php * @CopyRight (C)1996-2099 SINA Inc. * @Project Xweibo * @Author tangqiping * @Create Date: 2011-03-15 * @Modified By: tangqiping/2011-03-15 * @Brief 判断是否为手持设别的函数 */ /** * 判断是否为手持设别的函数 * @author tangqiping * @return bool */ function is_mobile() { $devices = array( "operaMobi" => "Opera Mobi", "android" => "android", "blackberry" => "blackberry", "iphone" => [...]]]></description>
		<wfw:commentRss>http://blog.25q.net/2011/08/25/%e6%89%8b%e6%8c%81%e8%ae%be%e5%a4%87%e7%9a%84%e8%af%86%e5%88%ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一例更新文件后浏览器一直访问老文件的问题</title>
		<link>http://blog.25q.net/2011/08/18/%e4%b8%80%e4%be%8b%e6%9b%b4%e6%96%b0%e6%96%87%e4%bb%b6%e5%90%8e%e6%b5%8f%e8%a7%88%e5%99%a8%e4%b8%80%e7%9b%b4%e8%ae%bf%e9%97%ae%e8%80%81%e6%96%87%e4%bb%b6%e7%9a%84%e9%97%ae%e9%a2%98/</link>
		<comments>http://blog.25q.net/2011/08/18/%e4%b8%80%e4%be%8b%e6%9b%b4%e6%96%b0%e6%96%87%e4%bb%b6%e5%90%8e%e6%b5%8f%e8%a7%88%e5%99%a8%e4%b8%80%e7%9b%b4%e8%ae%bf%e9%97%ae%e8%80%81%e6%96%87%e4%bb%b6%e7%9a%84%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 07:36:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[生活工作]]></category>

		<guid isPermaLink="false">http://blog.25q.net/?p=311</guid>
		<description><![CDATA[原因是关闭了linux的文件修改时间导致apache发送If-Modified-Since:时间不变,结果浏览器死活不去重新读服务器文件]]></description>
		<wfw:commentRss>http://blog.25q.net/2011/08/18/%e4%b8%80%e4%be%8b%e6%9b%b4%e6%96%b0%e6%96%87%e4%bb%b6%e5%90%8e%e6%b5%8f%e8%a7%88%e5%99%a8%e4%b8%80%e7%9b%b4%e8%ae%bf%e9%97%ae%e8%80%81%e6%96%87%e4%bb%b6%e7%9a%84%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php性能监测模块XHProf</title>
		<link>http://blog.25q.net/2011/08/12/php%e6%80%a7%e8%83%bd%e7%9b%91%e6%b5%8b%e6%a8%a1%e5%9d%97xhprof/</link>
		<comments>http://blog.25q.net/2011/08/12/php%e6%80%a7%e8%83%bd%e7%9b%91%e6%b5%8b%e6%a8%a1%e5%9d%97xhprof/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 08:09:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[生活工作]]></category>

		<guid isPermaLink="false">http://blog.25q.net/?p=309</guid>
		<description><![CDATA[一，什么是XHProf XHProf是一个分层PHP性能分析工具。它报告函数级别的请求次数和各种指标，包括阻塞时间，CPU时间和内存使用情况。一个函数的开销，可细分成调用者和被调用者的开销，XHProf数据收集阶段，它记录调用次数的追踪和包容性的指标弧在动态callgraph的一个程序。它独有的数据计算的报告/后处理阶段。在数据收集时，XHProfd通过检测循环来处理递归的函数调用，并通过给递归调用中每个深度的调用一个有用的命名来避开死循环。XHProf分析报告有助于理解被执行的代码的结构，它有一个简单的HTML的用户界面（ PHP写成的）。基于浏览器的性能分析用户界面能更容易查看，或是与同行们分享成果。也能绘制调用关系图。 二，安装XHProf扩展模块 1，安装 查看复制打印? wget http://pecl.php.net/get/xhprof-0.9.2.tgz tar zxvf xhprof-0.9.2.tgz cp ./xhprof-0.9.2.tgz ./www //xhprof自身带有一个web版的分析页面，放到我的web服务器下面 cd xhprof-0.9.2/extension /usr/local/php/bin/phpize ./configure &#8211;enable-xhprof &#8211;with-php-config=/usr/local/php/bin/php-config make &#038;&#038; make install 2，配置 查看复制打印? [xhprof] extension=xhprof.so xhprof.output_dir=/home/zhangy/xhprof //如果不加存放目录的话，默认是放在/tmp下面 三，XHProf测试 前面我们说过了，XHProf自身带有一个web版的测试工具，里面还有一个小例子。看一下这个例子,我做了一点修改和注释 查看复制打印? 以下是部分的结果： 查看复制打印? [foo==>bar] => Array ( [ct] => 5 //bar()这个函数被调用了5次 [wt] => 63 //每次运行bar()所要的时间，不知道这个是不是平均值 [cpu] => 0 //每次运行bar()，cpu运算时间 [mu] => 2860 [...]]]></description>
		<wfw:commentRss>http://blog.25q.net/2011/08/12/php%e6%80%a7%e8%83%bd%e7%9b%91%e6%b5%8b%e6%a8%a1%e5%9d%97xhprof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MemAdmin基于 PHP5 &amp; JQuery 的 Memcached 管理监控工具</title>
		<link>http://blog.25q.net/2011/08/12/memadmin%e5%9f%ba%e4%ba%8e-php5-jquery-%e7%9a%84-memcached-%e7%ae%a1%e7%90%86%e7%9b%91%e6%8e%a7%e5%b7%a5%e5%85%b7/</link>
		<comments>http://blog.25q.net/2011/08/12/memadmin%e5%9f%ba%e4%ba%8e-php5-jquery-%e7%9a%84-memcached-%e7%ae%a1%e7%90%86%e7%9b%91%e6%8e%a7%e5%b7%a5%e5%85%b7/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 03:27:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[生活工作]]></category>

		<guid isPermaLink="false">http://blog.25q.net/?p=305</guid>
		<description><![CDATA[http://www.junopen.com/memadmin/ MemAdmin是一款可视化的Memcached管理与监控工具，使用PHP开发，体积小，操作简单。 主要功能： 服务器参数监控：STATS、SETTINGS、ITEMS、SLABS、SIZES实时刷新 服务器性能监控：GET、DELETE、INCR、DECR、CAS等常用操作命中率实时监控 支持数据遍历，方便对存储内容进行监视 支持条件查询，筛选出满足条件的KEY或VALUE 数组、JSON等序列化字符反序列显示 兼容memcache协议的其他服务，如Tokyo Tyrant (遍历功能除外) 支持服务器连接池，多服务器管理切换方便简洁]]></description>
		<wfw:commentRss>http://blog.25q.net/2011/08/12/memadmin%e5%9f%ba%e4%ba%8e-php5-jquery-%e7%9a%84-memcached-%e7%ae%a1%e7%90%86%e7%9b%91%e6%8e%a7%e5%b7%a5%e5%85%b7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>http://devlog.info/2010/03/07/creating-daemons-in-php/</title>
		<link>http://blog.25q.net/2011/07/22/httpdevlog-info20100307creating-daemons-in-php/</link>
		<comments>http://blog.25q.net/2011/07/22/httpdevlog-info20100307creating-daemons-in-php/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 10:06:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[生活工作]]></category>

		<guid isPermaLink="false">http://blog.25q.net/?p=306</guid>
		<description><![CDATA[http://devlog.info/2010/03/07/creating-daemons-in-php/]]></description>
		<wfw:commentRss>http://blog.25q.net/2011/07/22/httpdevlog-info20100307creating-daemons-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>strrev 字符串反转</title>
		<link>http://blog.25q.net/2011/04/27/strrev-%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%8f%8d%e8%bd%ac/</link>
		<comments>http://blog.25q.net/2011/04/27/strrev-%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%8f%8d%e8%bd%ac/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 13:57:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[生活工作]]></category>

		<guid isPermaLink="false">http://blog.25q.net/2011/04/27/strrev-%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%8f%8d%e8%bd%ac/</guid>
		<description><![CDATA[strrev 字符串反转]]></description>
		<wfw:commentRss>http://blog.25q.net/2011/04/27/strrev-%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%8f%8d%e8%bd%ac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$GLOBALS[&#039;var&#039;] 所对应的$var在fun &#8230;</title>
		<link>http://blog.25q.net/2011/04/27/globalsvar-%e6%89%80%e5%af%b9%e5%ba%94%e7%9a%84var%e5%9c%a8fun/</link>
		<comments>http://blog.25q.net/2011/04/27/globalsvar-%e6%89%80%e5%af%b9%e5%ba%94%e7%9a%84var%e5%9c%a8fun/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 13:40:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[生活工作]]></category>

		<guid isPermaLink="false">http://blog.25q.net/2011/04/27/globalsvar-%e6%89%80%e5%af%b9%e5%ba%94%e7%9a%84var%e5%9c%a8fun/</guid>
		<description><![CDATA[$GLOBALS['var'] 所对应的$var在function中需要global下]]></description>
		<wfw:commentRss>http://blog.25q.net/2011/04/27/globalsvar-%e6%89%80%e5%af%b9%e5%ba%94%e7%9a%84var%e5%9c%a8fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$test = &#8216;aaaa&#8217;;
unset($test);
只是 &#8230;</title>
		<link>http://blog.25q.net/2011/04/27/test-aaaaunsettest%e5%8f%aa%e6%98%af/</link>
		<comments>http://blog.25q.net/2011/04/27/test-aaaaunsettest%e5%8f%aa%e6%98%af/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 13:29:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[生活工作]]></category>

		<guid isPermaLink="false">http://blog.25q.net/2011/04/27/test-aaaaunsettest%e5%8f%aa%e6%98%af/</guid>
		<description><![CDATA[$test = &#8216;aaaa&#8217;; unset($test); 只是断开 $test 和 &#8216;aaaa&#8217;之间的链接]]></description>
		<wfw:commentRss>http://blog.25q.net/2011/04/27/test-aaaaunsettest%e5%8f%aa%e6%98%af/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mac 10.6.4的alc888和hd4850驱动</title>
		<link>http://blog.25q.net/2010/07/09/mac-10-6-4%e7%9a%84alc888%e5%92%8chd4850%e9%a9%b1%e5%8a%a8/</link>
		<comments>http://blog.25q.net/2010/07/09/mac-10-6-4%e7%9a%84alc888%e5%92%8chd4850%e9%a9%b1%e5%8a%a8/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 10:09:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技术相关]]></category>
		<category><![CDATA[生活工作]]></category>

		<guid isPermaLink="false">http://blog.25q.net/?p=219</guid>
		<description><![CDATA[本人机器是dell 530s.显卡是4850,id是 0&#215;94421002的声卡是alc888,id是0x10ec0888 ALC888 驱动 x64_audio_for_ALC888 4850显卡 4800]]></description>
		<wfw:commentRss>http://blog.25q.net/2010/07/09/mac-10-6-4%e7%9a%84alc888%e5%92%8chd4850%e9%a9%b1%e5%8a%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

