码迷,mamicode.com
首页 >  
搜索关键字:red and black    ( 15777个结果
jquery easyui datagrid设置行样式 不可删除某行
rowStyler: function (index,row) { if (parseInt(row.ksrs) > 0) { return 'color:red'; ...
分类:Web程序   时间:2014-06-27 00:16:44    阅读次数:299
根据之前的博文,我把给同学做的三子棋小游戏的代码发出来,只是界面很丑很丑,AI算法很笨很笨,过几天我传到网盘上,提供大家下载娱乐
1 background_image_filename = 'blackground.png' 2 black_mouse_image_filename = 'black.png' 3 white_mouse_image_filename = 'white.png' 4 restart_i...
分类:其他好文   时间:2014-06-26 15:21:46    阅读次数:243
了来了
#lll public static void main(String[]args){ System.out.println("helloworld!"); } //这是一个代码块 * Red * Green * Blue* Lorem ipsum dolor sit amet, co...
分类:其他好文   时间:2014-06-26 13:07:43    阅读次数:184
Unix/Linux环境C编程入门教程(5) Red Hat Enterprise Linux(RHEL)环境搭建
Unix/Linux版本众多,我们推荐Unix/Linux初学者选用几款典型的Unix/Linux操作系统进行学习。Red Hat Enterprise Linux是Red Hat公司的Linux发行版,面向商业市场,包括大型机。红帽公司从Red Hat Enterprise Linux 5开始对企业版LINUX的每个版本提供10年的支持[1]。而Red Hat Enterprise Linux常...
分类:系统相关   时间:2014-06-26 07:12:25    阅读次数:318
sas数组
ARRAY array-name { subscript } ;*字符型数组输出;data a; array simple{3}$ red green yellow ("r" "g" "b"); put red=; put simple(1)=;run;...
分类:其他好文   时间:2014-06-25 15:11:35    阅读次数:881
常见浏览器CSS hack方法总结
ie6和ie7#tip{*background:black;/*IE7背景变黑色*/_background:orange;/*IE6背景变橘色*/}IE8和IE9:root .test { color:#963\9; } /* IE9 only */ firefox@-moz-document ur...
分类:Web程序   时间:2014-06-25 13:36:38    阅读次数:267
veridata实验举例(1)验证TCUSTMER与TCUSTORD两节点同步情况
续接“GoldenGate配置(四)之veridata配置”  网址:点击打开链接 veridata实验举例(1)验证TCUSTMER与TCUSTORD两节点同步情况 环境: Item Source System Target System Platform Red Hat Enterprise Li...
分类:其他好文   时间:2014-06-25 06:42:54    阅读次数:182
GoldenGate配置(三)之DDL复制配置
GoldenGate配置(三)之DDL复制配置 【说明】 此篇续接上一篇:“GoldenGate配置(二)之双向复制配置”点击打开链接 环境: Item Source System Target System Platform Red Hat Enterprise Linux Server r...
分类:其他好文   时间:2014-06-24 21:24:49    阅读次数:322
一道关于CSS选择器优先级的题
#redP p { /* 权值 = 100+1=101 */ color:#F00; /* 红色 */ } #redP .red em { /* 权值 = 100+10+1=111 */ color:#00F; /* 蓝色 */ } ...
分类:Web程序   时间:2014-06-24 17:50:18    阅读次数:275
GoldenGate配置(四)之veridata配置
GoldenGate配置(四)之veridata配置 环境: Item Source System Target System Platform Red Hat Enterprise Linux Server release 5.4 Red Hat Enterprise Linux Serve...
分类:其他好文   时间:2014-06-24 15:28:41    阅读次数:270
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!