<?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; c</title>
	<atom:link href="http://hqlong.com/tag/c/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>linux c/c++多线程程序的编写</title>
		<link>http://hqlong.com/2009/06/771.html</link>
		<comments>http://hqlong.com/2009/06/771.html#comments</comments>
		<pubDate>Mon, 08 Jun 2009 10:00:25 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[多线程]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=771</guid>
		<description><![CDATA[第一次尝试编写linux下多线程程序，也是颇废一番周折。深知初学者对能快速的成功运行一段程序的渴望，所以本文专门用了“linux c/c++多线程程序的编写“这个醒目的标题，方便大家能即使从... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/06/771.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>apache cgi程序的简单配置</title>
		<link>http://hqlong.com/2009/05/718.html</link>
		<comments>http://hqlong.com/2009/05/718.html#comments</comments>
		<pubDate>Tue, 05 May 2009 09:53:56 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=718</guid>
		<description><![CDATA[首先添加虚拟主机 &#60;virtualhost 127.0.0.1:50001&#62; &#60;/virtualhost&#62; 这里新添加了50001端口来进行监听，所以还需要添加监听端口号 Listen 50001 要让程序能正常运行，还得通过配置ScriptAlias来允许服... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/05/718.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>几步创建您的php扩展</title>
		<link>http://hqlong.com/2008/11/413.html</link>
		<comments>http://hqlong.com/2008/11/413.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 16:38:19 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[扩展]]></category>
		<category><![CDATA[编译]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=413</guid>
		<description><![CDATA[下面以开发hello world这个简单的应用扩展为例，来说明开发的步骤，这个扩展提供一个hello_world()函数，该函数会返回一个&#8221;hello world&#8221;字符串，在php中的调用方式如下： &#60; ?php echo hello_wo... ]]></description>
		<wfw:commentRss>http://hqlong.com/2008/11/413.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
