Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stack.pop() -- Removes...
分类:
其他好文 时间:
2015-04-12 13:16:12
阅读次数:
114
今天打算升级我的笔记本电脑的bios,所有工具都下载好了,但是安装WinFlash报错“sorry
this program only supports asus notebook”,我想我的电脑应该不是山寨的吧,上网找也没有什么资料和信息,后来终于找到一个线索。
然后上网搜索ATKPackage驱动安装下,安装WinFlash变不会报错。如果有跟我出现相同的问题的可以试试。...
分类:
移动开发 时间:
2015-04-11 20:54:55
阅读次数:
174
我们到底能走多远系列(42)扯淡: 乘着有空,读些juc的源码学习下。后续把juc大致走一边,反正以后肯定要再来。主题:BlockingQueue 是什么A java.util.Queue that additionally supports operations that wait for th....
分类:
其他好文 时间:
2015-04-10 15:12:42
阅读次数:
118
Min Stack
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
push(x) -- Push element x onto stack.pop() -- Removes the element on top o...
分类:
其他好文 时间:
2015-04-10 01:23:48
阅读次数:
130
我在网上搜了个sidebar的源码, 但是在xml里面开启大屏模式后,导航栏字体变得很小
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens=...
分类:
其他好文 时间:
2015-04-08 18:06:08
阅读次数:
145
8.2.3?Declaring a pointcut Recall that pointcuts determine join points of interest, and thus enable us to control when advice executes.?Spring AOP only supports method execution join points for S...
分类:
编程语言 时间:
2015-04-08 13:21:58
阅读次数:
198
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
push(x) -- Push element x onto stack.pop() -- Removes the element on top of the stack.top() -- Get ...
分类:
其他好文 时间:
2015-04-02 21:00:58
阅读次数:
104
var supports = (function() { var div = document.createElement('div'), vendors = 'Khtml Ms O Moz Webkit'.split(' '), len = vendors.length; return funct...
分类:
其他好文 时间:
2015-03-31 19:25:40
阅读次数:
118
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
push(x) -- Push element x onto stack.pop() -- Removes the element on top of the stack.top() -- Get...
分类:
其他好文 时间:
2015-03-30 18:55:43
阅读次数:
104
在project的.setting folder下面,有个名为org.eclipse.wst.common.project.facet.core.xml的文件,里面配置有各种版本信息。此时,按照本机配置修改这个文件,问题就解决了。
分类:
其他好文 时间:
2015-03-22 10:27:22
阅读次数:
205