<?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://www.genepeng.cn/index.php/category/technic/feed" rel="self" type="application/rss+xml" />
	<link>http://www.genepeng.cn</link>
	<description></description>
	<lastBuildDate>Wed, 30 Nov 2011 14:52:27 +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>how to assign var to php template view file</title>
		<link>http://www.genepeng.cn/index.php/310</link>
		<comments>http://www.genepeng.cn/index.php/310#comments</comments>
		<pubDate>Wed, 30 Nov 2011 14:52:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php perl ruby]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=310</guid>
		<description><![CDATA[ the function below demo how to assign var to php template view file 下面的函数显示怎么传递变量到模板文件里 public function renderInternal($_viewFile_,$_data_=null,$_return_=false) { // we use special variable names here to avoid conflict when extracting data if(is_array($_data_)) extract($_data_,EXTR_PREFIX_SAME,'data'); else $data=$_data_; if($_return_) { ob_start(); ob_implicit_flush(false); require($_viewFile_); return ob_get_clean(); } else require($_viewFile_); }]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/310/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>watir takes long time to set long string, watir要很长的时间设置长字符串</title>
		<link>http://www.genepeng.cn/index.php/304</link>
		<comments>http://www.genepeng.cn/index.php/304#comments</comments>
		<pubDate>Mon, 21 Nov 2011 04:42:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php perl ruby]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=304</guid>
		<description><![CDATA[watir takes long time to set long string, watir要很长的时间设置长字符串]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/304/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>安装watir   gem install watir 出了好多错</title>
		<link>http://www.genepeng.cn/index.php/299</link>
		<comments>http://www.genepeng.cn/index.php/299#comments</comments>
		<pubDate>Sat, 05 Nov 2011 06:33:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php perl ruby]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[技术]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=299</guid>
		<description><![CDATA[安装watir   gem install watir 出了好多错 例如：too many connection resets SocketError: getaddrinfo: Unable to resolve dependencies: the installation aborts because of the network issue, but i don&#8217;t know why, the only thing i can do is that retry over and over again, it finally install successfully,  below is my retry history 但有时好像又可以进行下去， 可能是由于网络的原因， 中途会失败，也不知道是为什么， 只能一次一次进重试，最终还是成功啦， 花了不少时间 [...]]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/299/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>topbester 四六级听力 模拟截图</title>
		<link>http://www.genepeng.cn/index.php/288</link>
		<comments>http://www.genepeng.cn/index.php/288#comments</comments>
		<pubDate>Mon, 31 Oct 2011 06:01:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技术]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=288</guid>
		<description><![CDATA[topbester 四六级真题听力模拟 截图]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/288/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux ll ls按最后修改时间排序文件linux ls ll sort file by last modifed date</title>
		<link>http://www.genepeng.cn/index.php/281</link>
		<comments>http://www.genepeng.cn/index.php/281#comments</comments>
		<pubDate>Fri, 14 Oct 2011 09:17:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=281</guid>
		<description><![CDATA[linux下 如果一个目录下有好多文件， 而且你又最近也修改了很多文件， 这时又想知道我最近修改了哪些文件， 那么ls或ll命令可以帮你实现 ls -t  加入-t选项就能按最后修改时间排序了， 如果想反序排列的话就用  ls -rt 用ll -t 或ll -rt会看得更清楚些 &#160;]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/281/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>perl ldap start_tls Operations error</title>
		<link>http://www.genepeng.cn/index.php/277</link>
		<comments>http://www.genepeng.cn/index.php/277#comments</comments>
		<pubDate>Wed, 14 Sep 2011 04:28:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php perl ruby]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[php call perl]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=277</guid>
		<description><![CDATA[When i use php script to call perl script which will query the ldap , the perl function start_tls always return the error message &#8220;Operations error&#8221;, but it works well when call perl script directly with command line, it almost spent me a day to fix this problem, i finally found the root cause is that [...]]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/277/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xdebug调试php，断点不起作用</title>
		<link>http://www.genepeng.cn/index.php/274</link>
		<comments>http://www.genepeng.cn/index.php/274#comments</comments>
		<pubDate>Thu, 02 Sep 2010 04:01:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[php perl ruby]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=274</guid>
		<description><![CDATA[在xp上装了eclipse和VMware, 在VMware上装了redhat, 在redhat上装了apache,php,xdebug,在php.ini里配置xdebug如下： zend_extension=/usr/lib/php/lib/php/extensions/no-debug-non-zts-20060613/xdebug.so xdebug.remote_enable=On xdebug.remote_autostart=On xdebug.remote_handler=dbgp xdebug.remote_host=xx.xx.xx.xx xdebug.remote_port=9000 xdebug.remote_mode=req 然后在eclipse里设置断点，发现断点不起作用，直接所有的代码一次性运行完了，到xdebug官网仔细看了下配置的说明，　原来xdebug.remote_host并不是apache所在服务器的IP,　而是远程调试机的IP，　我的情况，也就是xp的ip,　而不是VMware上redhat的IP，可原来我却把xx.xx.xx.xx配成了redhat的IP, 修改xx.xx.xx.xx为xp的IP，重启apache,　一试，果然单步调试成功了。]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/274/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>zend studio打不开页面</title>
		<link>http://www.genepeng.cn/index.php/268</link>
		<comments>http://www.genepeng.cn/index.php/268#comments</comments>
		<pubDate>Sun, 29 Aug 2010 04:59:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php perl ruby]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[技术]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/index.php/268</guid>
		<description><![CDATA[今天想试一下zend studio, 在官方网下载好在win7下安装后，发现zend server其实就是apache, zend studio就是扩展了eclipse，但zend server/studio却还要收钱，真不知道是怎么遵守开源协议的。 创建一个test项目后，结果页面都打不开，返回的错误是这样的：Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about [...]]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/268/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>shell电话本</title>
		<link>http://www.genepeng.cn/index.php/265</link>
		<comments>http://www.genepeng.cn/index.php/265#comments</comments>
		<pubDate>Mon, 23 Aug 2010 03:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=265</guid>
		<description><![CDATA[前几天在MSDN上看到有人用shell写了个电话本程序，为了巩固一下以前学过的， 自己也来弄一个shell电话本[绝非抄袭]。其实不能算一个电话本，因为只有两个域：名字和地址，权当练习，不尽完美之处，请海涵:D #!/bin/sh #Date: 2010-08-22 #QQ: 32281309 #MSN: pgj1207@hotmail.com #Site: www.genepeng.cn function AddUser() { while : do echo -n &#8220;Enter user name: &#8221; read UserName if [ "$UserName" = "" ]; then continue else break fi done while : do echo -n &#8220;Enter Address: &#8221; read Address if [ "$Address" = "" ]; then continue [...]]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/265/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win7 VMware 7.0下centos不能上网</title>
		<link>http://www.genepeng.cn/index.php/261</link>
		<comments>http://www.genepeng.cn/index.php/261#comments</comments>
		<pubDate>Sat, 21 Aug 2010 03:29:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=261</guid>
		<description><![CDATA[之前的CentOS是xp和VMware下安装的，上网等功能一切正常，但后来装了win7后上网功能出现了问题 情况如下： -> win7 ping不通虚拟机下CentOS -> CentOS 能ping win7和外网，但是不能浏览网页 -> 在win7下，用putty也访问不了CentOS -> win7, CentOS的防火墙都关了 后来发现原来是安装的瑞星防火墙的原因，　改变相应的设置，或直接把瑞星防火墙关掉就可以了]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/261/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

