码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
css3 3d 效果
123456781234567812345678$color:red ,yellow ,blue ,green ,gray ,black ,purple ,orange;@-webkit-keyframes move { 0% { transform: rotateY(0deg)...
分类:Web程序   时间:2015-07-18 18:28:36    阅读次数:119
[LeetCode][Java] 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-07-18 12:44:13    阅读次数:148
php 生成.txt文件
$content =array('color'=> array('blue','red','green'),'size'=> array('small','medium','large')); $wx=json_encode($content);echo file_put_contents("tes...
分类:Web程序   时间:2015-07-17 17:37:26    阅读次数:140
java- 枚举的常见用法
用法一:常量public enum MyColor{Red,Black,Blue}public enum Color { RED, GREEN, BLANK, YELLOW} enum为枚举类的关键字,使用方法与静态常量类似:MyColor m = MyColor.Black;用法二:switch....
分类:编程语言   时间:2015-07-17 09:37:42    阅读次数:137
input
inputinputinput:focus { text-decoration: underline; color: red; border: 1px solid blue;}input[type=range]:before { content: attr(min); padding-right: ...
分类:其他好文   时间:2015-07-17 08:25:16    阅读次数:123
bzoj 1799: [Ahoi2009]self 类似的分布 解读
【原标题】1799: [Ahoi2009]self 同类分布Time Limit:50 SecMemory Limit:64 MBSubmit:554Solved:194[id=1799" style="color:blue; text-decoration:none">Submit][id=179...
分类:其他好文   时间:2015-07-16 21:55:05    阅读次数:120
QML Image得到的图片资源路径的详细信息
最近又开始了Qt5。在学习QML当地的资源总是越来越留念类似 “ QML Image: Cannot open: qrc:///images/Blue hills.jpg ”的错误,即无法正常加载本地的图片资源,经过一般努力,最终搞定拉!特此记录下来。方便自己和各位同仁查询!參考:http://mo...
分类:其他好文   时间:2015-07-15 16:43:15    阅读次数:215
div+css写的进度条
blue:75%
分类:Web程序   时间:2015-07-15 13:01:38    阅读次数:144
[leedcode 75] 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...
分类:其他好文   时间:2015-07-14 20:17:48    阅读次数:115
ios开发之自定义默认生成的导航栏 标题 颜色 返回按钮
一 修改导航栏颜色    导航栏在哪个页面代码放在那里面  self.navigationController.navigationBar.tintColor = [UIColor colorWithRed:(21.0/255.0) green:(153.0 / 255.0) blue:(224.0 / 255.0) alpha:1];                            ...
分类:移动开发   时间:2015-07-14 18:13:41    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!