<?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>ubuntu,debian,redhat -linuxany.com &#187; include</title>
	<atom:link href="http://www.linuxany.com/archives/tag/include/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>解决Debian5编译环境头文件异常的办法</title>
		<link>http://www.linuxany.com/archives/1227.html</link>
		<comments>http://www.linuxany.com/archives/1227.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 00:43:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[cdt]]></category>
		<category><![CDATA[debian5]]></category>
		<category><![CDATA[ECLIPSE]]></category>
		<category><![CDATA[g++]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[include]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1227</guid>
		<description><![CDATA[在编译时使用下列包含位置即可：（注意顺序） 适用于gcc,g++ 32位： /usr/local/include/usr/lib/gcc/i486-linux-gnu/4.3.2/include/usr/lib/gcc/i486-linux-gnu/4.3.2/include-fixed/usr/include 64位 /usr/local/include/usr/lib/gcc/x86_64-linux-gnu/4.3.2/include/usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/usr/include 您还可能感兴趣的内容Eclipse + CDT + MinGW + MySQL环境搭建解决方案Debian 无缝升级Debian5至Debian6(不重装系统)Python调用Linux下的动态库(so)Eclipse SVN插件比较 Subclipse vs Subversive[原创]玩转Debian5——安装(LXDE桌面)]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1227.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP:如何在站点的每个PHP文件头或尾加入包含文件</title>
		<link>http://www.linuxany.com/archives/637.html</link>
		<comments>http://www.linuxany.com/archives/637.html#comments</comments>
		<pubDate>Tue, 02 Dec 2008 07:30:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[include]]></category>

		<guid isPermaLink="false">http://www.linuxlaptop.cn/?p=637</guid>
		<description><![CDATA[1:打开php.ini文件 设置 include_path= “c:” 2:写两个文件 auto_prepend_file.php 和 auto_append_file.php 保存在c盘,他们将自动依附在每个php文件的头部和尾部. 3:在php.ini中找到: Automatically add files before or after any PHP document.auto_prepend_file = auto_prepend_file.php;依附在头部auto_append_file = auto_append_file.php;依附在尾部 以后你每个php文件就相当于 &#60;?php&#160; include&#160;&#34;auto_prepend_file.php&#34; ; &#160; .......//这里是你的程序 &#160; &#160; include&#160;&#34;auto_append_file.php&#34;; ?&#62; 您还可能感兴趣的内容解决Debian5编译环境头文件异常的办法PHP正则表达式完整版PHP给图片添加水印PHP使用Gzip压缩传输PHP读取汉字点阵数据,模拟LCD屏显示]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/637.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

