码迷,mamicode.com
首页 >  
搜索关键字:red and black    ( 15777个结果
hdu 1312 Red and Black
Red and BlackTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 10133Accepted Submission(s): 6321Prob...
分类:其他好文   时间:2014-11-27 15:52:47    阅读次数:148
Qt的皮肤设计(Style Sheet)
Qt的皮肤设计,也可以说是对Qt应用程序的界面美化,Qt使用了一种类CSS的样式规则QSS。一、Style Sheet的应用1.直接在程序代码中设置样式,利用setStyleSheet()方法widget->setStyleSheet("color:red"); //widget内字体颜色为红色wi...
分类:其他好文   时间:2014-11-27 15:52:22    阅读次数:177
javascript 操作 css Rule
1 //add addCssRule('.bcd',{'color':'red','font-weight':'bold','font-size':'12px'},document.styleSheets[1]); 2 function addCssRule(selector,styl...
分类:编程语言   时间:2014-11-27 12:19:36    阅读次数:224
JavaScript示例六(事件冒泡与捕获)
<html> <head> <title> 事件冒泡与事件捕获示例 </title> <styletype="text/css"> div{ color:red; } </style> </head> <body> <divid="myDiv"class="main"onclick="alert(‘clickdiv‘);"> &..
分类:编程语言   时间:2014-11-27 10:53:15    阅读次数:184
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, ...
分类:其他好文   时间:2014-11-27 06:44:23    阅读次数:118
JavaScript示例六(事件冒泡与捕获)
事件冒泡与事件捕获示例 div{ color:red; } div接受点击事件 List item 1 List item 1.1 List item 1.2 List item 1.3 var btn=document.getElemen...
分类:编程语言   时间:2014-11-27 00:16:55    阅读次数:334
Scriptcase的 Black Friday促销【降价40%】
欧美有一个称之为Black Friday的传统,这一天大家纷纷去超市扫货,跟中国的光棍节有点类似。 Scriptcase会在黑色星期五(11.28)这一天有一个比较大规模的促销活动,此类活动一年仅有一次,产品的折扣是正常价格的40%,了解过Scriptcase产品的可以关注下。 同时汇报一下我们近期的筹划: 1、 搭建维基平台:使用WiKi这种方式将Scriptcase的资料更新、FAQ等更加丰富...
分类:其他好文   时间:2014-11-26 20:58:48    阅读次数:220
php去除数组中重复数据
"green","", "red","b" => "green", "","blue", "red","c" => "witer","hello","witer");//$result = array_unique($input); //去除重复元素$result = a_array_unique....
分类:编程语言   时间:2014-11-26 18:48:40    阅读次数:177
linux_安装 redis
InstallationDownload, extract and compile Redis with:$ wget http://download.redis.io/releases/redis-2.8.17.tar.gz$ tar xzf redis-2.8.17.tar.gz$ cd red...
分类:系统相关   时间:2014-11-26 18:45:11    阅读次数:195
Linux下程序包管理工具RPM
实验环境:CentOS release 6.6 (Final) 一台IP地址:172.16.249.230RPM是 Red Hat Package Manager 的缩写,本意是Red Hat 软件包管理,顾名思义是Red Hat 贡献出来的软件包管理;在CentOS 、Redhat、Fedora ...
分类:系统相关   时间:2014-11-26 15:45:04    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!