题意:每盘游戏赢的概率,一天玩n盘,如果赢得比例超过p就会停止,求平均玩几天 ...
分类:
其他好文 时间:
2017-07-23 22:43:10
阅读次数:
227
1 2 3 4 5 6 37 38 39 40 ...
分类:
Web程序 时间:
2017-07-23 15:17:33
阅读次数:
260
本文转载自 懒惰的肥兔 :http://www.xuanhao360.com/linux-expects/ shell脚本实现ssh自动登录远程服务器示例: Expect是一个用来处理交互的命令。借助Expect,我们可以将交互过程写在一个脚本上,使之自动化完成。形象的说,ssh登录,ftp登录等都 ...
分类:
系统相关 时间:
2017-07-23 13:33:30
阅读次数:
277
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3822 Domination Time Limit: 8 Seconds Memory Limit: 131072 KB Special Judge Edward ...
分类:
其他好文 时间:
2017-07-22 18:13:13
阅读次数:
263
【ZkClient】 ZkClient 是 GitHub 上一个开源的客户端,如果我们用 Maven 来管理工程,则引用如下。 创建连接 public ZkClient(String serverstring) public ZkClient(String serverstring,int conn ...
分类:
其他好文 时间:
2017-07-22 10:57:15
阅读次数:
305
Dragon Balls Font: Times New Roman | Verdana | Georgia Font Size: ← → Problem Description Five hundred years later, the number of dragon balls will in ...
分类:
其他好文 时间:
2017-07-21 23:15:14
阅读次数:
162
本文讲述如何使用fabric进行批量部署上线的功能 这个功能对于小应用,可以避免开发部署上线的平台,或者使用linux expect开发不优雅的代码。 前提条件: 1、运行fabric脚本的机器和其他机器tcp_port=22端口通 2、ssh可以登录,你有账号密码 一、先说批量部署上线 先上代码, ...
分类:
其他好文 时间:
2017-07-19 21:55:22
阅读次数:
190
[root@root ~]# cat 4.expect#!/usr/bin/expect set passwd "123456" spawn rsync -av /tmp/1.txt root@192.168.11.18:/tmp/ # 要求两端都安装 rsync expect { "yes/no"... ...
分类:
其他好文 时间:
2017-07-18 10:01:25
阅读次数:
191
我们也可以用传参数的方法来自动同步文件,即在执行脚本的时候自己指定要同步的远程机器IP和要同步的文件: ...
分类:
其他好文 时间:
2017-07-18 10:00:23
阅读次数:
147