码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
ie6下面不支持!important的处理方法
例子: #box { color:red !important; color:blue; } 这个例子应该是大家经常见到的important的用法了,在IE6环境下,这行字是蓝色,在 IE7及firefox下,为红色。这是因为IE6不认important(即不认 !importmant 但...
分类:其他好文   时间:2015-07-07 14:35:24    阅读次数:85
色彩学基础知识(转)
加法混色 采用红(Red)、绿(Green)、蓝(Blue)三种色光进行混色来显示其他颜色。色光越混合越亮,因此称为加法混色。电视、电脑的显示就采用加法混色原理。 红(R)绿(G)蓝(B)被称为光的三原色。图1.加法混色减法混色 采用青蓝色(Cyan)、洋红色(Magenta)、黄色(Yello.....
分类:其他好文   时间:2015-07-07 02:03:16    阅读次数:216
算法导论笔记(四)算法分析常用符号
? {\color{Blue} f\left ( n \right )= \Theta \left ( g\left ( n \right ) \right )}LaTeX存在正常数、和,使任意,有。其实是一个集合:。只是通常也写成标题那样而已。?存在正常数和,使任意,有。强于,即。?存在正常数和,...
分类:编程语言   时间:2015-07-07 00:52:42    阅读次数:208
Java中的枚举类型
枚举类型可以限定只能取特定值中的某一个。这个是在编译器就可以限定的。记住一个原则,错误越早发现越好,尽量在编译器发现。枚举使用enum(小写)关键字是java.lang.Enum类型,since jdk1.5语法 public enum MyColor { red, green, blue };/....
分类:编程语言   时间:2015-07-07 00:45:58    阅读次数:98
[LeetCode] Reverse Words in a String
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Update (2015-02-12):For C prog...
分类:其他好文   时间:2015-07-06 19:30:44    阅读次数:115
LeetCode151_Reverse Words in a String
题目: Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". 注意的地方: What constitutes a word? A sequence of non-space...
分类:其他好文   时间:2015-07-06 18:06:00    阅读次数:158
css3学习总结1--CSS3圆角边框
绘制一个圆角边框的示例.div{ border: solid 5px blue; border-radius: 20px; -moz-border-radius:20px; -o-border-radius: 20px; -webkit-border-radius:20px; backg...
分类:Web程序   时间:2015-07-06 14:00:29    阅读次数:147
css3 动画
@-webkit-keyframes myfirst{ 0% {background: red} 50% {background: blue} 100%{background: orange}}@keyframes myfirst{ 0% {background: red} 50% {...
分类:Web程序   时间:2015-07-05 23:50:16    阅读次数:234
JS DOM编程艺术的学习—— JS学习笔记2015-7-5(第76天)
由于看高程3卡住了,所以现在在学习JS DOM编程艺术来巩固基础;一、在看JS DOM 编程艺术的时候,有个作者提到的方法很实用,就是在JS中变量和函数的命名方法: 变量的命名方法为使用下划线,比如: var temp_color = ['red','blue']; ...
分类:Web程序   时间:2015-07-05 23:45:30    阅读次数:171
边坡优化主题5——bzoj 1096 [ZJOI2007]仓库建设 解决问题的方法
【原标题】1096: [ZJOI2007]仓库建设Time Limit:10 SecMemory Limit:162 MBSubmit:1998Solved:816[id=1096" style="color:blue; text-decoration:none">Submit][Status]De...
分类:其他好文   时间:2015-07-05 18:13:35    阅读次数:102
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!