As the title described, you should only use two stacks to implement a queue's actions.The queue should support push(element), pop() and top() where po...
分类:
其他好文 时间:
2015-02-07 08:03:40
阅读次数:
143
java.lang.ClassCastException: org.eclipse.jdt.internal.core.CompilationUnit cannot be cast to scala.tools.eclipse.InteractiveCompilationUnityou should...
分类:
其他好文 时间:
2015-02-07 00:24:46
阅读次数:
866
When we see people with sparkling teeth and beautiful smiles, we should admire it because it is really great to see people gifted with such beautiful ...
分类:
其他好文 时间:
2015-02-06 18:19:35
阅读次数:
109
Open-Closed Principle软件设计中的“开-闭原则”这个原则最早是由Bertrand Meyer提出,英文的原文是:Software entities should be open for extension,but closed for modification.意思是说,一个软件...
分类:
其他好文 时间:
2015-02-06 00:38:47
阅读次数:
232
uva 11218 KTV
One song is extremely popular recently, so you and your friends decided to sing it in KTV. The song has 3 characters, so exactly 3 people should sing together each time (yes, ther...
分类:
其他好文 时间:
2015-02-05 18:35:13
阅读次数:
171
参考文章:http://www.sarahmei.com/blog/2013/11/11/why-you-should-never-use-mongodb/重点是关注三个方面:1. 如何测试2. 如何用工具获取测试数据3. 如何进行replacation集群的高性能配置...
分类:
数据库 时间:
2015-02-05 00:50:17
阅读次数:
197
【题目】
Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order.
For example,
Given n = 3,
You should return the following matrix:
[
[ 1, 2, 3 ],
[ 8,...
分类:
其他好文 时间:
2015-02-04 23:29:21
阅读次数:
236
Q:启动IE浏览器时突然报下面错误,不能正常使用。 WebDriverException: Message: Unexpected error launching Internet Explorer. Browser zoom level was set to 94%. It should be s...
分类:
Web程序 时间:
2015-02-04 18:34:54
阅读次数:
402
题目:
Given an unsorted integer array, find the first missing positive integer.
For example,
Given [1,2,0] return 3,
and [3,4,-1,1] return 2.
Your algorithm should run in O(n) time and uses...
分类:
其他好文 时间:
2015-02-04 16:33:15
阅读次数:
149
转自:http://blog.csdn.net/iqv520/article/details/7579513在布局文件中,文本的设置使用如下写法时会有警告:Hardcoded string "下一步", should use @string resource " 虽然可以正常运行,但是这不是...
分类:
其他好文 时间:
2015-02-04 16:13:20
阅读次数:
127