<?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>第13章 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E7%AC%AC13%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, 07 Jan 2012 13:35:49 +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核心技术(第8版) – 读书笔记 – 第13章</title>
		<link>https://www.coder4.com/archives/2766</link>
					<comments>https://www.coder4.com/archives/2766#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 15:13:12 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java && J2EE]]></category>
		<category><![CDATA[核心技术]]></category>
		<category><![CDATA[第13章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2766</guid>

					<description><![CDATA[1、JDK1最早的集合类：Vector、Stack、Hashtable、BitSet、Enumeration 2、JDK1.2后，设计了新的集合接口，并且接口和实现分离。接口如List、Map等 例如链表，可以用循环数组，也可以用传统链表实现： List&#60;String&#62; lst = new ArrayList&#60;String&#62;(); List&#60;String&#62; lst = new LinkedList&#60;String&#62;(); 3、此外还有以[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2766/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python Essential Reference 4th – 第13章 – 读书笔记</title>
		<link>https://www.coder4.com/archives/1673</link>
					<comments>https://www.coder4.com/archives/1673#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 16 Jun 2011 14:42:35 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Essential Reference]]></category>
		<category><![CDATA[第13章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1673</guid>

					<description><![CDATA[本章主要介绍了一些与Python运行时相关的模块。 1、atexit模块 在真个Python解释器退出时，可以绑定若干钩子函数，通过atexit完成。 &#62;&#62;&#62; def fun1(): ... print "hh" ... &#62;&#62;&#62; import atexit &#62;&#62;&#62; atexit.register(fun1) &#60;function fun1 at 0xb7707614&#62; &#62;&#62;&#62; #按C[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1673/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
