Tower of HanoiTime Limit:1000MSMemory Limit:131072KTotal Submissions:1853Accepted:635DescriptionThe Tower of Hanoi is a puzzle consisting of three peg...
分类:
其他好文 时间:
2015-02-25 18:23:03
阅读次数:
144
推敲起来挺不简单的动态规划 塔防游戏 枚举总数而不是摆法 推理出有用的结论而降低dp数组的维数降低题目的难度
分类:
其他好文 时间:
2015-02-17 19:55:29
阅读次数:
162
ansible中的playbook,将常用的模块任务,写入到playbook中,ansible方便快捷的管理主机。playbook使用yaml语言来书写,简单说下yaml语言。1、YAML简介YAML是一个可读性高的用来表达资料序列的格式。优点YAML的可读性好YAML和脚本语言的交互性好YAML使用实现语言的数据类型YAML..
分类:
其他好文 时间:
2015-02-14 01:27:54
阅读次数:
216
CentOS7x86_64Minimal配置网络:vi/etc/sysconfig/network-scripts/ifcfg-eth0NAME=eth0
TYPE=Ethernet
ONBOOT=yes
BOOTPROTO=static
IPADDR=172.16.4.243
GATEWAY=172.16.4.254
NETMASK=255.255.255.0
DNS1=114.114.114.114systemctlrestartnetwork安装ansible:easy_installs..
分类:
其他好文 时间:
2015-02-14 01:14:31
阅读次数:
820
介绍之前我有篇博文是介绍如何用ansible的playbook来自动化HadoopDecommission的,本文介绍用shell脚本来实现。脚本都放在跳板机上,远端服务器调用本地脚本完成所有操作,不需要拷贝文件到远端服务器。正文主脚本:decom.sh#!/bin/bash
iplist=/home/hadoop/shell_scripts/ipl..
分类:
系统相关 时间:
2015-02-13 01:47:56
阅读次数:
266
http://acm.hdu.edu.cn/showproblem.php?pid=4044
Problem Description
Tower defense is a kind of real-time strategy computer games. The goal of tower defense games is to try to stop enemies f...
分类:
其他好文 时间:
2015-02-11 14:39:31
阅读次数:
155
介绍如何用ansible的playbook实现自动decommissionhadoop的node?正文对于如何部署安装ansible,请看http://haohaozhang.blog.51cto.com/9176600/1610499hadoop部署,请看http://haohaozhang.blog.51cto.com/9176600/1607089使用hadoop用户创建目录ansible_decom,里面的目录结构..
分类:
其他好文 时间:
2015-02-10 02:03:57
阅读次数:
480
有向图DAG
The Tower of Babylon
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Perhaps you have heard of the...
分类:
其他好文 时间:
2015-02-07 23:01:17
阅读次数:
178
后台开发者必须用这样一个系统:能够一键部署、灰度、升级、回滚。之前在YY和QQ都有专门的运维团队做的又鲁棒又fancy的运维系统,现在没有这样的系统了怎么办...
分类:
其他好文 时间:
2015-02-04 00:38:40
阅读次数:
471
运行ansible前,会出现一下Warning。[WARNING]:Theversionofgmpyouhaveinstalledhasaknownissueregardingtimingvulnerabilitieswhenusedwithpycrypto.Ifpossible,youshouldupdateit(i.e.yumupdategmp).解决方法:忽略下输出cp/usr/lib64/python2.6/site-packages/pycrypto-2.6...
分类:
其他好文 时间:
2015-02-02 20:07:53
阅读次数:
971