码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
【Sort Colors】cpp
题目: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,...
分类:其他好文   时间:2015-05-19 12:43:50    阅读次数:132
javascript面向对象思想做form表单验证 代码很精简哦
var obj = {     res : true , nick_fun : function(o,tip){     if(this.res==true){    o.siblings("span").css("color","blue");  }else{    o.siblings("span").css("color","red");  } o.siblings("spa...
分类:编程语言   时间:2015-05-18 20:50:47    阅读次数:176
(一)认识Sass和Compass
第一章 Sass和Compass让样式表重焕青春// 内容概要// 开始学习Sass和动态样式表// 用Sass更高效地写样式表// Compass简介// 用Compass迎接工程实践中的样式挑战1.2.1 通过变量来复用属性值1 声明变量:$blue:#1875e7;2 调用变量:.blue {...
分类:其他好文   时间:2015-05-18 18:12:59    阅读次数:224
leetcode--Sort Colors
题目描述: Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the ...
分类:其他好文   时间:2015-05-18 09:18:05    阅读次数:118
Java for LeetCode 075 Sort Colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, ...
分类:编程语言   时间:2015-05-17 18:27:23    阅读次数:132
Latex常用包笔记
1.hyperref 标签包 \usepackage[colorlinks,linkcolor=black,anchorcolor=blue,citecolor=green]{hyperref} 2.geometry 边距包 \usepackage{geometry} \geometry{left=...
分类:其他好文   时间:2015-05-16 21:48:17    阅读次数:219
毕设第一部分
在value/res下建立string.xml想清楚自己的按钮名称,各种部件的名称和显示 haha you are clicked me!!! red blue text再设计好布局:布局有线性布局linearLayout,包括两种现形布局,垂直vertical,...
分类:其他好文   时间:2015-05-14 18:11:53    阅读次数:99
ios 随机色 宏定义
#define RGBColor(r, g, b) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 alpha:1]#define RGBAColor(r, g, b ,a) [UIColor colorWithRed:(...
分类:移动开发   时间:2015-05-14 11:48:55    阅读次数:813
四个方向的box-shadow
.dome2 { box-shadow: -2px 0 0 green, //左边阴影 0 -2px 0 blue, //顶部阴影 0 2px 0 red, //底部阴影 2px 0 0 yellow; //右边阴影 }
分类:其他好文   时间:2015-05-13 18:29:50    阅读次数:430
【LeetCode】Sort Colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers 0, 1, and 2 to represent the color red, white, and bl...
分类:其他好文   时间:2015-05-13 13:00:34    阅读次数:95
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!