码迷,mamicode.com
首页 >  
搜索关键字:colors    ( 1060个结果
WPF学习之路(二) XAML(续)
属性简单属性前面用到的Width/Height都是简单属性,其赋值一定要放到双引号里XAML解析器会根据属性的类型执行隐式转换与C#的区别SolidBrush.Color = Colors.AliceBlue;C#中有的枚举类型可以用(|)运算符组合,在XAML中用(,)分隔附加属性附加属性可以用于...
分类:Windows程序   时间:2015-04-15 19:12:03    阅读次数:228
android下水波纹效果实现
自定义一个类,继承View,直接上代码了,比较简单public class MyRing extends View { private List listWave;// 波纹list private int[] colors = { Color.BLUE, Color.GREEN, Color.YE...
分类:移动开发   时间:2015-04-15 19:06:06    阅读次数:152
Sort Colors -- leetcode
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 ...
分类:其他好文   时间:2015-04-12 17:48:54    阅读次数:131
vim 的配色方案
浅色:http://www.vimninjas.com/2012/09/14/10-light-colors/深色:http://www.vimninjas.com/2012/08/26/10-vim-color-schemes-you-need-to-own/颜色方案配置简介:http://www...
分类:系统相关   时间:2015-04-10 19:49:44    阅读次数:296
Android colors.xml
#FFFFFF #FFFFF0 #FFFFE0 #FFFF00 #FFFAFA #FFFAF0 #FFFACD #FFF8DC #FFF5EE #FFF0F5 #FFEFD5 #FFEBCD #FFE4E1 ...
分类:移动开发   时间:2015-04-10 19:47:12    阅读次数:194
JS数组总结
一、与其他语言数据的比较 相同点:有序列表 不同点:js的数组的每一项可以保存任何类型的数据;数组的大小是可以动态调整的二、数组创建的两种方法 1) var colors = new Array();//创建一个空数组 var colors = new Array(3);//创建一个包含3项...
分类:编程语言   时间:2015-04-10 19:36:49    阅读次数:119
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...
分类:其他好文   时间:2015-04-10 11:27:26    阅读次数:129
《JavaScript高级程序设计 第3版》-学习笔记-3
P84-P137页,这一章看的真久,这个月事太多了。有些内容在代码注释里没提出来了1、JS强大的数组类型,元素类型任意,提供了非常多的操作数组的方法和属性 1 /* 2 数组类型 3 */ 4 5 //stack 6 var colors = ['red','blue']; 7 c...
分类:编程语言   时间:2015-04-09 23:13:00    阅读次数:167
leetcode || 75、Sort Colors
problem: 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 wi...
分类:其他好文   时间:2015-04-09 17:32:33    阅读次数:105
F - Count the Colors ZOJ 1610 (线段树+结点为长度为一的区间+树的遍历)
F - Count the Colors Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Submit Status Practice ZOJ 1610 Description Painting some colored segments on a line, some previously pain...
分类:其他好文   时间:2015-04-07 10:05:31    阅读次数:164
1060条   上一页 1 ... 75 76 77 78 79 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!