· 【转载】 The PECS of Java Generic
· How does HBase update data on HDFS
2011-9-10 3:26:02 阅读46 评论0 102011/09 Sept10
2011-6-12 12:30:42 阅读66 评论0 122011/06 June12
2011-1-17 6:17:37 阅读136 评论0 172011/01 Jan17
2010-11-24 15:31:39 阅读102 评论0 242010/11 Nov24
2010-11-11 2:48:15 阅读48 评论0 112010/11 Nov11
Yahoo推出了YQL语言,基本上就是用CSS Selector和XPath的方法来搜集互联网上的资源。
初看这个想法也不是很难(不过做成实际产品了应该有很多挑战),但挺有意思的。
2010-10-31 14:26:00 阅读126 评论0 312010/10 Oct31
动态规划类的算法不是万能钥匙,用它解决具体问题之前得好好分析是否适用。
《算法导论》中提到的流水线装配问题和最长公共子串(LCS)问题就是典型的例子。
Four-step method
1. Characterize the structure of an optimal solution.
2. Recursively define the value of an optimal solution.
3. Compute the value of an optimal solution in a bottom-up fashion.
4. Construct an optimal solution from computed information.
2010-10-25 15:43:07 阅读112 评论0 252010/10 Oct25
说了两件事,高手请忽略。
event.preventDefault() vs. return false;
event.stopImmediatePropagation() vs. event.stopPropagation()
http://fuelyourcoding.com/jquery-events-stop-misusing-return-false/
2010-10-19 3:17:50 阅读55 评论2 192010/10 Oct19
2010-10-5 4:40:23 阅读167 评论1 52010/10 Oct5