在delegate中修改 //修改整体的navigationBar的背景颜色 [[UINavigationBar appearance] setBarTintColor:[UIColor colorWithRed:46/255.0 green:186/255.0 blue:157/255...
分类:
移动开发 时间:
2014-12-15 18:38:34
阅读次数:
751
【转】Ubuntu的VIM的默认颜色难看死了,蓝色的注释基本上看不到。
查看有多少配色方案:
$ls/usr/share/vim/vim72/colors
发现有以下文件 blue.vimdelek.vimevening.vimmurphy.vimREADME.txtslate.vim
darkbl...
分类:
系统相关 时间:
2014-12-15 15:13:43
阅读次数:
250
Problem Description
The students of the HEU are maneuvering for their military training.
The red army and the blue army are at war today. The blue army finds that Little A is the spy of the red ar...
分类:
其他好文 时间:
2014-12-13 15:13:24
阅读次数:
138
题目大意:给出两个m*m的地图,问两个地图的最大子正方形矩阵的边长是多大。
思路:先对两个矩阵hash,然后枚举最大长度,从大到小枚举。把第一个矩阵的所有情况插到哈希表中,然后查询第二个矩阵的所有情况。
记住哈希表中的那些数组一定要开大点。。
CODE:
#include
#include
#include
#include
#define MAX 60
#de...
分类:
Web程序 时间:
2014-12-13 12:27:41
阅读次数:
237
一、CPUlscpu命令,查看的是cpu的统计信息.blue@blue-pc:~$ lscpuArchitecture: i686 #cpu架构CPU op-mode(s): 32-bit, 64-bitByte Order: ...
分类:
系统相关 时间:
2014-12-10 16:09:36
阅读次数:
240
1.折叠面板--mAccordion 2.数字角标—mBadges 有底色
灰色
蓝色
绿色
棕色
红色
紫色
无底色(使用父元素背景色)颜色同上
1
2
3
4
5
6 3.按钮—mButton(mButton-blue/red/green/yellow/purple/)
有底色按钮:
默认
蓝色...
分类:
其他好文 时间:
2014-12-10 16:00:10
阅读次数:
1223
模拟一个网络环境,该环境中包含两个传输节点s1,s2,路由器r,和资料接收端d.大概如下图所示:源代码:set ns [new Simulator]$ns color 1 Blue$ns color 2 Redset nf [open out.nam w]$ns namtrace-all $nfse...
分类:
其他好文 时间:
2014-12-08 17:25:47
阅读次数:
174
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:
其他好文 时间:
2014-12-07 16:27:51
阅读次数:
119
//enum枚举类型
#include
void enumTest();
void main()
{
enumTest();//枚举类型举例
printf("\n排列问题,5球取三球,不重色\n");
enum color{red,yellow,blue,white,black};
int i,j,k,pri;//注意是int类型
int n,loop;
n=0;
for(i=re...
分类:
编程语言 时间:
2014-12-07 00:08:51
阅读次数:
395
batchUpload.html
批量上传
.tableStyle {
border: 1px solid blue;
padding: 1px;
height: 45px;
vertical-align: middle;
}
.tableStyle .tdStyle { /* 派生选择器+类选择器 */
border: 1px solid gr...
分类:
Web程序 时间:
2014-12-06 19:32:43
阅读次数:
194