Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:
其他好文 时间:
2014-12-07 16:27:51
阅读次数:
119
安装HAproxy,先用命令检查内核系统的版本,这里redhat5.5的内核为2.6[root@localhost~]#uname-aLinuxlocalhost.localdomain2.6.18-8.el5#1SMPFriJan2614:15:21EST2007i686i686i386GNU/Linux[root@red-hat6-serversetup]#tarzxfhaproxy-1.4.21.tar.gz[root@red-hat6-serversetu..
分类:
其他好文 时间:
2014-12-07 06:37:58
阅读次数:
257
//enum枚举类型
#include
void enumTest();
void main()
{
enumTest();//枚举类型举例
printf("\n排列问题,5球取三球,不重色\n");
enum color{red,yellow,blue,white,black};
int i,j,k,pri;//注意是int类型
int n,loop;
n=0;
for(i=re...
分类:
编程语言 时间:
2014-12-07 00:08:51
阅读次数:
395
////使用kickstart、dchp、tftp、http,实现RHEL 5.5操作系统的无人值守自动化安装//Server IP:192.168.10.178 操作系统:Red Hat Enterprise Linux Server release 5.5////具体步骤如下:1. 安装、配置....
分类:
Web程序 时间:
2014-12-06 22:42:05
阅读次数:
302
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)Red Hat Enterprise Linux 5服务器上mysql启动报错:ERROR 1045 (28000): Access d...
分类:
数据库 时间:
2014-12-06 16:40:18
阅读次数:
243
$sudo vim /etc/yum.conf [main]cachedir=/var/cache/yumdebuglevel=2logfile=/var/log/yum.logpkgpolicy=newestdistroverpkg=redhat-releasetolerant=1exactarc...
分类:
系统相关 时间:
2014-12-06 16:39:43
阅读次数:
191
下面我们来介绍常用基本命令 一、注销关机重启 注销系统的logout命令 1Logout 注销是登陆的相对操作登陆系统后若要离开系统用户只要直接下达logout命令即可: [root@localhost root]#logout Red Hat Linuxrelease ...
分类:
系统相关 时间:
2014-12-06 00:01:29
阅读次数:
533
原文地址:http://www.css88.com/archives/5260console.log("%c css88.com", "font-size:20pt")console.log("%c 前端开发 %c css88.com %c 愚人码头", "color:red","","color:...
分类:
其他好文 时间:
2014-12-05 23:56:25
阅读次数:
153
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, white and blue.
Here, we will use the integer...
分类:
其他好文 时间:
2014-12-05 12:46:33
阅读次数:
147
以下操作均在Debian 6.0 64bit 环境root权限下进行,如果提示权限不足请切换至root用户或者sudo,本人比较喜欢自行安装,因为安装的过程中能最小化安装而且能够知道安装了什么,然后可以根据自己的需要进行扩展功能。1、安装chkconfig,chkconfig是Red Hat 公司开...
分类:
数据库 时间:
2014-12-04 21:17:26
阅读次数:
207