<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>“酷壳 - CoolShell.cn”的评论</title>
	<atom:link href="http://coolshell.cn/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://coolshell.cn</link>
	<description>享受编程和技术所带来的快乐 - http://coolshell.cn</description>
	<lastBuildDate>Thu, 23 May 2013 07:34:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>小胖 对《疫苗：Java HashMap的死循环》的评论</title>
		<link>http://coolshell.cn/articles/9606.html/comment-page-1#comment-492072</link>
		<dc:creator>小胖</dc:creator>
		<pubDate>Thu, 23 May 2013 07:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=9606#comment-492072</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-482045&quot; rel=&quot;nofollow&quot;&gt;@zsuil &lt;/a&gt; 

会造成死循环的，其实上面还有个地方没说完，主要是两个线程进去后newTable其实是两个，皓哥的意思是有一个线程的e已经是3且next为7，挂了一下，第二个线程刚好做完了，也就是7指向3。此时第一个线程继续写入3，然后写入7，但是7的next为3会被先被保存到临时变量next中，所以3还要遍历，也就是3这个元素被transfer了2次，因此3就被7指向，然后又指向7了。所以就形成环状了。]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-482045" rel="nofollow">@zsuil </a> </p>
<p>会造成死循环的，其实上面还有个地方没说完，主要是两个线程进去后newTable其实是两个，皓哥的意思是有一个线程的e已经是3且next为7，挂了一下，第二个线程刚好做完了，也就是7指向3。此时第一个线程继续写入3，然后写入7，但是7的next为3会被先被保存到临时变量next中，所以3还要遍历，也就是3这个元素被transfer了2次，因此3就被7指向，然后又指向7了。所以就形成环状了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>V刀疤 对《浏览器的渲染原理简介》的评论</title>
		<link>http://coolshell.cn/articles/9666.html/comment-page-1#comment-491993</link>
		<dc:creator>V刀疤</dc:creator>
		<pubDate>Thu, 23 May 2013 06:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=9666#comment-491993</guid>
		<description><![CDATA[IE6下 用hack做的  fixed 元素会闪动，就是 reflow的原因吗？]]></description>
		<content:encoded><![CDATA[<p>IE6下 用hack做的  fixed 元素会闪动，就是 reflow的原因吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>NoImagination 对《浏览器的渲染原理简介》的评论</title>
		<link>http://coolshell.cn/articles/9666.html/comment-page-1#comment-491969</link>
		<dc:creator>NoImagination</dc:creator>
		<pubDate>Thu, 23 May 2013 06:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=9666#comment-491969</guid>
		<description><![CDATA[看起来好麻烦的样子~~]]></description>
		<content:encoded><![CDATA[<p>看起来好麻烦的样子~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>爱国者 对《疫苗：Java HashMap的死循环》的评论</title>
		<link>http://coolshell.cn/articles/9606.html/comment-page-1#comment-491727</link>
		<dc:creator>爱国者</dc:creator>
		<pubDate>Thu, 23 May 2013 03:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=9606#comment-491727</guid>
		<description><![CDATA[当调用hashMap.put时，如果没有用synchronized关键字将它包起来，那么在高并发下才会出现这个问题，如果用synchronized包起来是不会有这个问题的

出现死循环，那肯定是哪个地方没有做好同步，所以才推荐在并发环境下使用线程安全的集合类]]></description>
		<content:encoded><![CDATA[<p>当调用hashMap.put时，如果没有用synchronized关键字将它包起来，那么在高并发下才会出现这个问题，如果用synchronized包起来是不会有这个问题的</p>
<p>出现死循环，那肯定是哪个地方没有做好同步，所以才推荐在并发环境下使用线程安全的集合类</p>
]]></content:encoded>
	</item>
	<item>
		<title>kevin 对《浏览器的渲染原理简介》的评论</title>
		<link>http://coolshell.cn/articles/9666.html/comment-page-1#comment-491726</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 23 May 2013 03:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=9666#comment-491726</guid>
		<description><![CDATA[很有用的文章，学习了，牛]]></description>
		<content:encoded><![CDATA[<p>很有用的文章，学习了，牛</p>
]]></content:encoded>
	</item>
	<item>
		<title>我们该选择Linux还是Windows？ &#124; 雨非时空 对《Windows编程革命简史》的评论</title>
		<link>http://coolshell.cn/articles/3008.html/comment-page-3#comment-491634</link>
		<dc:creator>我们该选择Linux还是Windows？ &#124; 雨非时空</dc:creator>
		<pubDate>Thu, 23 May 2013 01:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=3008#comment-491634</guid>
		<description><![CDATA[[...] 微软的东西变得太快了，很不持久，他们完全是在玩弄程序员。详情参见《Windows编程革命史》 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 微软的东西变得太快了，很不持久，他们完全是在玩弄程序员。详情参见《Windows编程革命史》 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>lmxeq5 对《关于酷壳》的评论</title>
		<link>http://coolshell.cn/about/comment-page-5#comment-491602</link>
		<dc:creator>lmxeq5</dc:creator>
		<pubDate>Thu, 23 May 2013 01:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?page_id=368#comment-491602</guid>
		<description><![CDATA[感谢分享，文章很不错]]></description>
		<content:encoded><![CDATA[<p>感谢分享，文章很不错</p>
]]></content:encoded>
	</item>
	<item>
		<title>DrWeb 对《浏览器的渲染原理简介》的评论</title>
		<link>http://coolshell.cn/articles/9666.html/comment-page-1#comment-491575</link>
		<dc:creator>DrWeb</dc:creator>
		<pubDate>Thu, 23 May 2013 00:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=9666#comment-491575</guid>
		<description><![CDATA[感谢博主的分享，学了不少东西]]></description>
		<content:encoded><![CDATA[<p>感谢博主的分享，学了不少东西</p>
]]></content:encoded>
	</item>
	<item>
		<title>左岸 对《浏览器的渲染原理简介》的评论</title>
		<link>http://coolshell.cn/articles/9666.html/comment-page-1#comment-491004</link>
		<dc:creator>左岸</dc:creator>
		<pubDate>Wed, 22 May 2013 15:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=9666#comment-491004</guid>
		<description><![CDATA[说的真好！又一次深入的了解了浏览器的工作流程，膜拜皓叔！]]></description>
		<content:encoded><![CDATA[<p>说的真好！又一次深入的了解了浏览器的工作流程，膜拜皓叔！</p>
]]></content:encoded>
	</item>
	<item>
		<title>hominlinx 对《程序员技术练级攻略》的评论</title>
		<link>http://coolshell.cn/articles/4990.html/comment-page-8#comment-490862</link>
		<dc:creator>hominlinx</dc:creator>
		<pubDate>Wed, 22 May 2013 13:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=4990#comment-490862</guid>
		<description><![CDATA[可能还有uml技术吧]]></description>
		<content:encoded><![CDATA[<p>可能还有uml技术吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>云端孤鹜 对《浏览器的渲染原理简介》的评论</title>
		<link>http://coolshell.cn/articles/9666.html/comment-page-1#comment-490856</link>
		<dc:creator>云端孤鹜</dc:creator>
		<pubDate>Wed, 22 May 2013 13:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=9666#comment-490856</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-490003&quot; rel=&quot;nofollow&quot;&gt;@陈皓 &lt;/a&gt; 
我追求前后端都要懂，但我承认，我做前端不好看，这是美术造诣不行吧，虽然能理解原理。]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-490003" rel="nofollow">@陈皓 </a><br />
我追求前后端都要懂，但我承认，我做前端不好看，这是美术造诣不行吧，虽然能理解原理。</p>
]]></content:encoded>
	</item>
	<item>
		<title>学习java中的几个Map-我们到底能走多远系列（27） - Java - 开发者问答 对《疫苗：Java HashMap的死循环》的评论</title>
		<link>http://coolshell.cn/articles/9606.html/comment-page-1#comment-490835</link>
		<dc:creator>学习java中的几个Map-我们到底能走多远系列（27） - Java - 开发者问答</dc:creator>
		<pubDate>Wed, 22 May 2013 12:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=9606#comment-490835</guid>
		<description><![CDATA[[...] &#160; 关于resize会出现的问题：http://coolshell.cn/articles/9606.html &#160; &#160;  关于LinkedHashMap： &#160;   [...]]]></description>
		<content:encoded><![CDATA[<p>[...] &nbsp; 关于resize会出现的问题：http://coolshell.cn/articles/9606.html &nbsp; &nbsp;  关于LinkedHashMap： &nbsp;   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>btshane 对《C++ 程序员自信心曲线图》的评论</title>
		<link>http://coolshell.cn/articles/2287.html/comment-page-3#comment-490826</link>
		<dc:creator>btshane</dc:creator>
		<pubDate>Wed, 22 May 2013 12:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2287#comment-490826</guid>
		<description><![CDATA[我觉的这个曲线至少要有3个以上的波峰和波谷，而且每个波峰跟波谷的幅度还会不一样]]></description>
		<content:encoded><![CDATA[<p>我觉的这个曲线至少要有3个以上的波峰和波谷，而且每个波峰跟波谷的幅度还会不一样</p>
]]></content:encoded>
	</item>
	<item>
		<title>xxxxxx 对《程序员技术练级攻略》的评论</title>
		<link>http://coolshell.cn/articles/4990.html/comment-page-8#comment-490682</link>
		<dc:creator>xxxxxx</dc:creator>
		<pubDate>Wed, 22 May 2013 11:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=4990#comment-490682</guid>
		<description><![CDATA[楼主是有强迫症还是自虐症， 误人子弟]]></description>
		<content:encoded><![CDATA[<p>楼主是有强迫症还是自虐症， 误人子弟</p>
]]></content:encoded>
	</item>
	<item>
		<title>syrchina 对《Android将允许纯C/C++开发应用》的评论</title>
		<link>http://coolshell.cn/articles/3549.html/comment-page-4#comment-490617</link>
		<dc:creator>syrchina</dc:creator>
		<pubDate>Wed, 22 May 2013 10:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=3549#comment-490617</guid>
		<description><![CDATA[看来android已经不打算发展C/C++了，硬件都四核了，JAVA效率不是后腿了]]></description>
		<content:encoded><![CDATA[<p>看来android已经不打算发展C/C++了，硬件都四核了，JAVA效率不是后腿了</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.230 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-23 15:34:58 -->

<!-- Compression = gzip -->