"添加到主屏幕“后,全屏显示
这meta的作用就是删除默认的苹果工具栏和菜单栏。content有两个值”yes”和”no”,当我们需要显示工具栏和菜单栏时,这个行meta就不用加了,默认就是显示。
默认值为default(白色),可以定为black(黑色)和black-translucent(灰色半...
分类:
移动开发 时间:
2014-07-22 23:15:15
阅读次数:
507
Paint the Grid Reloaded
Time Limit: 2 Seconds
Memory Limit: 65536 KB
Leo has a grid with N rows and M columns. All cells are painted with either black or white initially.
Two cells A ...
分类:
其他好文 时间:
2014-05-07 07:28:35
阅读次数:
480
Paint the Grid Again
Time Limit: 2 Seconds
Memory Limit: 65536 KB
Leo has a grid with N × N cells. He wants to paint each cell with a specific color (either black or white).
Leo has a...
分类:
其他好文 时间:
2014-05-07 06:56:10
阅读次数:
470
1069. The Black Hole of Numbers (20)
分类:
其他好文 时间:
2014-05-05 23:45:49
阅读次数:
365
红黑树的性质
红黑树是一棵二叉搜索树,它在每个节点上增加了一个存储位来表示结点的颜色,可以是RED或者是BLACK,红黑树确保没有一条路径会比其它路径长2倍,因而是近似平衡的。
树中的每个结点包含5个属性:color、key、left、right、parent,如果一个结点没有子结点或者是父结点,则该结点相应指针属性的值为NIL。可以把NIL视为指向二叉搜索树
的也结点的指针...
分类:
其他好文 时间:
2014-05-04 09:39:36
阅读次数:
579
将界面背景设置为黑色的几种方法:
新建项目时候 第二次next之后(不同sdk版本可能不同),Background Color项点击可选。
开发布局文件,选择视图查看 就是下边二个选项卡中的第一个(Graphical),然后上边有个
AppTheme点击->Theme->前三项(Theme.Black等)都可以
在你最外层的layout里边设置 android:backgroun...
分类:
移动开发 时间:
2014-05-04 09:31:18
阅读次数:
391
Telerik控件版本:RadControls for Silverlight Q1
2013当前的Telerik Silverlight 控件支持以下主题Office Black - 这是默认主题,无需加载其它任何dll文件。Office
Blue - 引用 Telerik.Windows.The...
分类:
Web程序 时间:
2014-04-29 22:43:57
阅读次数:
1372