码迷,mamicode.com
首页 >  
搜索关键字:blue jeans    ( 1840个结果
Selection Sort
Red is current min. Yellow is sorted list. Blue is current item.(picture from wikipedia, a little too fast)10 numbers. Sort as ascend.1. Find the min ...
分类:其他好文   时间:2014-11-09 16:40:27    阅读次数:225
javascript 继承
function SuperType(name) { this.name = name; this.colors = ["red", "blue", "green"];}SuperType.prototype.sayName = function() { alert(this.na...
分类:编程语言   时间:2014-11-08 13:31:22    阅读次数:151
textview 改变部分字体颜色
Spannable style = new SpannableStringBuilder(commentsHtml); try { style.setSpan(new ForegroundColorSpan(Color.BLUE),startIndex,endIndex...
分类:其他好文   时间:2014-11-08 13:28:51    阅读次数:216
请教关于surfaceview背景初始化
============问题描述============ 基本源于网上流传很多的画正弦的代码。初始时,整个背景都是黑的,在画图的时候使用下面代码倒是可以把背景变了Canvascanvas=sfh.lockCanvas(null); canvas.drawColor(Color.BLUE);//清除画...
分类:其他好文   时间:2014-11-08 13:28:01    阅读次数:215
windows C 設置控制臺文本輸出的顏色(可用作調試使用)
#include #define RED 0x0004 #define GREEN 0x0002 #define BLUE 0x0001 #define WHITE RED|GREEN|BLUE ...
分类:Windows程序   时间:2014-11-08 12:02:11    阅读次数:204
HTMAL使用css样式的方式总结
内行样式<pstyle="font-size:20px;color:blue;">内行样式</p>镶嵌样式<html><head><title>镶嵌样式</title><styletype="text/css">p{这里针对段落里样式处理font-size:20px;color:blue;text-align:center;}</head></html&..
分类:Web程序   时间:2014-11-08 02:16:59    阅读次数:274
ubuntu中vim找不到配色方案blackboard
在ubuntu下启动vim,提示找不到配色方案blackboard(或其他的),如何挑选自己喜欢的配色方案呢?在/usr/share/vim/vim72/colors中,(这里根据自己的vim版本选择相应的文件夹)可以看到很多文件,这些文件就是vim自带的配色方案。比如我们要把配色方案设置为blue...
分类:系统相关   时间:2014-11-07 18:18:06    阅读次数:201
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, wh...
分类:其他好文   时间:2014-11-06 17:15:17    阅读次数:159
Reverse Words in a String (4)
Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the".Clarification:What constitute...
分类:其他好文   时间:2014-11-06 14:23:16    阅读次数:137
HTML的标签使用
段落标签:段落标签标题标签:标题标签,x代表1-6斜体:显示的字体是斜的粗体:显示的字体是粗的 表示强调, 表示更强烈的强调。而且在浏览器中 默认用斜体表示, 用粗体表示。:标签是没有语义的,它的作用就是为了设置单独的样式用的。使用方法例如以下:span{color:blue;}我有一个梦想,面朝大...
分类:Web程序   时间:2014-11-05 21:09:35    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!