码迷,mamicode.com
首页 >  
搜索关键字:red    ( 13693个结果
DOM操作样式表
1.操作Style样式属性 1.1通过style对象的属性 document.getElementById("bbb").style.backgroundColor="red"; //由style的属性值访问或者获得的是内联样式 1.2通过style对象的方法//由于IE不支持,所以用第一种...
分类:其他好文   时间:2014-10-04 00:25:25    阅读次数:266
css选择器优先级
层叠特性         p{color:green}     .red{color:red;}    .purple{color:purple;}    #line3{color:blue;}             这是第一行文本      这是第二行文本     这是第三行文本     这是第第四行文本     这是第五行文本 类别选择其的...
分类:Web程序   时间:2014-10-01 14:49:01    阅读次数:235
Rhel6-lvs配置文档
系统环境: rhel6 x86_64 iptables and selinux disabled相关网址:http://zh.linuxvirtualserver.org/ yum仓库配置:[rhel-source] name=Red Hat Enterprise Linux $releaseve....
分类:其他好文   时间:2014-09-30 20:04:10    阅读次数:298
arm-linux gdb调试工具的安装
开发环境:AT91SAM9X25开发板:安装linux2.6.39; pc的虚拟机:Linux version 2.6.18-194.el5? (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) ,arm-linux-gcc的版本为version 4.4.3 一、下载gbd http://ft...
分类:数据库   时间:2014-09-30 13:31:19    阅读次数:255
POJ 1046 Color Me Less 最详细的解题报告
题目来源:POJ 1046 Color Me Less题目大意:每一个颜色由R、G、B三部分组成,D=Math.sqrt(Math.pow((left.red - right.red), 2)+ Math.pow((left.green - right.green), 2)+ Math.pow((l...
分类:其他好文   时间:2014-09-30 02:39:52    阅读次数:339
红黑树
介绍还有一种平衡二叉树:红黑树(Red Black Tree),红黑树由Rudolf Bayer于1972年发明,当时被称为平衡二叉B树(symmetric binary B-trees),1978年被Leonidas J. Guibas和Robert Sedgewick改成一个比較摩登的名字:红黑...
分类:其他好文   时间:2014-09-29 22:19:41    阅读次数:484
每天一个JavaScript实例-使用带有定时器的函数闭包
每天一个JavaScript实例-使用带有定时器的函数闭包 #redbox{ position:absolute; left:100px; top:100px; width:200px; height:200px; background-color:red; } window.onload = function(){ document.g...
分类:编程语言   时间:2014-09-29 03:03:07    阅读次数:233
linux下nginx的安装
以Red Hat Enterprise Linux 5为例进行讲解。 ? 相关系列: linux下jdk的安装 linux下ant的安装 linux下redis的安装 linux下svn的安装 linux下nginx的安装 linux下graphviz的安装 linux下doxygen的安装 ? ? ?...
分类:系统相关   时间:2014-09-29 00:58:47    阅读次数:431
.NET工具集合
工具(1) 代码分析.NET Memory Profiler -http://memprofiler.com/ANTS Profiler -http://www.red-gate.com/code_profiling.htmdotTrace Profiler -http://www.jetbrain...
分类:Web程序   时间:2014-09-28 20:23:35    阅读次数:259
yum This system is not registered with RHN. RHN support will be disabled
新安装的redhat系统,想使用yum安装一些服务时报错:Loading"rhnplugin"pluginLoading"installonlyn"pluginThissystemisnotregisteredwithRHN.RHNsupportwillbedisabled.SettingupInstallProcessSettinguprepositoriesNoRepositoriesAvailabletoSetUpReadingrepositorymetadata..
分类:其他好文   时间:2014-09-28 19:30:47    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!