commons: all of them could use regular-expression to match the result. differences: 1)grep: search for files with patterns. 2)awk: any...
分类:
其他好文 时间:
2014-08-22 15:51:09
阅读次数:
224
A really classic 2D DP problem. And I'm glad that I figured out the transfer function without checking any other resources.After that, everything is s...
分类:
其他好文 时间:
2014-08-22 15:46:38
阅读次数:
232
Problem:Century Artshas hundreds of art galleries scattered all around the country and you are hired to write a program that determines whether any of...
分类:
其他好文 时间:
2014-08-22 01:34:25
阅读次数:
240
The Origin of raymond mill In 1891, Konow and Davidson utilized for any patent of raymond mill, which was a cylinder filled with raymond mediums, supp...
分类:
移动开发 时间:
2014-08-21 13:01:14
阅读次数:
311
1 at any time 随时 aging 老化n,变老v2 commission委托nv eg. The Ministry of Agriculture commissioned a study into low-input farming.农业部委托对低投入耕作进行研究 佣金,委员会n eg....
分类:
其他好文 时间:
2014-08-21 12:59:04
阅读次数:
196
win7或win8 64位下调试程序,出现这样的错误提示:未在本地计算机上注册 Microsoft.Jet.OLEDB.4.0 提供程序解决方法如下:方法一:“设置应用程序池默认属性”/“常规”/”启用32位应用程序”,设置为 true。 如下图所示:方法二:生成->配置管理器->平台->点击Any...
分类:
数据库 时间:
2014-08-21 12:53:04
阅读次数:
302
Follow up for problem "Populating Next Right Pointers in Each Node".
What if the given tree could be any binary tree? Would your previous solution still work?
Note:
You may only use constant extr...
分类:
其他好文 时间:
2014-08-20 22:47:33
阅读次数:
297
There is a building of 100 floors. If an egg drops from the Nth floor or above, it will break. If it's dropped from any floor below, it will not break...
分类:
其他好文 时间:
2014-08-20 12:06:52
阅读次数:
189
阅读ArrayBlockingQueue源码,很容易知道有界阻塞队列的长度至少为1,也就是至少能缓存下一个数据。SynchronousQueue的javadoc文档提到A synchronous queue does not have any internal capacity, not even a capacity of one.也就说同步队列的容量是0,不会缓存数据。
长度为1的阻塞队列和...
分类:
其他好文 时间:
2014-08-19 20:56:35
阅读次数:
298
题目:POJ 2533 Longest Ordered Subsequence
Description
A numeric sequence of ai is ordered if a1 a2 aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN)
be any sequence (ai1...
分类:
其他好文 时间:
2014-08-19 16:37:44
阅读次数:
218