<?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>hqlong&#039;s blog &#187; php</title>
	<atom:link href="http://hqlong.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://hqlong.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jun 2010 14:25:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>隐藏响应头中apache、php的版本信息</title>
		<link>http://hqlong.com/2010/03/1279.html</link>
		<comments>http://hqlong.com/2010/03/1279.html#comments</comments>
		<pubDate>Fri, 12 Mar 2010 03:29:04 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1279</guid>
		<description><![CDATA[1. 当apache没有设置出错页时，如果访问一个不存在的资源，系统会给出如下一段服务器的签名信息： Apache/2.2.3 (CentOS) Server at 192.168.2.100 Port 80 可通过配置文件的ServerSignature选项来隐藏它. ServerSi... ]]></description>
		<wfw:commentRss>http://hqlong.com/2010/03/1279.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memcached安装</title>
		<link>http://hqlong.com/2009/12/1137.html</link>
		<comments>http://hqlong.com/2009/12/1137.html#comments</comments>
		<pubDate>Wed, 09 Dec 2009 08:26:36 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1137</guid>
		<description><![CDATA[软件列表 memcached-1.4.4.tar.gz libevent-1.4.13-stable .tar.gz 1. libevnet安装 tar zxvf libevent-1.4.13-stable .tar.gz cd libevent-1.4.13-stable ./configure --prefix=/usr/local/libevent make sudo make install 2. memcached安装 tar zxvf memcached-1... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/12/1137.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>php中，怎么对大文件进行读取操作</title>
		<link>http://hqlong.com/2009/12/1108.html</link>
		<comments>http://hqlong.com/2009/12/1108.html#comments</comments>
		<pubDate>Thu, 03 Dec 2009 09:59:23 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[文件读取]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1108</guid>
		<description><![CDATA[在php中，对于文件的读取时，最快捷的方式莫过于使用一些诸如file、file_get_contents之类的函数，简简单单的几行代码就能很漂亮的完成我们所需要的功能。但当所操作的文件是一个比较大的文... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/12/1108.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vim执行php或者c/c++的快捷键</title>
		<link>http://hqlong.com/2009/06/832.html</link>
		<comments>http://hqlong.com/2009/06/832.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 14:59:45 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[phpoo]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[添加新标签]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=832</guid>
		<description><![CDATA[经常我们会编写一些测试代码，这些代码一般只是临时测试某一个函数，测试过后基本上就没什么用了。 如果使用IDE，这好办，基本上都有一些快速运行的键，比如在ZendStudio里，将代码编写好... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/06/832.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>今天遇到的几个问题，记录一下</title>
		<link>http://hqlong.com/2009/04/692.html</link>
		<comments>http://hqlong.com/2009/04/692.html#comments</comments>
		<pubDate>Wed, 08 Apr 2009 11:34:24 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[apaache]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=692</guid>
		<description><![CDATA[问题一 CentOS中，安装好apache后，更改根目录从/var/www/html改成/home/search/www3.x DocumentRoot must be a directory 但/home/search/www.3.x确定存在 解决方案 system-config-securitylevel (or redhat-config-securitylevel) to disable ... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/04/692.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>php,判断字符编码的又一种方法</title>
		<link>http://hqlong.com/2009/03/668.html</link>
		<comments>http://hqlong.com/2009/03/668.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 05:52:47 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=668</guid>
		<description><![CDATA[在 php怎么将字符转换成特定编码 中谈了几种判断一个字符是否是某一编码，当然这样判断的目的是为了将未知编码通过 iconv&#40;&#41; 转换成特定编码。 代码如下： function isValidUtf8&#40;&#38;$str&#41... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/03/668.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>命令行中，SVN的几点技巧</title>
		<link>http://hqlong.com/2009/02/641.html</link>
		<comments>http://hqlong.com/2009/02/641.html#comments</comments>
		<pubDate>Fri, 13 Feb 2009 15:52:52 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=641</guid>
		<description><![CDATA[如果是在WINDOW中，使用SVN的客户端工具，这些技巧都算不上什么。但如果使用SVN命令来操作源码的版本，有些技巧可能你还不知道。下面就让我跟大家分享一下吧！ 情况一：将项目中未加入版... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/02/641.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Zend Studio for Eclipse不能打开文件</title>
		<link>http://hqlong.com/2009/02/584.html</link>
		<comments>http://hqlong.com/2009/02/584.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 05:37:09 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=584</guid>
		<description><![CDATA[经常有时候会出现工程里的某一个文件打不开，总是出现： Could not open the editor: Editor could not be initialized. 的提示信息。 问题原因：外部文件被修改，工程没有得到即时的初始化。 解决方法：... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/02/584.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>php中，高并发状态下文件的读写</title>
		<link>http://hqlong.com/2009/01/530.html</link>
		<comments>http://hqlong.com/2009/01/530.html#comments</comments>
		<pubDate>Sat, 17 Jan 2009 08:08:25 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[并发]]></category>
		<category><![CDATA[文件]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=530</guid>
		<description><![CDATA[对于日IP不高或者说并发数不是很大的应用，一般不用考虑这些！！用一般的文件操作方法完全没有问题。但如果并发高，在我们对文件进行读写操作时，很有可能多个进程对进一文件进行操作... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/01/530.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>MVC中view的基本实现</title>
		<link>http://hqlong.com/2009/01/522.html</link>
		<comments>http://hqlong.com/2009/01/522.html#comments</comments>
		<pubDate>Wed, 14 Jan 2009 09:43:05 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=522</guid>
		<description><![CDATA[以前没有自己写过MVC方面的框架，最近系统准备重构，一直在犹豫是直接用过程写呢，还是采用MVC模板，逻辑和实现分离。其实我们的系统很简单，功能也不多，但作为垂直搜索引擎的用户界... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/01/522.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
