<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>自由的海洋</title>
	<atom:link href="http://chengjun198247.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chengjun198247.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:28:41 +0000</lastBuildDate>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='chengjun198247.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>自由的海洋</title>
		<link>http://chengjun198247.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://chengjun198247.wordpress.com/osd.xml" title="自由的海洋" />
	<atom:link rel='hub' href='http://chengjun198247.wordpress.com/?pushpress=hub'/>
		<item>
		<title>终于等到offers</title>
		<link>http://chengjun198247.wordpress.com/2010/10/16/hello-world/</link>
		<comments>http://chengjun198247.wordpress.com/2010/10/16/hello-world/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 15:12:24 +0000</pubDate>
		<dc:creator>chengjun198247</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chengjun198247.wordpress.com/?p=1</guid>
		<description><![CDATA[在历经7个月找工作的艰苦历程之后，我终于在美利坚拿到offers了。一个是M5 Networks，一个是Microstrategy，总金额同为85k年薪，因为后者的名气和地理位置，我打算从了后者，不过还需要背景调查。 以前以为EE也就比CS难找工作一点，现在才感慨，原来那是基于很多EE去找CS的工作，而且会付出比别人多的努力。EE的学生虽然也写代码，但是因为没有算法和数据结构的知识，写出的代码质量真的不高，而且要过面试那就更难了。 先说我找工作的经历吧。我是从3月开始准备面试，当时金磊同学告诉我大公司都在招人，然后让我看看careercup和版面总结也去投，他拿了很多面试(大部分都成offer了)。我看这些题真是个吃力啊，因为我对于数据结构，算法，设计模式的基础基本为0，虽然以前写了很多代码，最多也就是UI设计了。不过看看总结也不是特别长，就把那些帖子都翻出来慢慢看，看不明白就去查资料，或者就直接骚扰我同学了。后来发现这些算法也就那会事，看多了就会了。但是会用不一定会写，经常写出来的代码到处是错，从来不会没编译错误的。在看完一次版面总结后，又开始看第二次，并且再写了一次代码。接着在这个版面混了，有人发了面经就把题认真想，然后写代码。我觉得讨论是个好东西，自己想到办法不一定是对的。 复习到8月份开始投简历，对于大公司我是一个一个投，不想有重叠，5个招人挺多的公司，至今还有微软，facebook没面。其实我觉得学习到现在，对算法，编程兴趣都有热爱的心了，每天不看看面经不写写代码还觉得不习惯&#8230;. 简历篇 需要除了基本语法，突出关键点，需要说的是地址，如果你距离纽约近，就随便找个纽约地址写，我就是写我朋友的地址，经常都有猎头找我。如果你是距离加州近，就写加州。如果都不近，我建议毕业了就2选一先找个便宜的地方住吧。 列出的qualification一定一定是你非常有把握的，不怕少，就怕虚！我在面google的 时候就吃了这个亏，我简历写了多线程，TCP/IP，结果面试官就给我一段TCP/IP的代码，让我找错，而错误又不是语法，而是经验问题。 列出的projects一定一定要熟悉，不一定是你做的，但是你一定一定要把为什么这么设 计非常清楚。 有朋友问fresh哪里有那么多project经验，我觉得对于master有3个就够了，如果不够 怎么办？拿来主义！找同学要project的summary，主要看为啥做这个，怎么做的，为什么这么做，而不用其他办法，代码看个结构。考官喜欢问你为什么这么做，难点是什么，解决方案。 面试准备篇 不打没把握的仗 如果你觉得mitbbs版面总结还有10%以上题不会或者写代码会有错，我不建议去浪费面试机会。 版面总结链接 http://www.mitbbs.com/article/JobHunting/31505215_4.html 如果要准备除了google facebook Microsoft其他公司c++的软件工程师，我个人认为需要看到 几个材料有 1. mitbbs版面总结 2. careercup 150题 3. effective c++ 4. 面向对象设计的例子，设计模式至少会3个，懂得这3个用在哪里，能举例子。 5. 多线程同步相关知识 http://www.advancedlinuxprogramming.com/alp-folder 6. stl一定要知道大概每一个是怎么实现的，数据结构是什么，复杂度，什么时候用哪个 对于面很大的公司，需要有针对性准备，比如bloomberg，就要把online test的题搜集起来看，在careercup里面有人总结了的。比如google，Microsoft，facebook，Amazon，需要看海量数据处理，还需要看一些难题，这个需要经常看别人怎么解题的，多做题，多思考，思路就广阔了。 还有就是写代码的熟练度问题，常见题应该都要求自己写代码一次写对。对于比较难得，至少不能有语法错误吧。不是每个公司都要求你写代码这么牛，关键是你练充分了，去面试就不怕别人让你写了，心态就不一样了。 &#8230; <a href="http://chengjun198247.wordpress.com/2010/10/16/hello-world/">繼續閱讀 <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=1&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>在历经7个月找工作的艰苦历程之后，我终于在美利坚拿到offers了。一个是M5 Networks，一个是Microstrategy，总金额同为85k年薪，因为后者的名气和地理位置，我打算从了后者，不过还需要背景调查。</p>
<p>以前以为EE也就比CS难找工作一点，现在才感慨，原来那是基于很多EE去找CS的工作，而且会付出比别人多的努力。EE的学生虽然也写代码，但是因为没有算法和数据结构的知识，写出的代码质量真的不高，而且要过面试那就更难了。</p>
<p>先说我找工作的经历吧。我是从3月开始准备面试，当时金磊同学告诉我大公司都在招人，然后让我看看careercup和版面总结也去投，他拿了很多面试(大部分都成offer了)。我看这些题真是个吃力啊，因为我对于数据结构，算法，设计模式的基础基本为0，虽然以前写了很多代码，最多也就是UI设计了。不过看看总结也不是特别长，就把那些帖子都翻出来慢慢看，看不明白就去查资料，或者就直接骚扰我同学了。后来发现这些算法也就那会事，看多了就会了。但是会用不一定会写，经常写出来的代码到处是错，从来不会没编译错误的。在看完一次版面总结后，又开始看第二次，并且再写了一次代码。接着在这个版面混了，有人发了面经就把题认真想，然后写代码。我觉得讨论是个好东西，自己想到办法不一定是对的。</p>
<p>复习到8月份开始投简历，对于大公司我是一个一个投，不想有重叠，5个招人挺多的公司，至今还有微软，facebook没面。其实我觉得学习到现在，对算法，编程兴趣都有热爱的心了，每天不看看面经不写写代码还觉得不习惯&#8230;.</p>
<p>简历篇<br />
需要除了基本语法，突出关键点，需要说的是地址，如果你距离纽约近，就随便找个纽约地址写，我就是写我朋友的地址，经常都有猎头找我。如果你是距离加州近，就写加州。如果都不近，我建议毕业了就2选一先找个便宜的地方住吧。<br />
列出的qualification一定一定是你非常有把握的，不怕少，就怕虚！我在面google的<br />
时候就吃了这个亏，我简历写了多线程，TCP/IP，结果面试官就给我一段TCP/IP的代码，让我找错，而错误又不是语法，而是经验问题。<br />
列出的projects一定一定要熟悉，不一定是你做的，但是你一定一定要把为什么这么设<br />
计非常清楚。<br />
有朋友问fresh哪里有那么多project经验，我觉得对于master有3个就够了，如果不够<br />
怎么办？拿来主义！找同学要project的summary，主要看为啥做这个，怎么做的，为什么这么做，而不用其他办法，代码看个结构。考官喜欢问你为什么这么做，难点是什么，解决方案。</p>
<p>面试准备篇<br />
不打没把握的仗<br />
如果你觉得mitbbs版面总结还有10%以上题不会或者写代码会有错，我不建议去浪费面试机会。<br />
版面总结链接 http://www.mitbbs.com/article/JobHunting/31505215_4.html<br />
如果要准备除了google facebook Microsoft其他公司c++的软件工程师，我个人认为需要看到<br />
几个材料有<br />
1. mitbbs版面总结<br />
2. careercup 150题<br />
3. effective c++<br />
4. 面向对象设计的例子，设计模式至少会3个，懂得这3个用在哪里，能举例子。<br />
5. 多线程同步相关知识<br />
<a href="http://www.advancedlinuxprogramming.com/alp-folder" target="_blank">http://www.advancedlinuxprogramming.com/alp-folder</a><br />
6. stl一定要知道大概每一个是怎么实现的，数据结构是什么，复杂度，什么时候用哪个</p>
<p>对于面很大的公司，需要有针对性准备，比如bloomberg，就要把online test的题搜集起来看，在careercup里面有人总结了的。比如google，Microsoft，facebook，Amazon，需要看海量数据处理，还需要看一些难题，这个需要经常看别人怎么解题的，多做题，多思考，思路就广阔了。<br />
还有就是写代码的熟练度问题，常见题应该都要求自己写代码一次写对。对于比较难得，至少不能有语法错误吧。不是每个公司都要求你写代码这么牛，关键是你练充分了，去面试就不怕别人让你写了，心态就不一样了。</p>
<p>不要认为准备的东西太多就被吓着了，以前我觉得那个贴面google的准备材料那个帖子，很恐怖，后来自己还真把里面的东西都准备了，觉得也不可怕，再说了红宝书都背了，还怕这些？红宝那么枯燥。你可以把自己写的代码都保留下来，虽然经常会重复写，但是你会发现你每次写都会有进步，代码越来越简洁，bug越来越少，而且你会从一个题的解法联想到其他题的解法。</p>
<p>面试不怕失败，失败是成功之母，这句话对也不对。如果你没怎么准备就去了，失败了，那就不是成功之母，那就是浪费机会！机会真的不多，能大量招人的大公司就10多个，其他小公司基本找local。我4月浪费掉bloomberg的机会，让我后悔了很久，因为除了online test，其他面试都不难。于是我苦心练了4个月，然后才开始投amazon，结果又因为系统设计不熟悉，hashtable的设计问题被灭了。<br />
当准备充分后，就可以大量投简历了，面试经常都是recruiter联系后就没回信了，不过不需要难过，因为这种电话其实也挺练习口语的。投简历一定要找他们家要求和自己<br />
qualification 对口的投，不然真的是浪费时间。一周可以集中周2-周3投10-20个简历。如果猎头有contract的工作找你，你最好也别错过了，至少可以练口语，练心态。我面到现在，觉得口语已经有很大突破了，面试官居然夸我口语好。。。。。。其实就是说的太多了，能不好么？</p>
<p>面试经验篇<br />
面试前一定要对公司的产品有很详细了解。<br />
面试一定要有热情，一定要有轻松的心态，从容自若，如有机会可以给面试官开玩笑。比如考官问我自动toll的设计，我就跟他说我最讨厌toll，每次过比吃t。考官喜欢跟幽默的人做同事。<br />
穿着我觉得西裤，衬衣，皮鞋就行了，表示对面试的重视，对面试官的尊重。<br />
找reference也很关键，最好找口语好的同学。找老师就找一个，最信得过的，不一定是advisor。</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chengjun198247.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chengjun198247.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chengjun198247.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chengjun198247.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chengjun198247.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chengjun198247.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chengjun198247.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chengjun198247.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chengjun198247.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chengjun198247.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chengjun198247.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chengjun198247.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chengjun198247.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chengjun198247.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=1&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chengjun198247.wordpress.com/2010/10/16/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d157125b9179acfebc202fc47335b96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chengjun198247</media:title>
		</media:content>
	</item>
		<item>
		<title>准备interview＋看NBA</title>
		<link>http://chengjun198247.wordpress.com/2010/05/13/%e5%87%86%e5%a4%87interview%ef%bc%8b%e7%9c%8bnba/</link>
		<comments>http://chengjun198247.wordpress.com/2010/05/13/%e5%87%86%e5%a4%87interview%ef%bc%8b%e7%9c%8bnba/#comments</comments>
		<pubDate>Wed, 12 May 2010 15:46:45 +0000</pubDate>
		<dc:creator>chengjun198247</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chengjun198247.wordpress.com/2010/05/13/%e5%87%86%e5%a4%87interview%ef%bc%8b%e7%9c%8bnba</guid>
		<description><![CDATA[  很久不写blog了，主要是因为转用linux系统之后，都找不到blog的入口，真是悲哀啊。  最近在潜心专研算法，数据结构这些，打算去大公司碰碰运气。  昨天在mitbbs看到一个兄弟准备面试的材料，让我大吃一惊，感觉自己还需要下大功夫才能拿到offer啊。不过拿offer除了下功夫，也要有运气。信著姐，拿offer。  下面是别人准备的清单，绝对不亚于GRE的难度。  再说NBA，昨天看了下骑士对凯子，我不是james密，但是我觉得除了骑士，其他队根本没法和湖人对抗。不过骑士又让我失望了，特别是JAMES的智商和情商真的不怎么样。遇到困难就不知道怎么办了，而主教练更是煞笔，你怎么换的人啊，就知道冒冷汗&#8230;..骑士的阵容，有3都是攻强守弱的球员，除了JAMES和parker。但是凯儿特人刚好有4个人进攻好，无论这2个人怎么防，球队到处是漏洞。特别是莫威，你防守差得可以进CBA了&#8230;..人见人爆。这个阵容除了打湖人，对其他强队基本都是被灭。因为湖人的控球后卫防守进攻也不行，而Parker和Moon又克制可鄙，奥尼儿克制拜那木，最多Jamison被Gasol互爆。个人防守差不可怕，就怕被别人无限利用&#8230;..凯儿特人球员篮球智商真是高！下场比赛，如果继续重用莫威，这比赛基本就没什么可看的了，骑士就等收尸吧。 Interview Qs Data Structures    1. Integer       &#8211; find number of 1s       &#8211; next largest smaller       &#8211; smallest larger number       &#8211; determine if is palindrom       &#8211; itoa, atoi       &#8230; <a href="http://chengjun198247.wordpress.com/2010/05/13/%e5%87%86%e5%a4%87interview%ef%bc%8b%e7%9c%8bnba/">繼續閱讀 <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=3&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!6E5A6C999A7CED0!1662" class="bvMsg">  很久不写blog了，主要是因为转用linux系统之后，都找不到blog的入口，真是悲哀啊。<br />  最近在潜心专研算法，数据结构这些，打算去大公司碰碰运气。<br />  昨天在mitbbs看到一个兄弟准备面试的材料，让我大吃一惊，感觉自己还需要下大功夫才能拿到offer啊。不过拿offer除了下功夫，也要有运气。信著姐，拿offer。<br />  下面是别人准备的清单，绝对不亚于GRE的难度。<br />  再说NBA，昨天看了下骑士对凯子，我不是james密，但是我觉得除了骑士，其他队根本没法和湖人对抗。不过骑士又让我失望了，特别是JAMES的智商和情商真的不怎么样。遇到困难就不知道怎么办了，而主教练更是煞笔，你怎么换的人啊，就知道冒冷汗&#8230;..骑士的阵容，有3都是攻强守弱的球员，除了JAMES和parker。但是凯儿特人刚好有4个人进攻好，无论这2个人怎么防，球队到处是漏洞。特别是莫威，你防守差得可以进CBA了&#8230;..人见人爆。这个阵容除了打湖人，对其他强队基本都是被灭。因为湖人的控球后卫防守进攻也不行，而Parker和Moon又克制可鄙，奥尼儿克制拜那木，最多Jamison被Gasol互爆。个人防守差不可怕，就怕被别人无限利用&#8230;..凯儿特人球员篮球智商真是高！下场比赛，如果继续重用莫威，这比赛基本就没什么可看的了，骑士就等收尸吧。</p>
<p>Interview Qs</p>
<p>Data Structures</p>
<p>   1. Integer<br />
      &#8211; find number of 1s<br />
      &#8211; next largest smaller<br />
      &#8211; smallest larger number<br />
      &#8211; determine if is palindrom<br />
      &#8211; itoa, atoi<br />
      &#8211; add 2 numbers w/o using + or arithmetic operators<br />
      &#8211; implement *, -, / using only +<br />
      &#8211; find max of two numbers w/o comparison<br />
      &#8211; swap two numbers with +/-<br />
      &#8211; swap two numbers with ^<br />
      &#8211; given an integer, find the closest number that is palindrome<br />
      &#8211; implement putlong() by putchar()<br />
   2. Bit array<br />
   3. Linked list<br />
      &#8211; find cycle,<br />
      &#8211; find position of cycle starts<br />
      &#8211; reverse LL<br />
      &#8211; delete a node in middle<br />
      &#8211; each node contains a value pointer pointing to a node, <br />
        duplicate LL.<br />
      &#8211; remove duplicates from sorted/un-sorted LL.<br />
      &#8211; find n-th to last node to end<br />
      &#8211; number is represented by LL, add 2 numbers<br />
   4. Array<br />
      &#8211; Longest common substring (LCSubstr)<br />
      &#8211; Longest common subsequence (LCS).<br />
      &#8211; Longest increasing subsequence (LIS).<br />
      &#8211; Longest palingdrome in string.<br />
      &#8211; array, elements are +/-, find subsequence of max sum<br />
      &#8211; circular array, elements are +/-, find subsequence of max sum<br />
      &#8211; find all pairs of integers add up to a sum<br />
      &#8211; find all pairs of integers add up to a sum, <br />
        integers are +/- and sorted<br />
      &#8211; find one missing number in N numbers in range [0, N]<br />
      &#8211; find two missing number in N numbers in range [0, N].<br />
      &#8211; binary search circular array<br />
      &#8211; Given &#123;a1, a2, a3, ..&#125;, &#123;b1, b2, b3, &#8230;&#125;, <br />
        get &#123;a1, b1, a2, b2, &#8230;&#125;<br />
      &#8211; Given 2 arrays A and B, A large enough to hold both, <br />
        merge B into A.<br />
   5. String<br />
      &#8211; KMP, Rabin-Karp, Boyer Moore<br />
      &#8211; reverse string<br />
      &#8211; reverse words in string  <br />
      &#8211; strcpy, strcmp, strstr, atoi, itoa, strdup<br />
      &#8211; remove duplicate characters in O(1) space<br />
      &#8211; Given dictionary, transform one word to another of same length.<br />
      &#8211; Given large text, find min cover distance of n words.<br />
      &#8211; find longest word made of other words<br />
      &#8211; find first non-repeated char<br />
      &#8211; remove specified char from a string<br />
   6. Matrix<br />
      &#8211; matrix elements are +/-, find submatrix of max sum<br />
      &#8211; rotate a matrix by 90 degrees<br />
      &#8211; each cell is black/white, find max subsquare with black border.<br />
      &#8211; binary matrix, find largest square matrix with 1s<br />
      &#8211; binary matrix, find largest rectangle matrix with 1s <br />
   7. Stack<br />
      &#8211; implement stack by queue.<br />
      &#8211; augmented stack with O(1) push, pop, min<br />
      &#8211; use single array to implement 3 stacks<br />
      &#8211; sort a stack in ascending order using only <br />
        push/pop/top/isEmpty/isFull<br />
   8. Queue<br />
      &#8211; implement queue by 2 stacks<br />
   9. Priority Queue<br />
  10. Heap<br />
      &#8211; create heap on array<br />
  11. Young Tableau<br />
      &#8211; find element<br />
      &#8211; get k-th element<br />
  12. BST<br />
      &#8211; pre/in/post-order traversal, recursive and iterative<br />
      &#8211; pre/in/post-order traversal, recursive and iterative, <br />
        with parent pointer<br />
      &#8211; find height<br />
      &#8211; determine IsBST<br />
      &#8211; find &quot;next&quot; node of a given node in inorder sequence<br />
      &#8211; find k-th inorder element<br />
      &#8211; find range of elements<br />
      &#8211; find diameter<br />
      &#8211; find all path adding to a sum<br />
      &#8211; Check if a tree is balanced<br />
      &#8211; Convert sorted array into balanced BST<br />
      &#8211; Find first common ancestor of two nodes in a BT or BST<br />
      &#8211; Link each node to its right sibling<br />
      &#8211; Print by level (BFS)<br />
      &#8211; Print by level (BFS) in reverse order<br />
      &#8211; Determine if 2 BSTs have the same structure<br />
      &#8211; Create a mirror BT of a BT<br />
      &#8211; Replicate a linked structure<br />
  13. 2-3-4 Tree<br />
  14. Red-Black Tree<br />
  15. Splay Tree<br />
  16. AVL Tree<br />
  17. Trie<br />
  18. Suffix Array<br />
  19. Suffix Tree  <br />
      &#8211; LCSubstr (longest common substring)<br />
      &#8211; Longest repeated substring<br />
      &#8211; longest palindrome<br />
      &#8211; substring search<br />
      &#8211; data compression<br />
  20. B-Tree<br />
  21. KD Tree<br />
  22. Range Tree<br />
  23. Hash Table<br />
  24. Bloom filter<br />
  25. Disjoint set<br />
  26. Graph<br />
      &#8211; DFS, BFS<br />
      &#8211; find path existence between two nodes<br />
      &#8211; Min vertice set covering all edges<br />
      &#8211; shortest path<br />
      &#8211; minimum spanning tree<br />
      &#8211; min edge coverage by vertex </p>
<p>Sorting</p>
<p>   1. Bubble sort<br />
   2. Insertion sort<br />
   3. Selection sort<br />
   4. Shell sort<br />
   5. Heap sort<br />
   6. Quick sort <br />
   7. Merge sort <br />
   8. N-way merge sort (external sort)<br />
   9. Counting sort<br />
  10. Bucket sort</p>
<p>Search</p>
<p>   1. Linear search<br />
   2. Binary search<br />
      &#8211; Binary search, iterative/recursive <br />
      &#8211; find missing number is sorted array <br />
      &#8211; search in circular sorted array <br />
   3. Quick Select </p>
<p>Dynamic programming</p>
<p>   1. BST<br />
   2. COV <br />
   3. ILP <br />
   4. KS <br />
   5. LCS <br />
   6. LSP <br />
   7. MCM <br />
   8. ODP <br />
   9. SCP <br />
  10. SPA<br />
  11. SPC<br />
  12. TSP <br />
  13. Given array a[], when i &lt; j, get max(a[i] &#8211; a[j]).<br />
  14. levenshtein edit distance<br />
  15. Coin Change problem. </p>
<p>Large-scale system</p>
<p>   1. Bloom filter<br />
   2. Bit-array/bit-map<br />
   3. Heap<br />
   4. Hash table<br />
      &#8211; d-left hashing<br />
   5. Sub-division<br />
   6. Database indexing<br />
   7. Inverted index<br />
   8. External sort<br />
   9. Map-reduce</p>
<p>Discrete math, Probability and Statistics, Numerical Computation</p>
<p>   1. Permutation<br />
      &#8211; 3 colors, how many ways to color a cube?<br />
      &#8211; robot, ways to go to diagonal corner on NxN matrix?<br />
      &#8211; print all combinations of valid n-pairs of parentheses<br />
      &#8211; print all subsets of a set<br />
   2. Combination<br />
   3. Sampling<br />
   4. Random number generator<br />
      &#8211; What&#8217;s a good random number generator?<br />
      &#8211; Given random generator [1, 2, 3, 4, 5], <br />
        generate random in [1..7].<br />
   5. Reservoir sampling<br />
   6. Find median in stream<br />
   7. Card shuffling<br />
   8. Primality testing<br />
   9. Find prime numbers: naive, sieve of Eratosthenes, sieve of Atkin<br />
  10. Randomized primality testing, what&#8217;s good random generator<br />
  11. Fibonacci sequence <br />
  12. Factorial numbers<br />
  13. Frobenous numbers<br />
  14. Newton-Ralphson algorithm<br />
  15. Bayes theorem</p>
<p>Computational algebra</p>
<p>   1. Convex-hull<br />
   2. Closest pairs</p>
<p>Computational theory</p>
<p>   1. Automata theory<br />
   2. DFA<br />
   3. NFA<br />
   4. Regular language<br />
   5. Pumping lemma<br />
   6. Turing machine<br />
   7. NP-completeness<br />
         1. TSP<br />
         2. Vertex-cover problem<br />
         3. Set-covering problem.<br />
         4. Subset-sum problem.</p>
<p>OS</p>
<p>   1. Process and thread<br />
   2. Semaphore, mutex, monitor<br />
   3. Function call/call frame<br />
   4. Context switch<br />
   5. Multi-threading<br />
   6. Multi-process<br />
   7. Thread safety<br />
   8. Big/Little-endian<br />
   9. Heap/stack<br />
  10. Malloc/free<br />
  11. Virtual memory, page fault, thrashing<br />
  12. DMA (Direct Memory Access)</p>
<p>Networking</p>
<p>   1. 7-layer OSI model<br />
   2. 4-layer TCP/UDP model<br />
   3. TCP/UDP<br />
   4. TCP 3-way handshake (ACK machanism), <br />
      flow control, congestion control<br />
   5. Things happen after entering url<br />
   6. Routing protocols: BGP, OSPF, RIP<br />
   7. Subnet mask, packet routing on same/different network.<br />
   8. Performance</p>
<p>Database</p>
<p>   1. Normalization<br />
   2. External sorting<br />
   3. B-tree, B+-tree.<br />
   4. Relational algebra</p>
<p>Compiler</p>
<p>   1. LL, SLR, LALR, LR, GLR<br />
   2. recursive precedence<br />
   3. Operator precedence<br />
   4. Postfix evaluation of arithmetic expression<br />
      &#8211; implement a calculator</p>
<p>C/C++/Java</p>
<p>   1. const char *, char * const, const char * const<br />
   2. static<br />
   3. volatile<br />
   4. explicit<br />
   5. Object/class<br />
   6. Inheritance<br />
   7. Encapsulation<br />
   8. Polymorphism<br />
   9. operator overloading<br />
  10. Composition/inheritance<br />
  11. Interface, abstract class<br />
  12. Struct/class<br />
  13. 4 default methods of a C++ struct/class<br />
  14. deep copy/shallow copy<br />
  15. C++ name hiding<br />
  16. C++ smart pointer<br />
  17. friend function/class<br />
  18. Multiple inheritance<br />
  19. Virtual inheritance<br />
  20. Constructor<br />
  21. Copy/assignment constructor<br />
  22. Virtual destructor<br />
  23. Virtual function, vtable<br />
  24. Pure virtual function<br />
  25. Macro, typedef, inline<br />
  26. C, C++, Java comparison<br />
  27. Garbage collection<br />
  28. Dangling pointer, free null pointer, memory leak<br />
  29. New/Delete<br />
  30. Malloc/free/realloc/calloc<br />
  31. Lock<br />
  32. Dead lock&#8217;s four conditions<br />
  33. #pragma directive<br />
  34. Exception handling<br />
  35. try/catch/finally<br />
  36. final, finally, finalize<br />
  37. Java object reflection<br />
  38. C++ templates, java generics<br />
  39. Effect of keeping constructor private<br />
  40. Pass by Value, reference, pointer<br />
  41. Reference v.s. pointer<br />
  42. In-memory file system data structures and algorithms?<br />
  43. Implement singleton<br />
  44. Implement singleton w/o static/global variable<br />
  45. Thread programming possible problems<br />
  46. sizeof operator.<br />
  47. Java: vector v.s. ArrayList<br />
  48. int (a*)[10]<br />
  49. Implement a lock.<br />
  50. Implement a buffer for DataOutputStream.<br />
  51. awk, tr, uniq, grep </p>
<p>Other problems</p>
<p>   1. 2 eggs, 100 floors, find floor that breaks egg <br />
      minimizing number of drops.<br />
   2. 5 quart jug and 3 quart jug, measure 4 quarts of water.<br />
   3. 100 lockers, open every other i-th locker (i = 1, 2, &#8230;, 100). <br />
      Final open?<br />
   4. Men on island, can see hat on others only. N men, C hats, <br />
      days to remove?<br />
   5. 8/12 balls, find the one lighter/heavier<br />
   6. 8/12 balls, find one weighs different<br />
   7. 2 fuses each burns in 1 hour, measure 45 minutes<br />
   8. Bridge crossing, 1, 2, 5, 10. Minual number to pass bridge<br />
   9. Orange, apple, orange and apple, all labeled wrong. Find out.<br />
  10. 3 light switches, only one can be on at a time. Find it out.<br />
  11. Find the biggest, 2 biggest, biggest &amp; smallest<br />
  12. n*m*k cube, how many are on the surface?<br />
  13. Test a pen, ATM machine, webpage, vending machine, program crash?<br />
  14. Given phone #, print all word representations on phone pad.<br />
  15. Find overlap of rectangles<br />
  16. Find median of two sorted arrays.<br />
  17. N computers each hold N numbers. Find median of these N*N numbers.<br />
  18. Recontruct a BT from pre/in/post-order traversal<br />
  19. Recontruct a BST from pre/in/post-order traversal<br />
  20. Find longest prefix common to all strings<br />
  21. Implement LRU cache system, O(1) find and update<br />
  22. Shifted sorted array, rotate.<br />
  23. Histogram, find max internal rectangle.<br />
  24. Tournament problem<br />
  25. N people, 1 celebrity, find celebrity in O(n) time.<br />
  26. 4 jars, 1 polluted so pills weigh +1, find out which jar<br />
  27. 25 horses, 5 horses maximal each match. Find the fastest 3<br />
  28. Mirror, why left/right reversed, not up/down?<br />
  29. How is next_permutation() in STL implemented?<br />
  30. N line segments on number axis, calculate common coverage<br />
  31. wild card match on patterns * (0-n) and ? (1). <br />
  32. Find number of trailing zeros in n!<br />
  33. Print square matrix in a spiral inwardly.<br />
  34. Find one&#8217;s phone number given resume only<br />
  35. N stairs, each time can go up 1 or 2. How many ways to go up?<br />
  36. Find majority element in an array.<br />
  37. Two cubes as a calendar<br />
  38. Coin change problem<br />
  39. Josephus Circle, last survivor?<br />
  40. Pick marbles, strategy to win?<br />
  41. Get sequence 1, 11, 21, 1211, &#8230;<br />
  42. C program that prints itself<br />
  43. Print week given date<br />
  44. enter code, allow one miss<br />
  45. Check equality of two number sets</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chengjun198247.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chengjun198247.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chengjun198247.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chengjun198247.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chengjun198247.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chengjun198247.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chengjun198247.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chengjun198247.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chengjun198247.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chengjun198247.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chengjun198247.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chengjun198247.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chengjun198247.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chengjun198247.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=3&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chengjun198247.wordpress.com/2010/05/13/%e5%87%86%e5%a4%87interview%ef%bc%8b%e7%9c%8bnba/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d157125b9179acfebc202fc47335b96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chengjun198247</media:title>
		</media:content>
	</item>
		<item>
		<title>暴笑的paper，太有才了</title>
		<link>http://chengjun198247.wordpress.com/2009/12/04/%e6%9a%b4%e7%ac%91%e7%9a%84paper%ef%bc%8c%e5%a4%aa%e6%9c%89%e6%89%8d%e4%ba%86/</link>
		<comments>http://chengjun198247.wordpress.com/2009/12/04/%e6%9a%b4%e7%ac%91%e7%9a%84paper%ef%bc%8c%e5%a4%aa%e6%9c%89%e6%89%8d%e4%ba%86/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 06:49:11 +0000</pubDate>
		<dc:creator>chengjun198247</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chengjun198247.wordpress.com/2009/12/04/%e6%9a%b4%e7%ac%91%e7%9a%84paper%ef%bc%8c%e5%a4%aa%e6%9c%89%e6%89%8d%e4%ba%86</guid>
		<description><![CDATA[  今天在网上搜了几篇paper看，没想到看到一篇非常有才的paper。这审查paper的人也太水了吧。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=4&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!6E5A6C999A7CED0!1640" class="bvMsg">  今天在网上搜了几篇paper看，没想到看到一篇非常有才的paper。这审查paper的人也太水了吧。<br /><span><a href="http://chengjun198247.files.wordpress.com/2009/12/untitled.jpg?w=300" target="_blank" rel="WLPP;url=http://chengjun198247.files.wordpress.com/2009/12/untitled.jpg?w=300"><img src="http://chengjun198247.files.wordpress.com/2009/12/untitled.jpg?w=300" alt="" /></a></span></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chengjun198247.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chengjun198247.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chengjun198247.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chengjun198247.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chengjun198247.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chengjun198247.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chengjun198247.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chengjun198247.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chengjun198247.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chengjun198247.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chengjun198247.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chengjun198247.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chengjun198247.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chengjun198247.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=4&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chengjun198247.wordpress.com/2009/12/04/%e6%9a%b4%e7%ac%91%e7%9a%84paper%ef%bc%8c%e5%a4%aa%e6%9c%89%e6%89%8d%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d157125b9179acfebc202fc47335b96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chengjun198247</media:title>
		</media:content>

		<media:content url="http://chengjun198247.files.wordpress.com/2009/12/untitled.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>终于有车了</title>
		<link>http://chengjun198247.wordpress.com/2009/09/28/%e7%bb%88%e4%ba%8e%e6%9c%89%e8%bd%a6%e4%ba%86/</link>
		<comments>http://chengjun198247.wordpress.com/2009/09/28/%e7%bb%88%e4%ba%8e%e6%9c%89%e8%bd%a6%e4%ba%86/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 21:29:57 +0000</pubDate>
		<dc:creator>chengjun198247</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chengjun198247.wordpress.com/2009/09/28/%e7%bb%88%e4%ba%8e%e6%9c%89%e8%bd%a6%e4%ba%86</guid>
		<description><![CDATA[    在美国买二手车真是个纠结的事情，如在私人那里买，好的deal都在抢，做mechanic check的时间都没有，差点的deal又觉得贵。在dealer那里买呢，看着那dealer猥琐的笑容，写满了奸诈，你就没心思买车了。我同学们陪着我开了几十mile看车，除了觉得dealer奸诈，就一无所获。终于我遇到好人了，一个从来没买卖过二手车的美国兄弟放了一个非常好的deal在网上（01年accord，才开了5.5w迈），被我第一时间看到，并且第一时间就约他看车，因为这个deal实在好，我都不敢相信我能买得到。第二天因为是G20到了，看来大家都没买车的心思，mechanic也相当闲，一下就约到一个口碑好的mech对这车进行了全面的车检。车检结果出来后我恨不得马上就去付钱，不过好事多磨，淋雨坐了2个小时公交车办了state id，第三天才把车买到手，并且麻烦了n个同学才帮我把车开回家。    终于有车了，刚开始开车还很紧张，毕竟2年没开了，不过昨天开着车逛了圈，胆子迅速变大。第一次开这么高档的车，兴奋啊，想当年开过最好的就是桑塔纳了&#8230;&#8230;    下周就是jobfair了，尽管适合我的公司很少，希望能有点收获。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=5&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!6E5A6C999A7CED0!1627" class="bvMsg">    在美国买二手车真是个纠结的事情，如在私人那里买，好的deal都在抢，做mechanic check的时间都没有，差点的deal又觉得贵。在dealer那里买呢，看着那dealer猥琐的笑容，写满了奸诈，你就没心思买车了。我同学们陪着我开了几十mile看车，除了觉得dealer奸诈，就一无所获。终于我遇到好人了，一个从来没买卖过二手车的美国兄弟放了一个非常好的deal在网上（01年accord，才开了5.5w迈），被我第一时间看到，并且第一时间就约他看车，因为这个deal实在好，我都不敢相信我能买得到。第二天因为是G20到了，看来大家都没买车的心思，mechanic也相当闲，一下就约到一个口碑好的mech对这车进行了全面的车检。车检结果出来后我恨不得马上就去付钱，不过好事多磨，淋雨坐了2个小时公交车办了state id，第三天才把车买到手，并且麻烦了n个同学才帮我把车开回家。<br />    终于有车了，刚开始开车还很紧张，毕竟2年没开了，不过昨天开着车逛了圈，胆子迅速变大。第一次开这么高档的车，兴奋啊，想当年开过最好的就是桑塔纳了&#8230;&#8230;<br />    下周就是jobfair了，尽管适合我的公司很少，希望能有点收获。</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chengjun198247.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chengjun198247.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chengjun198247.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chengjun198247.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chengjun198247.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chengjun198247.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chengjun198247.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chengjun198247.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chengjun198247.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chengjun198247.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chengjun198247.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chengjun198247.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chengjun198247.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chengjun198247.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=5&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chengjun198247.wordpress.com/2009/09/28/%e7%bb%88%e4%ba%8e%e6%9c%89%e8%bd%a6%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d157125b9179acfebc202fc47335b96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chengjun198247</media:title>
		</media:content>
	</item>
		<item>
		<title>休息</title>
		<link>http://chengjun198247.wordpress.com/2009/08/20/%e4%bc%91%e6%81%af/</link>
		<comments>http://chengjun198247.wordpress.com/2009/08/20/%e4%bc%91%e6%81%af/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 00:50:13 +0000</pubDate>
		<dc:creator>chengjun198247</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chengjun198247.wordpress.com/2009/08/20/%e4%bc%91%e6%81%af</guid>
		<description><![CDATA[    麦.尹让我更新blog继续写股市的故事，因为我对股市接近顶部之后，持续人心惶惶，不敢贸然对个股或者大盘下定论，于是觉得还是不写的好。为啥我觉得大盘会跌呢，虽然有点事后诸葛亮的意思，但是从历史上看，中石化疯狂的时候，一般都是大盘休息的时候。其二，猪总警告我人民日报都刊登评论说股市虚高。其三，国家自从IPO重启，感觉就是一个饿了半年的人看到了一大桌美食，恨不得一口吃光，于是乎新股如同滔滔江水发个不断，中建这种超级大盘股就像一块大肥肉，让这个吃饭的人差点噎着，不过他还不满足啊，中冶，中国移动，这几个菜他也觊觎着。不得不惊叹，中国股市果然是国家圈钱的宝地啊。中国移动是国外圈了钱，回国继续圈。其四，就是技术上的原因了，大哥，连着涨了1000点没休息过，不累啊。当然，一旦休息起来就不是退2步就刹得住车的。国家认可3000点是合适的，那么你咋说也跌到2600点，才能刹住车的吧。当然到底跌到多少点我也不能肯定，反正筑个双底那是一定的。    美国股市是个股涨跌翻天覆地，中国是大盘涨跌翻天覆地。    回到主题，股市不是需要每天炒的，也不是每个月炒的，甚至不是每年炒，学会休息才是赚钱之道。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=6&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!6E5A6C999A7CED0!1617" class="bvMsg">    麦.尹让我更新blog继续写股市的故事，因为我对股市接近顶部之后，持续人心惶惶，不敢贸然对个股或者大盘下定论，于是觉得还是不写的好。为啥我觉得大盘会跌呢，虽然有点事后诸葛亮的意思，但是从历史上看，中石化疯狂的时候，一般都是大盘休息的时候。其二，猪总警告我人民日报都刊登评论说股市虚高。其三，国家自从IPO重启，感觉就是一个饿了半年的人看到了一大桌美食，恨不得一口吃光，于是乎新股如同滔滔江水发个不断，中建这种超级大盘股就像一块大肥肉，让这个吃饭的人差点噎着，不过他还不满足啊，中冶，中国移动，这几个菜他也觊觎着。不得不惊叹，中国股市果然是国家圈钱的宝地啊。中国移动是国外圈了钱，回国继续圈。其四，就是技术上的原因了，大哥，连着涨了1000点没休息过，不累啊。当然，一旦休息起来就不是退2步就刹得住车的。国家认可3000点是合适的，那么你咋说也跌到2600点，才能刹住车的吧。当然到底跌到多少点我也不能肯定，反正筑个双底那是一定的。<br />    美国股市是个股涨跌翻天覆地，中国是大盘涨跌翻天覆地。<br />    回到主题，股市不是需要每天炒的，也不是每个月炒的，甚至不是每年炒，学会休息才是赚钱之道。</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chengjun198247.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chengjun198247.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chengjun198247.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chengjun198247.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chengjun198247.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chengjun198247.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chengjun198247.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chengjun198247.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chengjun198247.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chengjun198247.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chengjun198247.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chengjun198247.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chengjun198247.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chengjun198247.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=6&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chengjun198247.wordpress.com/2009/08/20/%e4%bc%91%e6%81%af/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d157125b9179acfebc202fc47335b96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chengjun198247</media:title>
		</media:content>
	</item>
		<item>
		<title>Erie Lake一日游+狂吃樱桃</title>
		<link>http://chengjun198247.wordpress.com/2009/07/06/erie-lake%e4%b8%80%e6%97%a5%e6%b8%b8%e7%8b%82%e5%90%83%e6%a8%b1%e6%a1%83/</link>
		<comments>http://chengjun198247.wordpress.com/2009/07/06/erie-lake%e4%b8%80%e6%97%a5%e6%b8%b8%e7%8b%82%e5%90%83%e6%a8%b1%e6%a1%83/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 17:38:18 +0000</pubDate>
		<dc:creator>chengjun198247</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chengjun198247.wordpress.com/2009/07/06/erie-lake%e4%b8%80%e6%97%a5%e6%b8%b8%e7%8b%82%e5%90%83%e6%a8%b1%e6%a1%83</guid>
		<description><![CDATA[    昨天跟着华人教会的组织去五大湖之一的伊犁湖BBQ，顺路去一家樱桃农场狂摘樱桃。去美国的农家乐确实安逸，自己摘来吃是免费的，如果要带走收费也相当便宜。美国樱桃又大又紫，吃着忒爽。我这种人摘樱桃超级不敬业，边摘边吃，结果吃的比摘的还多。最后摘了一小筐，跑到湖边看海的过程中也吃光了，最后撑着肚子去BBQ。    不过，华人教会的人也太没BBQ经验了，买了一大堆材料，居然生火都有问题。几个打火器都用不了，我怀疑都是MD in China的，还不如老外一个打火机好使呢。他们几个人生火，没买干柴，确买了n多碳，报纸也没几张，最后用光了一大瓶煤油，也没把碳点着。幸好有人带了一个有燃料的炉子，可以烤热狗肠，不过烤的人不专业啊，不但没带食用油，而且烤的时候也没切一切热狗，结果第一批热狗都是外面皮都烤糊了，里面还是冷冷的。于是我把每个热狗都花了n刀，烤肠里面的油顿时就流了出来，吃着真香。    水足饭饱，教会的组长安排活动。不过活动是一个接着一个，也一个比一个弱智。杀过一轮杀人游戏后，接下来就开始儿童化，最后居然开始集体唱国语圣歌，并且跳舞&#8230;&#8230;    这些活动明显不适合我的，于是我穿着一条长腿内裤就跑到沙滩去游泳去了。还是美国人会玩啊，在沙滩上烧烤。一大堆中国人居然跑了100多公里来唱儿歌跳儿童舞蹈&#8230;&#8230;..    总之觉得华人教会特古怪，总觉得和李大师这类人扯得上什么关系一样，以后还是不去参加他们的活动了。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=7&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!6E5A6C999A7CED0!1590" class="bvMsg">    昨天跟着华人教会的组织去五大湖之一的伊犁湖BBQ，顺路去一家樱桃农场狂摘樱桃。去美国的农家乐确实安逸，自己摘来吃是免费的，如果要带走收费也相当便宜。美国樱桃又大又紫，吃着忒爽。我这种人摘樱桃超级不敬业，边摘边吃，结果吃的比摘的还多。最后摘了一小筐，跑到湖边看海的过程中也吃光了，最后撑着肚子去BBQ。<br />    不过，华人教会的人也太没BBQ经验了，买了一大堆材料，居然生火都有问题。几个打火器都用不了，我怀疑都是MD in China的，还不如老外一个打火机好使呢。他们几个人生火，没买干柴，确买了n多碳，报纸也没几张，最后用光了一大瓶煤油，也没把碳点着。幸好有人带了一个有燃料的炉子，可以烤热狗肠，不过烤的人不专业啊，不但没带食用油，而且烤的时候也没切一切热狗，结果第一批热狗都是外面皮都烤糊了，里面还是冷冷的。于是我把每个热狗都花了n刀，烤肠里面的油顿时就流了出来，吃着真香。<br />    水足饭饱，教会的组长安排活动。不过活动是一个接着一个，也一个比一个弱智。杀过一轮杀人游戏后，接下来就开始儿童化，最后居然开始集体唱国语圣歌，并且跳舞&#8230;&#8230;<br />    这些活动明显不适合我的，于是我穿着一条长腿内裤就跑到沙滩去游泳去了。还是美国人会玩啊，在沙滩上烧烤。一大堆中国人居然跑了100多公里来唱儿歌跳儿童舞蹈&#8230;&#8230;..<br />    总之觉得华人教会特古怪，总觉得和李大师这类人扯得上什么关系一样，以后还是不去参加他们的活动了。<span><a href="https://pjmooa.bay.livefilestore.com/y1mLBMYn8gpSg1GOB29YSKrCi2WrG2YAN6CkGhXHnWLl2RKJgUGGXX6SGtc5COIB-UMRB1bZqQMTyTBrpfX4rMQcl5_1Hlj6v-0Wj49UINeOcieOeZxdNM-IBBk75gdJnobp9ZsqxtAtiJenVQZ2Xkgvg/DSCF0428.JPG" target="_blank" rel="WLPP;url=https://pjmooa.bay.livefilestore.com/y1mLBMYn8gpSg1GOB29YSKrCi2WrG2YAN6CkGhXHnWLl2RKJgUGGXX6SGtc5COIB-UMRB1bZqQMTyTBrpfX4rMQcl5_1Hlj6v-0Wj49UINeOcieOeZxdNM-IBBk75gdJnobp9ZsqxtAtiJenVQZ2Xkgvg/DSCF0428.JPG"><img src="https://pjmooa.bay.livefilestore.com/y1mLBMYn8gpSg1GOB29YSKrCi2WrG2YAN6CkGhXHnWLl2RKJgUGGXX6SGtc5COIB-UMRB1bZqQMTyTBrpfX4rMQcl5_1Hlj6v-0Wj49UINeOcieOeZxdNM-IBBk75gdJnobp9ZsqxtAtiJenVQZ2Xkgvg/DSCF0428.JPG" alt="" /></a></span><span><a href="http://chengjun198247.files.wordpress.com/2009/07/dscf0432.jpg?w=300" target="_blank" rel="WLPP;url=http://chengjun198247.files.wordpress.com/2009/07/dscf0432.jpg?w=300"><img src="http://chengjun198247.files.wordpress.com/2009/07/dscf0432.jpg?w=300" alt="" /></a></span></p>
<p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chengjun198247.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chengjun198247.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chengjun198247.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chengjun198247.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chengjun198247.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chengjun198247.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chengjun198247.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chengjun198247.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chengjun198247.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chengjun198247.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chengjun198247.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chengjun198247.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chengjun198247.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chengjun198247.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=7&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chengjun198247.wordpress.com/2009/07/06/erie-lake%e4%b8%80%e6%97%a5%e6%b8%b8%e7%8b%82%e5%90%83%e6%a8%b1%e6%a1%83/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d157125b9179acfebc202fc47335b96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chengjun198247</media:title>
		</media:content>

		<media:content url="https://pjmooa.bay.livefilestore.com/y1mLBMYn8gpSg1GOB29YSKrCi2WrG2YAN6CkGhXHnWLl2RKJgUGGXX6SGtc5COIB-UMRB1bZqQMTyTBrpfX4rMQcl5_1Hlj6v-0Wj49UINeOcieOeZxdNM-IBBk75gdJnobp9ZsqxtAtiJenVQZ2Xkgvg/DSCF0428.JPG" medium="image" />

		<media:content url="http://chengjun198247.files.wordpress.com/2009/07/dscf0432.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>研究大非之间的故事</title>
		<link>http://chengjun198247.wordpress.com/2009/06/24/%e7%a0%94%e7%a9%b6%e5%a4%a7%e9%9d%9e%e4%b9%8b%e9%97%b4%e7%9a%84%e6%95%85%e4%ba%8b/</link>
		<comments>http://chengjun198247.wordpress.com/2009/06/24/%e7%a0%94%e7%a9%b6%e5%a4%a7%e9%9d%9e%e4%b9%8b%e9%97%b4%e7%9a%84%e6%95%85%e4%ba%8b/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 19:24:16 +0000</pubDate>
		<dc:creator>chengjun198247</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chengjun198247.wordpress.com/2009/06/24/%e7%a0%94%e7%a9%b6%e5%a4%a7%e9%9d%9e%e4%b9%8b%e9%97%b4%e7%9a%84%e6%95%85%e4%ba%8b</guid>
		<description><![CDATA[     众所周知，百大集团是银泰系旗下的股票，前些日子银泰系放出消息，控股未果，不玩了，要减持，让它的竞争对手西子电梯去玩吧。对于股民来说，这看似就是利空，因为银泰离开以为着庄家撤退。于是无论大盘怎么涨，这股票就如死水也不涨。我爸熬不住了，10000股赚了几个点就走人，结果最近连续拉升。      来看看报道原文吧，很有意思的： 【最新公司报道】【2009-06-01】银泰减持百大集团(600865) 西子悄无声息　　本报讯 曾咄咄逼人谋求百大集团(600865)控股权的银泰系，已萌生退意。百大集团今日公告，银泰系减持4.66%股权。对于此次银泰系的减持，曾经的老对手西子联合没有任何表示。银泰系在4月份减持720万股，5月减持1031.57万股，减持价格在每股6元至7.33元之间。      居然还有主观词汇，凭什么说有退意，为什么西子联合不表示呢？看看持股结构。 限售股份   ｜1 ｜西子联合控股｜11261.83｜2011-05-14　        29%                 2    杭州银泰    ｜ 2206.37｜2009-05-14｜         6% 流通股        1    浙江银泰百货有限公司　　　　｜　 7070.00｜   19%                 2    西子联合                                 1880         5%       好家伙，2个大非一个是总股本老大，一个是流通股老大。流通股老大不做了，送给总股本老大玩。 五月减持1000w股，而股价在期间既不涨也不跌。既然它都卖了那么多，谁在抬高股价呢？一定是西子联合了。但是西子联合抬高了不是送钱给银泰么，因为银泰还有6000w股在手里呢。我认为它们是借着百大转让，联合拉高股价，大非大非联合了！2个大非占有总股本60%的股份，是多么可怕的事！银泰连续低价减持，给了西子低位吸筹的机会。看看最近上涨时期的量，不难发现机构对该股的控盘已经非常到位，不显山露水，不天亮天价，庄家要的是长线。为啥？西子控股的29%的限售要2011年才能卖呢。      看来大非不可怕，真是事实！回国寒假旅游钱就靠这丫了。    <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=8&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!6E5A6C999A7CED0!1586" class="bvMsg">
<div>     众所周知，百大集团是银泰系旗下的股票，前些日子银泰系放出消息，控股未果，不玩了，要减持，让它的竞争对手西子电梯去玩吧。对于股民来说，这看似就是利空，因为银泰离开以为着庄家撤退。于是无论大盘怎么涨，这股票就如死水也不涨。我爸熬不住了，10000股赚了几个点就走人，结果最近连续拉升。</div>
<div>     来看看报道原文吧，很有意思的：</div>
<div>【最新公司报道】<br />【2009-06-01】银泰减持百大集团(600865) 西子悄无声息<br />　　本报讯 曾咄咄逼人谋求百大集团(600865)控股权的银泰系，已萌生退意。百大集团今日公告，银泰系减持4.66%股权。对于此次银泰系的减持，曾经的老对手西子联合没有任何表示。银泰系在4月份减持720万股，5月减持1031.57万股，减持价格在每股6元至7.33元之间。</div>
<div>     居然还有主观词汇，凭什么说有退意，为什么西子联合不表示呢？看看持股结构。</div>
<div>限售股份   ｜1 ｜西子联合控股｜11261.83｜2011-05-14　        29%</div>
<div>                2    杭州银泰    ｜ 2206.37｜2009-05-14｜         6%</div>
<div>流通股        1    浙江银泰百货有限公司　　　　｜　 7070.00｜   19%</div>
<div>                2    西子联合                                 1880         5%</div>
<div>      好家伙，2个大非一个是总股本老大，一个是流通股老大。流通股老大不做了，送给总股本老大玩。 五月减持1000w股，而股价在期间既不涨也不跌。既然它都卖了那么多，谁在抬高股价呢？一定是西子联合了。但是西子联合抬高了不是送钱给银泰么，因为银泰还有6000w股在手里呢。我认为它们是借着百大转让，联合拉高股价，大非大非联合了！2个大非占有总股本60%的股份，是多么可怕的事！银泰连续低价减持，给了西子低位吸筹的机会。看看最近上涨时期的量，不难发现机构对该股的控盘已经非常到位，不显山露水，不天亮天价，庄家要的是长线。为啥？西子控股的29%的限售要2011年才能卖呢。</div>
<div>     看来大非不可怕，真是事实！回国寒假旅游钱就靠这丫了。</div>
<div> <a href="http://chengjun198247.files.wordpress.com/2009/06/untitled.jpg?w=300" target="_blank" rel="WLPP;url=http://chengjun198247.files.wordpress.com/2009/06/untitled.jpg?w=300"><img alt="" src="http://chengjun198247.files.wordpress.com/2009/06/untitled.jpg?w=300" /></a></div>
<p><a href="https://pjmooa.bay.livefilestore.com/y1mXpfMSD5j1GWan_lUSytkxKSJwAiTfnzO6uTsPRtqS_bKM6vcN4LTA6rR_FkbzpA0q1sDYPSigoE0c_IPExsc_h0GxlRVnjQFptmdUi2GhsZmgarfCGCfZTh4tC_WoWnwjbd2Ra6i0xZVd9Tw1D8ypA/Untitled.jpg" target="_blank" rel="WLPP;url=https://pjmooa.bay.livefilestore.com/y1mXpfMSD5j1GWan_lUSytkxKSJwAiTfnzO6uTsPRtqS_bKM6vcN4LTA6rR_FkbzpA0q1sDYPSigoE0c_IPExsc_h0GxlRVnjQFptmdUi2GhsZmgarfCGCfZTh4tC_WoWnwjbd2Ra6i0xZVd9Tw1D8ypA/Untitled.jpg"></a></p>
<div> </div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chengjun198247.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chengjun198247.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chengjun198247.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chengjun198247.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chengjun198247.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chengjun198247.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chengjun198247.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chengjun198247.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chengjun198247.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chengjun198247.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chengjun198247.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chengjun198247.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chengjun198247.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chengjun198247.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=8&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chengjun198247.wordpress.com/2009/06/24/%e7%a0%94%e7%a9%b6%e5%a4%a7%e9%9d%9e%e4%b9%8b%e9%97%b4%e7%9a%84%e6%95%85%e4%ba%8b/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d157125b9179acfebc202fc47335b96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chengjun198247</media:title>
		</media:content>

		<media:content url="http://chengjun198247.files.wordpress.com/2009/06/untitled.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>研究股票心得</title>
		<link>http://chengjun198247.wordpress.com/2009/06/22/%e7%a0%94%e7%a9%b6%e8%82%a1%e7%a5%a8%e5%bf%83%e5%be%97/</link>
		<comments>http://chengjun198247.wordpress.com/2009/06/22/%e7%a0%94%e7%a9%b6%e8%82%a1%e7%a5%a8%e5%bf%83%e5%be%97/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 12:05:29 +0000</pubDate>
		<dc:creator>chengjun198247</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chengjun198247.wordpress.com/2009/06/22/%e7%a0%94%e7%a9%b6%e8%82%a1%e7%a5%a8%e5%bf%83%e5%be%97</guid>
		<description><![CDATA[    最近研究了下最近涨得比较厉害的个股，当然除了钢铁，铁路，银行，高速等大盘股，以及st例外。前期长期放量，有大资金明显介入，但之后缩量横盘 ，走势被庄家控制明显，当成交量萎缩到2%左右，有可能会稍微有点缩量破位下行，但是不明显，当几条线合并之后，这种股票会急速拉升。前期中金黄金，百大集团就是很好的例子，而周五上面的2个涨停股票也是这样的情况。 在调出缩量整理的中小盘股票后，发现600210，600410也具有这种爆发的潜力。特别是600210，缩量下跌少许之后又上涨到金叉位置，和我前期买的百大集团如出一辙。     当然，入市须谨慎，仅供参考。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=9&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!6E5A6C999A7CED0!1579" class="bvMsg">
<p><a href="http://chengjun198247.files.wordpress.com/2009/06/example1002258.jpg?w=300" target="_blank" rel="WLPP;url=https://pjmooa.bay.livefilestore.com/y1mcOWBTsx_KfGvP5mtuXm8BOw_q8szK0AEGh9fTs-BtG7AeCQ4g55a6KiarePuSrheIoohGd5bHEjV6dqCifbVq-vU2Xgu44UWEC884Qvv65jAA4BdbTheBZRygauhRcNBRuzrAt_vkD-Kva_r9AtZHQ/example%201%20002258.jpg"><img alt="" src="http://chengjun198247.files.wordpress.com/2009/06/example1002258.jpg?w=300" /></a><a href="http://chengjun198247.files.wordpress.com/2009/06/example2600889.jpg?w=300" target="_blank" rel="WLPP;url=https://pjmooa.bay.livefilestore.com/y1mj-uBWoZkt1VTr1MjlE29PmiyR1aGECaFb9dwycRc1v9GK__B45PXjC9o199O_T4bLG7SRLCWrI5EZJt70MOT-bm-X8Q9GPBeVLc2PhJReKZC3bbKZ5oXF8TrZ22V3Q5fbI4NNQAFyJGgn3pBK6t5Wg/example%202%20600889.jpg"><img alt="" src="http://chengjun198247.files.wordpress.com/2009/06/example2600889.jpg?w=300" /></a></p>
<p>    最近研究了下最近涨得比较厉害的个股，当然除了钢铁，铁路，银行，高速等大盘股，以及st例外。前期长期放量，有大资金明显介入，但之后缩量横盘</p>
<div>，走势被庄家控制明显，当成交量萎缩到2%左右，有可能会稍微有点缩量破位下行，但是不明显，当几条线合并之后，这种股票会急速拉升。前期中金黄金，百大集团就是很好的例子，而周五上面的2个涨停股票也是这样的情况。 在调出缩量整理的中小盘股票后，发现600210，600410也具有这种爆发的潜力。特别是600210，缩量下跌少许之后又上涨到金叉位置，和我前期买的百大集团如出一辙。</div>
<div>    当然，入市须谨慎，仅供参考。</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chengjun198247.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chengjun198247.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chengjun198247.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chengjun198247.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chengjun198247.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chengjun198247.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chengjun198247.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chengjun198247.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chengjun198247.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chengjun198247.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chengjun198247.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chengjun198247.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chengjun198247.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chengjun198247.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=9&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chengjun198247.wordpress.com/2009/06/22/%e7%a0%94%e7%a9%b6%e8%82%a1%e7%a5%a8%e5%bf%83%e5%be%97/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d157125b9179acfebc202fc47335b96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chengjun198247</media:title>
		</media:content>

		<media:content url="http://chengjun198247.files.wordpress.com/2009/06/example1002258.jpg?w=300" medium="image" />

		<media:content url="http://chengjun198247.files.wordpress.com/2009/06/example2600889.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>姚蜜vs姚黑</title>
		<link>http://chengjun198247.wordpress.com/2009/06/13/%e5%a7%9a%e8%9c%9cvs%e5%a7%9a%e9%bb%91/</link>
		<comments>http://chengjun198247.wordpress.com/2009/06/13/%e5%a7%9a%e8%9c%9cvs%e5%a7%9a%e9%bb%91/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 23:19:35 +0000</pubDate>
		<dc:creator>chengjun198247</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chengjun198247.wordpress.com/2009/06/13/%e5%a7%9a%e8%9c%9cvs%e5%a7%9a%e9%bb%91</guid>
		<description><![CDATA[   最近NBA进入决赛阶段，虽然跟火箭没啥关系，但是球迷和记者总又把姚明拿来讨论一番。    自从姚明01年开始准备选秀，我终于开始关注一个中国球员。以前觉得他就是窝里斗的家伙，跟老黑打球不行，完全就是靠着13亿的市场成为状元秀。不过他觉得没当时人们想象的那么差，至少他全力以赴。    他的进步是显著的，让中国人从乔丹离开后的空虚中又找到在电视前看nba的乐趣。虽然他一直被病诟为软的代表，但是你绝对不能忽略他场均20分10个篮板的表现，以及享受包夹和绕前防守的待遇。我承认他打球观赏性差，而且不是奥尼尔或者邓肯那种绝对巨星，但是至少在NBA，在美国也是家喻户晓的人物（在美国绝对是知名度前5的中国人）。说到他的能力，我实验室的老黑评价他都说是当今最好的中锋之一，说是之一是因为没有一个人是绝对老大。    我不是一个纯姚蜜，至少我支持火箭队，支持姚明，即因为他球技不错，人品上佳，而且因为他是中国人，至少他告诉美国人，中国人 can play。在匹兹堡学校的球馆，我都见过美国人穿着火箭11号球衣打球的，但是我从来没见过穿湖人球衣的美国人。美国人的地方意识很重，只有乔老爷那个年代，在美国各地都遍布乔丹迷和公牛迷，美国一般当地球迷都是很支持自己球队的。现在好了，中国人看NBA，就算有人不喜欢火箭，也不至于骂火箭骂姚明吧，我觉得美国人有姚黑很正常，因为有的美国人骨子里就觉得篮球就不是中国人该玩的，但是我就不理解为啥中国人也有这么厌恶姚明的。我只能感慨现在在中国做一个名人真难，只因一些国人的恶习：从洋媚外，专打出头鸟，脑残。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=10&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!6E5A6C999A7CED0!1574" class="bvMsg">
<div>   最近NBA进入决赛阶段，虽然跟火箭没啥关系，但是球迷和记者总又把姚明拿来讨论一番。</div>
<div>   自从姚明01年开始准备选秀，我终于开始关注一个中国球员。以前觉得他就是窝里斗的家伙，跟老黑打球不行，完全就是靠着13亿的市场成为状元秀。不过他觉得没当时人们想象的那么差，至少他全力以赴。</div>
<div>   他的进步是显著的，让中国人从乔丹离开后的空虚中又找到在电视前看nba的乐趣。虽然他一直被病诟为软的代表，但是你绝对不能忽略他场均20分10个篮板的表现，以及享受包夹和绕前防守的待遇。我承认他打球观赏性差，而且不是奥尼尔或者邓肯那种绝对巨星，但是至少在NBA，在美国也是家喻户晓的人物（在美国绝对是知名度前5的中国人）。说到他的能力，我实验室的老黑评价他都说是当今最好的中锋之一，说是之一是因为没有一个人是绝对老大。</div>
<div>   我不是一个纯姚蜜，至少我支持火箭队，支持姚明，即因为他球技不错，人品上佳，而且因为他是中国人，至少他告诉美国人，中国人 can play。在匹兹堡学校的球馆，我都见过美国人穿着火箭11号球衣打球的，但是我从来没见过穿湖人球衣的美国人。美国人的地方意识很重，只有乔老爷那个年代，在美国各地都遍布乔丹迷和公牛迷，美国一般当地球迷都是很支持自己球队的。现在好了，中国人看NBA，就算有人不喜欢火箭，也不至于骂火箭骂姚明吧，我觉得美国人有姚黑很正常，因为有的美国人骨子里就觉得篮球就不是中国人该玩的，但是我就不理解为啥中国人也有这么厌恶姚明的。我只能感慨现在在中国做一个名人真难，只因一些国人的恶习：从洋媚外，专打出头鸟，脑残。</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chengjun198247.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chengjun198247.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chengjun198247.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chengjun198247.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chengjun198247.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chengjun198247.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chengjun198247.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chengjun198247.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chengjun198247.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chengjun198247.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chengjun198247.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chengjun198247.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chengjun198247.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chengjun198247.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=10&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chengjun198247.wordpress.com/2009/06/13/%e5%a7%9a%e8%9c%9cvs%e5%a7%9a%e9%bb%91/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d157125b9179acfebc202fc47335b96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chengjun198247</media:title>
		</media:content>
	</item>
		<item>
		<title>这运气真的&#8230;&#8230;</title>
		<link>http://chengjun198247.wordpress.com/2009/05/03/%e8%bf%99%e8%bf%90%e6%b0%94%e7%9c%9f%e7%9a%84/</link>
		<comments>http://chengjun198247.wordpress.com/2009/05/03/%e8%bf%99%e8%bf%90%e6%b0%94%e7%9c%9f%e7%9a%84/#comments</comments>
		<pubDate>Sat, 02 May 2009 22:25:18 +0000</pubDate>
		<dc:creator>chengjun198247</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://chengjun198247.wordpress.com/2009/05/03/%e8%bf%99%e8%bf%90%e6%b0%94%e7%9c%9f%e7%9a%84</guid>
		<description><![CDATA[    我来了美国不到1年，发生2件灾难——30年一遇的经济危机，猪流感。你说我咋早不来晚不来呢。最要命的是我还没买保险，我居然是易受感染人群，25-45.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=11&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!6E5A6C999A7CED0!1564" class="bvMsg">    我来了美国不到1年，发生2件灾难——30年一遇的经济危机，猪流感。你说我咋早不来晚不来呢。最要命的是我还没买保险，我居然是易受感染人群，25-45.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chengjun198247.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chengjun198247.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chengjun198247.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chengjun198247.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chengjun198247.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chengjun198247.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chengjun198247.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chengjun198247.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chengjun198247.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chengjun198247.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chengjun198247.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chengjun198247.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chengjun198247.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chengjun198247.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chengjun198247.wordpress.com&amp;blog=16790095&amp;post=11&amp;subd=chengjun198247&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chengjun198247.wordpress.com/2009/05/03/%e8%bf%99%e8%bf%90%e6%b0%94%e7%9c%9f%e7%9a%84/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2d157125b9179acfebc202fc47335b96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chengjun198247</media:title>
		</media:content>
	</item>
	</channel>
</rss>
