码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
HDU4634:Swipe Bo(BFS+状压)
Problem Description “Swipe Bo” is a puzzle game that requires foresight and skill.  The main character of this game is a square blue tofu called Bo. We can swipe up / down / left / right to move B...
分类:其他好文   时间:2015-07-14 13:36:00    阅读次数:123
C++中引用(&)的用法和应用实例 - blue—— - 博客园
C++中引用(&)的用法和应用实例 - blue—— - 博客园http://www.cnblogs.com/Mr-xu/archive/2012/08/07/2626973.html
分类:编程语言   时间:2015-07-14 13:22:14    阅读次数:169
75 Sort Colors
75 Sort Colors链接:https://leetcode.com/tag/two-pointers/ 问题描述: 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 th...
分类:其他好文   时间:2015-07-13 12:14:35    阅读次数:119
iOS开发之 颜色值设置
#define?FUIColorFromRGB(rgbValue)?[UIColor?colorWithRed:((float)((rgbValue?&?0xFF0000)?>>?16))/255.0?green:((float)((rgbValue?&?0xFF00)?>>?8))/255.0?blue:((float)(rgbValue?&?0...
分类:移动开发   时间:2015-07-09 21:34:16    阅读次数:216
RAP开发入门-主题更换
通过配置扩展点修改应用主题 ps:需要提前准备好主题(theme.css)文件css定义控件效果语法Button[PUSH], Button[TOGGLE] { border: 2px solid blue; color: rgb( 17, 23, 103 ); backgroun...
分类:其他好文   时间:2015-07-09 13:08:50    阅读次数:126
前端CSS基础7.8
1、css选择器:相当于一个标识,有3种选择器 第一种选择器:标签选择器 p{ color:red;} 第二种选择器:class选择器 .c1{ color:green;} 可被多次调用 第三种选择器:id选择器 #d1{ color:blue;} 独有 优先级:标签<class<id 注...
分类:Web程序   时间:2015-07-09 00:21:32    阅读次数:203
2015.7.8 第三课 课程重点
1、css选择器:相当于一个标识,有3种选择器 第一种选择器:标签选择器 p{ color:red;} 第二种选择器:class选择器 .c1{ color:green;} 可被多次调用 第三种选择器:id选择器 #d1{ color:blue;} 独有 优先级:标签<class...
分类:其他好文   时间:2015-07-08 22:14:08    阅读次数:125
leetCode(34):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". Update (2015-02-12): For C programmers: Try to solve it in-place in...
分类:其他好文   时间:2015-07-08 11:10:35    阅读次数:104
同一个TextView设置不同的颜色和大小
//strategy1是一个TextView SpannableStringBuilder builder1 = new SpannableStringBuilder(strategy1.getText().toString()); //设置前景色为蓝色 ForegroundColorSpan blue=new ForegroundColorSpan(Color.BLUE)...
分类:其他好文   时间:2015-07-08 09:30:04    阅读次数:112
微信移动用户他入组
html> html lang="zh-cn"> head> title>项目列表title> PrintPageHead(); ?> link href="resource/css/hermes.css" rel="stylesheet"> link href="resource/js/calendar/calendar-blue.css" type="text/...
分类:微信   时间:2015-07-07 19:32:30    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!