<?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>第1章 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E7%AC%AC1%E7%AB%A0/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sat, 04 Feb 2012 07:31:19 +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版) – 读书笔记 – 第1章</title>
		<link>https://www.coder4.com/archives/2802</link>
					<comments>https://www.coder4.com/archives/2802#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 13:12:30 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java核心技术]]></category>
		<category><![CDATA[卷2]]></category>
		<category><![CDATA[核心技术]]></category>
		<category><![CDATA[第1章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2802</guid>

					<description><![CDATA[1、输入流：可以从中读取一个字节。InputStrean 输出流：可以向其中写入一个字节。OutputStream 2、流来源、去处可能是文件，也可能是网络等。 3、由于Unicode多个字节表示一个字，所以不可能用流读取Unicode编码的文件。因此引入了Reader和Writer处理他们（基于双字节）。 4、基础的流只有两个：InputStream和OutputStream abstract class InputStream { abstract in[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2802/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python Essential Reference 4th - 第1章 - 读书笔记</title>
		<link>https://www.coder4.com/archives/1475</link>
					<comments>https://www.coder4.com/archives/1475#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 12 Apr 2011 03:10:18 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Essential Reference]]></category>
		<category><![CDATA[第1章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1475</guid>

					<description><![CDATA[1、Python是解释型语言。 2、在python解释器下，下划线"_"存储了上次计算的结果。 3、关于print的写法：print("Hi!")是Python2和3的，print "Hi!"是Python2的。 4、程序退出的方法：*nix(Ctrl+D)、Windows（Ctrl+Z）、程序中（raise SystemExit异常） 5、每一行算一条语句，如果要一行中表示多条，用分号";"分割。 6、Block靠缩进识别（一般为4个空格），没有花括号。 7[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1475/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
