<?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>第12章 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E7%AC%AC12%E7%AB%A0/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 11 Apr 2012 03:20:36 +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版) – 读书笔记 – 第12章</title>
		<link>https://www.coder4.com/archives/3014</link>
					<comments>https://www.coder4.com/archives/3014#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sun, 08 Apr 2012 14:52:23 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java && J2EE]]></category>
		<category><![CDATA[Java核心技术]]></category>
		<category><![CDATA[分布式对象]]></category>
		<category><![CDATA[卷2]]></category>
		<category><![CDATA[核心技术]]></category>
		<category><![CDATA[第12章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3014</guid>

					<description><![CDATA[本章的内容是JNI(Java Native Interface)，即从Java中访问本地方法（其他语言）。 1、当需要在Java中嵌入其他语言编写的代码，如C时，后者称为本地代码。 2、一般来说，Java虽然在单纯运算方面效率慢于C等，但这往往不是性能瓶颈。例如密码运算在某C/S中占用的时间为10%，网络、I/O速度占90%，用C比Java快两倍，则speedup只有1+0.1*2=1.2，只提升了20%（阿姆达尔定律）。 3、当然，如果项目是遗留的，之前已经有了大量，无法被迁[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3014/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java核心技术(第8版) – 读书笔记 – 第12章</title>
		<link>https://www.coder4.com/archives/2760</link>
					<comments>https://www.coder4.com/archives/2760#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 30 Dec 2011 14:14:13 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java && J2EE]]></category>
		<category><![CDATA[核心技术]]></category>
		<category><![CDATA[第12章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2760</guid>

					<description><![CDATA[1、JDK5之后支持了泛型，类似C++的模板。 ArrayList&#60;String&#62; list = new ArrayList&#60;String&#62;(); 2、一个简单的泛型类 一般通用类型表示如下： (1)用E表示集合中的元素类型 (2)用K和V表示关键字与值类型 (3)用T、U、S表示任意类型 public class Pair&#60;T, U&#62; { public Pair() { } public Pair(T first, U[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2760/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python Essential Reference 4th – 第12章 – 读书笔记</title>
		<link>https://www.coder4.com/archives/1666</link>
					<comments>https://www.coder4.com/archives/1666#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 14 Jun 2011 08:09:32 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Essential Reference]]></category>
		<category><![CDATA[内置函数]]></category>
		<category><![CDATA[内置异常]]></category>
		<category><![CDATA[第12章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1666</guid>

					<description><![CDATA[1、有一些函数是不需要import的，因为他们存在于__buildin__模块下，这个模块是被默认引入的。在Python 3之后，更名为__buildins__，加了个s。 2、这些不需要import的称为内置函数。 3、一些内置函数/对象： ascii(c)：只在Python 3 可用！返回c对应的ascii字符，非ascii字符转化为对应的转义字符。 basestring：Python 2 中Byte字符串和Unicode字符串的父类。 bin(x)：返回整数x的二进制[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1666/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
