码迷,mamicode.com
首页 >  
搜索关键字:red    ( 13693个结果
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
poj1979 Red and Black【搜索】
点击打开题目 Red and Black Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 23194   Accepted: 12513 Description There is a rectangular room, covered with squ...
分类:其他好文   时间:2014-11-26 14:24:51    阅读次数:183
一般生产环境LINUX服务器配置
1.生产环境LINUX服务器系统版本的选择 选择CentOS6.5版本64位的LINUX操作系统 CentOS (Community Enterprise Operating System,中文意思是:社区企业操作系统)是Linux发行版之一,它是来自于红帽的Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。由于出自同样的源代码,因此和红帽商...
分类:系统相关   时间:2014-11-26 14:23:37    阅读次数:319
将颜色转化为字符串
protected void Page_Load(object sender, EventArgs e) { Color color = Color.Red; string strValue = TypeDescriptor.GetConv...
分类:其他好文   时间:2014-11-26 13:45:08    阅读次数:123
Youth(青春)
Youth is not a time of life; it is a state of mind; it is not a matter of rosy cheeks, red lips and supple knees; it is a matter of the will, a qualit...
分类:其他好文   时间:2014-11-26 01:09:06    阅读次数:213
对Linux上的各类型压缩格式的一个总结
我使用的环境是64位的 Red Hat Enterprise Linux Server release 6.4 (Santiago) 1.compress与*.Z文件 compress程序的作用是:Compress reduces the size of the named files using adaptive Lempel-Ziv coding 即...
分类:系统相关   时间:2014-11-25 23:56:19    阅读次数:491
JavaScript示例四(输入框数字格式检测)
输入框检测 只允许输入数字,否则红色警示 提交 var textbox=document.forms[0].elements[0]; //获取焦点事件 textbox.onfocus=function(){ if(textbox.style.backgroundColor != "red"){ textbox.style.backgr...
分类:编程语言   时间:2014-11-25 23:33:51    阅读次数:257
查看SELinux状态技巧与SELinux关闭方法
大部分使用 SELinux 的人使用的都是 SELinux 就绪的发行版,例如 Fedora、Red Hat Enterprise Linux (RHEL)、Debian或 Centos。它们都是在内核中启用 SELinux 的,并且提供一个可定制的安全策略,还提供很多用户层的库和工具,它们都可以使用 SELinux 的功能。那么SELinux状态怎么查看呢?SELinux又该如何关闭?  ...
分类:系统相关   时间:2014-11-25 18:35:10    阅读次数:235
css hack
各浏览器CSS hack兼容表:IE6IE7IE8FirefoxChromeSafari!importantYY_Y*YY*+Y\9YYY\0Ynth-of-type(1)YY#test{color:red; /* 所有浏览器都支持 */color:red !important;/* Firefox...
分类:Web程序   时间:2014-11-25 18:01:21    阅读次数:159
poj 1979 Red and Black(dfs)
Red and Black Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 23191   Accepted: 12510 Description There is a rectangular room, covered with square tiles. Eac...
分类:其他好文   时间:2014-11-25 16:30:39    阅读次数:107
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!