码迷,mamicode.com
首页 >  
搜索关键字:red    ( 13693个结果
ZOJ 2165 Red and Black
DescriptionThere is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a...
分类:其他好文   时间:2014-08-01 12:50:41    阅读次数:285
各种糖果与蜜饯词汇
jerky 牛肉干dried beef slices 牛肉片dried pork slices 猪肉片confection 糖果glace fruit 蜜饯marmalade 果酱dried persimmon 柿饼candied melon 冬瓜糖red jujube 红枣black date 黑...
分类:其他好文   时间:2014-07-31 19:58:37    阅读次数:325
红黑树
红黑树数据结构#ifndef __RED_BLACK_TREE_H#define __RED_BLACK_TREE_H#define RED 1#define BLACK 0typedef struct Red_Black_Node{ int id; int color; int ...
分类:其他好文   时间:2014-07-31 12:49:56    阅读次数:165
ZOJ 2165
Red and BlackTime Limit:2 Seconds Memory Limit:65536 KBThere is a rectangular room, covered with square tiles. Each tile is colored either red or blac...
分类:其他好文   时间:2014-07-31 12:18:26    阅读次数:213
字体闪烁
字体闪烁function changeColor() { var color = "#336699|red"; color = color.split("|"); document.getElementById("blink").style.color = color[parseInt(Math.r...
分类:其他好文   时间:2014-07-31 12:14:26    阅读次数:230
(转)Javascript-类的基本定义方式
经典模式直接生成对象实例,并操作实例//定义 var aCar = new Object(); aCar.color = "red"; aCar.doors = 4; aCar.showColor = function() {}//调用 aCar.showColor();工厂模式 其实就把上面的代码...
分类:编程语言   时间:2014-07-31 12:08:56    阅读次数:212
7.30.2014 CSS初识
今天初识css3看来JQuery高级编程要放到最后去看了。笔记:a:link{color:blue;}未访问a:visited{color:blue;}已访问a:hover{color:red;}悬浮a:active{color:yellow;}活动链接css代码格式p{css属性:属性值}border-radius:xxpx;(边框圆角)padding-(top,left,right,bottom):xxp..
分类:Web程序   时间:2014-07-31 10:00:36    阅读次数:447
Red Hat Enterprise Linux 7的新功能
??简介红帽最新版本的旗舰平台交付显著增强的可用性、 性能和可靠性。 丰富的新功能为架构、 系统管理员和开发人员提供所需的资源以更高效地进行创新和管理。架构师: 红帽® 企业 Linux® 7 适合您选择的任意基础架构, 它可以高效地与其他操作环境、 身份验证和管理系统集成到一起。 无论您是要构建网络密集型应用程序、 可大规模扩展的数据资料库, 亦或是一次构建而成但会频繁部署的并在物理、 虚拟和云...
分类:系统相关   时间:2014-07-30 23:54:05    阅读次数:461
Deploy Oracle 10.2.0.5 DataGuard on Red Hat Enterprise Linux 6.4
主库部分 开启归档,force logging SQL> archive log list SQL> shutdown immediate SQL> startup mount SQL> alter database archivelog; SQL> shutdown immediate SQL> startup SQL> alter database force...
分类:数据库   时间:2014-07-30 17:30:24    阅读次数:389
我给女朋友讲编程html系列(9)—颜色值及如何获取颜色值和下载软件小技巧
一、颜色名 大多数的浏览器都支持颜色名集合。 仅仅有 16 种颜色名被 W3C 的 HTML4.0 标准所支持。它们是:aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, ....
分类:Web程序   时间:2014-07-30 00:54:22    阅读次数:394
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!