.blue{ color: blue}.bold{ font-weight: bold;}.large{ font-size: 40px;}ngClass can accept an array:ngClassngClass can take a string:ngClassngClas...
分类:
Web程序 时间:
2016-01-10 17:08:31
阅读次数:
174
复选框 Checkbox 是 Web 应用常用控件,随处可见,原生的复选框控件一般就像下面这样: 这取决于操作系统和浏览器,有些时候,这种样子并不能满足设计要求,这时需要更为精致的复选框样式。以往只有少数浏览器才支持对这类控件应用样式,比如拿到这样一张设计图:blue.png 在过去,想要通过简单地...
分类:
移动开发 时间:
2016-01-07 10:04:29
阅读次数:
11561
题目: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,...
分类:
编程语言 时间:
2016-01-07 00:56:40
阅读次数:
170
1、css3 渐变的属性例子:#grad { background: -webkit-linear-gradient(red, blue); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(red, blue); /* Opera 11.....
分类:
Web程序 时间:
2016-01-06 17:51:45
阅读次数:
130
1.颜色用数字来表示2.颜色由三原色组成的,红red 绿 green 蓝 blue rgb3.3原色各在[0-255]之间变化综上:本质是组合三原色1.用16进制组合 [0-255]-->[00, FF], #2345672.用10进制来组合,如:rgb(34, 45, 89);3.html提供常用...
分类:
其他好文 时间:
2016-01-06 11:49:23
阅读次数:
129
最近在看一本Js的书名叫“Javascript高级程序设计”在里面学到了很多东西,是一本不错的书,非常值得一看。解耦css/javascriptelement.style.color="red";element.style.backgroundColor="blue";以上方式css和javascr...
分类:
Web程序 时间:
2016-01-04 23:53:26
阅读次数:
142
glClearColorspecifies the red, green, blue, and alpha values used by glClear to clear the color buffersglCreateShadercreates an empty shader object an...
分类:
其他好文 时间:
2016-01-04 23:49:01
阅读次数:
190
swift中没有宏的概念,那么我们在swift使用宏的功能来提高效率呢?一、使用关键字 let 来声明一个常量 存储相应的值,以下代码声明了常量 myColor 来存储一种指定的颜色let myColor = UIColor(red: 0.2, green: 0.7, blue: 0.1, alph...
分类:
编程语言 时间:
2016-01-03 15:06:45
阅读次数:
263
There are a row ofnhouses, each house can be painted with one of the three colors: red, blue or green. The cost of painting each house with a certain ...
分类:
其他好文 时间:
2016-01-02 08:41:24
阅读次数:
155
题目: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 re...
分类:
其他好文 时间:
2016-01-01 16:55:39
阅读次数:
122