<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>模板 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E6%A8%A1%E6%9D%BF/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 28 Oct 2011 12:15:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>关于webpy模板自动HTML转义的问题。</title>
		<link>https://www.coder4.com/archives/2596</link>
					<comments>https://www.coder4.com/archives/2596#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 28 Oct 2011 12:15:26 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[模板]]></category>
		<category><![CDATA[转义]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2596</guid>

					<description><![CDATA[摘抄自：http://webpy.org/tutorial3.zh-cn 要注意 web.py 将会转义任何任何用到的变量，所以当你将 name 的值设为是一段 HTML 时，它会被转义显示成纯文本。如果要关闭该选项，可以写成 $:name 来代替 $name。 如果我们想部分转移，怎么办？ webpy显然提供了转移函数，我们在应用层直接调用就可以了。 from web.net import htmlquote htmlquote(raw_text)[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2596/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Makefile模板</title>
		<link>https://www.coder4.com/archives/2116</link>
					<comments>https://www.coder4.com/archives/2116#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 01 Sep 2011 09:41:16 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Makefile]]></category>
		<category><![CDATA[模板]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2116</guid>

					<description><![CDATA[一个相对比较模式化的模板，g++用的。 参考资料： http://www.metalshell.com/view/tutorial/120/ #Compiler and flags CC = g++ LD = g++ CXXFLAGS := -O3 -I /usr/include -I ../include_deps/ -I../include_deps/thrift LINKFLAGS := ../lib_deps/libthrift.a #Objects OBJS := $[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2116/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
