码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
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 ...
分类:其他好文   时间:2014-10-12 20:20:18    阅读次数:159
Leetcode: Reverse Words in a String
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".click to show clarification.Cl...
分类:其他好文   时间:2014-10-12 02:03:07    阅读次数:213
java 枚举类型分析
最近做android开发,需要用到枚举值,这样可以连续赋值,我按之前c++那样书写,如下所示:public enum ColorSelect { RED_BAGE = 0, GREEN_BAGE, BLUE_BAGE; }编译不过。我...
分类:编程语言   时间:2014-10-11 12:20:05    阅读次数:305
WEB前端笔试题(4)
1.CSS hack的技巧!important除IE6外都识别,通用:background-color:blue; /*所有浏览器*/background-color:red\9;/*所有的ie*/background-color:yellow\0; /* ie8+*/*background-col...
分类:Web程序   时间:2014-10-10 20:44:44    阅读次数:222
ACM学习历程—FZU2148 Moon Game(计算几何)
Moon GameDescriptionFat brother and Maze are playing a kind of special (hentai) game in the clearly blue sky which we can just consider as a kind of t...
分类:其他好文   时间:2014-10-09 22:58:01    阅读次数:283
ZOJ - 3725 Painting Storages
Description There is a straight highway with N storages alongside it labeled by 1,2,3,...,N. Bob asks you to paint all storages with two colors: red and blue. Each storage will be painted with exac...
分类:其他好文   时间:2014-10-09 17:15:48    阅读次数:193
封装验证blue事件插件
(function ($) { $.fn.checkForm = function (options) { var root = this; //将当前应用对象存入root var isok = false; //控制表单提交的开关 var pwd1;...
分类:其他好文   时间:2014-10-09 01:17:57    阅读次数:364
IOS开发之——颜色设置
颜色设置:指定RGB,參数是:红、绿、黄、透明度,范围是0-1+ (UIColor *)colorWithRed:(CGFloat)red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha;指定HSB,參数是:色调(hue),饱...
分类:移动开发   时间:2014-10-07 18:15:53    阅读次数:224
LeetCode Sort Colors
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, .....
分类:其他好文   时间:2014-10-06 15:15:50    阅读次数:146
Android 扁平化按钮
View 创建 colors.xml 文件定义两个颜色 1.  2.      name="blue_pressed">@android:color/holo_blue_dark 3.      name="blue_normal">@android:color/holo_blue_light 4.  我们这里使用android的 HOLO 色调: 1.  2.  name="ho...
分类:移动开发   时间:2014-10-05 04:04:37    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!