<?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>第2章 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E7%AC%AC2%E7%AB%A0/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:22:31 +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>Java核心技术卷II(第8版) – 读书笔记 – 第2章</title>
		<link>https://www.coder4.com/archives/2890</link>
					<comments>https://www.coder4.com/archives/2890#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 06 Feb 2012 13:11:53 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java && J2EE]]></category>
		<category><![CDATA[Java核心技术]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[卷2]]></category>
		<category><![CDATA[核心技术]]></category>
		<category><![CDATA[第2章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2890</guid>

					<description><![CDATA[本章主要介绍Java与XML。 1、XML非常适合表示复杂的、结构化数据。 2、XML与HTML有所差异，XML更严格，如：区分大小写、必须结束标签、属性必须有值。 3、XML以文档头开始，如： &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; 4、然后包含若干元素和子元素。 &#60;configuration&#62; &#60;title&#62;&#60;/title&#62; ...[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2890/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Python Essential Reference 4th – 第2章 – 读书笔记</title>
		<link>https://www.coder4.com/archives/1485</link>
					<comments>https://www.coder4.com/archives/1485#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 16 Apr 2011 14:33:00 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Essential Reference]]></category>
		<category><![CDATA[第2章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1485</guid>

					<description><![CDATA[本章主要是关于字面值和基本的符号。 1、一条很长的语句，可以使用空格加斜杠" \"来分割，如下： [python] #注意\ 前面又个空格哦！ a = 1 + 2 +3 + 4 \ + 5 + 6+ 7 [/python] 2、与1相反，当需要多条语句在一行的时候，需要用分号";"分开。 [python] #注意\ 前面又个空格哦！ a = 2;b=3 [/python] 3、当某快内没有任何语句的时候，必须用pass占位，因为Pyhon靠缩[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1485/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
