码迷,mamicode.com
首页 >  
搜索关键字:colors    ( 1060个结果
SlidingMenu侧边菜单
第一步、首先在你项目中创建一个包存放侧边菜单的类: 第二步、需要把两个xml文件拷贝到values里面 第三步、需要添加dimens.xml与colors.xml文件的内容添加到项目里面: dimens.xml 侧边菜单阴影宽度 <dimen name="shadow_width">2dp</dim
分类:其他好文   时间:2016-02-27 14:58:21    阅读次数:208
1092. To Buy or Not to Buy (20)
Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b
分类:其他好文   时间:2016-02-23 20:38:37    阅读次数:238
android:eclipse看着很舒服的字体和启动速度很快android模拟器
找了很久才找到这个字体 点击下载   下载后 在c盘windows/font文件夹下添加解压后的字体即可  然后重启eclipse  依次打开preference->General->appearance->Colors and Fonts-->Basic->Text Font->Edit 找到YaHei Consolas Hybrid 即可 如下: 感觉比以前看着舒服多了 ...
分类:移动开发   时间:2016-02-21 22:56:38    阅读次数:406
Android中Shape的使用
先看一下文档对Shape Drawable的描述: Shape DrawableAn XML file that defines a geometric shape, including colors and gradients.一个定义几何形状的XML文件,包括颜色和渐变。创建一个ShpeDraw
分类:移动开发   时间:2016-02-21 21:10:25    阅读次数:192
Winedt7.0常用配置
Winedt7.0编辑器高亮颜色的配置很丰富,都是可以自定义的,但是不好的是需要自己找xml中每个项目才能修改。修改方法是依次打开Option->Option interfaces...,然后就可以看到左侧出现了一系列的菜单。 1. Highlighting: Colors, Keywords...
分类:Windows程序   时间:2016-02-17 00:45:47    阅读次数:1279
开发环境合适字体大小与颜色
Eclipse 背景色: Preference -> General -> Editors -> Text Editors Background color -> 84:91:205 字体: Preference -> General -> Appearance -> Colors and Font
分类:其他好文   时间:2016-01-29 19:39:07    阅读次数:123
JS中Array的使用
1:创建Array 1:var colors=new Array 2:var colors=Array(3) 3:var colors=[1,2,3] 2:数组转换字符串( 默认以逗号分隔) eg var colors=["red","green","blue"]; 1:colors.toStrin
分类:Web程序   时间:2016-01-29 16:27:52    阅读次数:166
颜色数组
const colors = ["#33B5E5","#0099CC","#AA66CC","#9933CC","#99CC00","#669900","#FFBB33","#FF8800","#FF4444","#CC0000"]
分类:编程语言   时间:2016-01-29 00:26:10    阅读次数:180
好看的图标主题
Simple icon theme Captiva Icon Theme Vivacious Colors Flattr Xenlism : WildFire Super flat remix icon theme
分类:其他好文   时间:2016-01-29 00:12:18    阅读次数:145
三色排序
题目大意: 给你红,白,蓝三种颜色的数组,要求按照红、白、蓝的顺序排序,leetcode链接:https://leetcode.com/problems/sort-colors/ 思路1: 直接给整个数组排序,时间复杂度O(nlogn) 思路2: 计数排序方法,使用一个类似hash的数组纪录每种颜色
分类:编程语言   时间:2016-01-28 00:28:44    阅读次数:255
1060条   上一页 1 ... 51 52 53 54 55 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!