码迷,mamicode.com
首页 >  
搜索关键字:red    ( 13693个结果
VMware虚拟机平台的网络配置(RHEL5)
1 版本信息 平台版本:VMware WorkStation10.0.3 系统版本:Red Hat EnterpriseLinux 5.4   2 配置步骤 2.1 设置VMNet8         当完成VMwareWorkStation安装之后,网络连接中会多出两个网络连接,分别是VMnet1和VMnet8。如图2-1-1所示。                      ...
分类:其他好文   时间:2014-09-02 12:25:54    阅读次数:162
[LeetCode] 桶排序的特殊解,例 Sort Color
Sort ColorsGiven an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the or...
分类:其他好文   时间:2014-09-02 01:34:23    阅读次数:262
500 OOPS:cannot change directory:/root 问题
安装完red hat enterprise linux 5后,ftp不能使用root用户,将/etc/vsftpd/ftpusers和/etc/vsftpd/user_list两个文件中的root注释掉,就是在root前加个#,再运行ftp结果报错 500 OOPS:cannot change directory:/...
分类:其他好文   时间:2014-09-01 18:00:03    阅读次数:203
HDU 1312 Red and Black (BFS)
Red and Black Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description There is a rectangular room, covered with square tiles. Each tile i...
分类:其他好文   时间:2014-09-01 17:43:43    阅读次数:264
CSS系列(7)CSS类选择器Class详解
这一篇文章,以笔记形式写。1, CSS 类选择器详解http://www.w3school.com.cn/css/css_selector_class.asp知识点:(1) 使用类选择器的前提是给标签添加上类属性,比如(2) 类选择器的语法为:*.important {color:red;},不过一...
分类:Web程序   时间:2014-08-29 23:59:48    阅读次数:414
tomcat7 1000并发量配置 tomcat7配置优化
修改tomcat/conf/server.xml配置文件。<Executorname="tomcatThreadPool"namePrefix="catalina-exec-"maxThreads="500"minSpareThreads="400"/><Connectorexecutor="tomcatThreadPool"port="80"protocol="HTTP/1.1"connectionTimeout="20000"enableLookups="false"red..
分类:其他好文   时间:2014-08-29 16:22:18    阅读次数:155
python学习一 hello world of python
我使用的环境是OS:Red Hat Enterprise Linux AS release 4 (Nahant Update 3)PYTHON:2.7.2如果操作系统没有安装python, 百度输入关键字:Linux python安装 即可环境准备完后,输入python 进入python的编辑界面。...
分类:编程语言   时间:2014-08-29 12:37:47    阅读次数:197
html元素elem.style.top.left始终为空
有如下元素:div1#div1{ width:100px; height:100px; position:absolute; left:0; top:0; background: red;}js获取: var xpos=parseInt(elem.style.le...
分类:Web程序   时间:2014-08-28 21:11:36    阅读次数:187
Linux与Windows双系统硬盘互访
目前,个人电脑用户中许多人都使用Windows系统,但也安装了Linux系统,因此如何在Linux或Windows中实现硬盘资源互访就显得非常重要。Linux下访问Windows硬盘分区在Red Hat Linux下访问Windows系统的硬盘分区很简单。因为Red Hat Linux提供了对几乎所...
分类:Windows程序   时间:2014-08-28 16:50:30    阅读次数:381
组合继承 和 原型式继承、寄生组合式继承
//以下代码均摘自?Nicholas?C.Zakas《Professional?JavaScript?for?Web?Developers》 //组合继承实例代码: function?SuperType(name)?{ ????this.name?=?name; ????this.colors?=?["red",...
分类:其他好文   时间:2014-08-28 15:03:59    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!