自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 kubernetes集群搭建

kubernetes集群搭建一、平台环境操作系统:CentOS 7.0二、环境安装1、系统安装和防火墙设置 所有主机安装CentOS 7.0 关闭防火墙:  # systemctl disable firewalld  # systemctl stop firewalld2、安装和配置Etcd   (1)安装Etcd    在Master主控节点上安装E

2017-08-11 15:07:39 284

原创 POJ P1611 The Suspects

DescriptionSevere acute respiratory syndrome (SARS), an atypical pneumonia of unknown aetiology, was recognized as a global threat in mid-March 2003. To minimize transmission to others, the best s

2013-11-02 14:29:59 450

原创 POJ P2524 Ubiquitous Religions

DescriptionThere are so many different religions in the world today that it is difficult to keep track of them all. You are interested in finding out how many different religions students in your

2013-11-02 14:26:53 382

原创 Vijos P1034家族

#includeint father[5001];int getfather(int x){ if(father[x]==x) return father[x]; else { return father[x]=getfather(father[x]); }}void getunion(int x,int y){ int a,b; a=getfather(x); b=getfather(y); i

2013-11-02 10:11:46 504

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除