关于metaminimal-ui
默认浏览器的URL缩小这个meta标签表示:强制让文档的宽度与设备的宽度保持1:1,并且文档最大的宽度比例是1.0,且不允许用户点击屏幕放大浏览;这个meta标签是iphone设备中的safari私有meta标签,它表示:允许全屏模式浏览;这个meta标签也是iph...
分类:
Web程序 时间:
2014-06-13 06:52:02
阅读次数:
236
Question:Say you have an array for which
theithelement is the price of a given stock on dayi.Design an algorithm to find
the maximum profit. You may c...
分类:
其他好文 时间:
2014-06-12 19:55:05
阅读次数:
292
【译者:耿人杰原文:Design at Facebook作者:Luke
Wroblewski】今天在Palo
Alto的总部,Facebook的设计团队分享了他们的设计理念,以及他们是如何为2.5亿用户设计产品的。特别的是,他们强调了以下几点:要勤写代码(get
your hands dirty)尽...
分类:
其他好文 时间:
2014-06-12 08:44:33
阅读次数:
187
KK上全屏界面如何实现禁止状态栏下拉?[SOLUTION]Google从KK开始增加了状态栏透明以及全屏
界面有通知可以下拉状态栏的设计,而这个设计出现的隐患是设置了FULL_SCREEN的界面是无法禁止状态栏下拉的,这样对一些工程测试app可能会造
成一定的影响,但是以google默认的设计,应用...
分类:
其他好文 时间:
2014-06-10 17:06:52
阅读次数:
213
12 Essential Bootstrap Tools for Web
DesignersPosted byvikason June 6, 2014, filed in:Tools,Web
Design原文地址:http://designzum.com/2014/06/06/12-best-boo...
分类:
Web程序 时间:
2014-06-10 00:59:10
阅读次数:
409
Only2 Labs — A Visual Design
Studio设计合作对您目前的设计很不满意?或是急缺一个设计供应商?您的团队最近做的项目需要指导?Only2都很乐意为您解困惑.
或者,你喜欢的Only2的网站和作品,也欢迎写信告知,Only2会很高兴;-)
分类:
其他好文 时间:
2014-06-08 23:35:36
阅读次数:
211
今天在某公司(不透露了)写了一套Java面试题。有个题大概是这样的。
Which design patternused in Java.lang.Runtime?
就是说java.lang.Runtime里,用了什么设计模式
还有java.utils.collection里用了什么设计模式。
当时由于对这冷门知识了解的不够多,而且api也读的少,所以一时答不上来。
回到家搜了下。...
分类:
编程语言 时间:
2014-06-08 18:10:17
阅读次数:
547
【题目】
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), design an algorithm to find the maximum profit.
...
分类:
其他好文 时间:
2014-06-08 15:11:58
阅读次数:
298