- 博客(4)
- 收藏
- 关注
原创 expect自动输入密码使用
1. 执行方式: 不能用sh执行,使用./2. 传递参数方式 set svnPath [lindex $argv 0] set localPath [lindex $argv 1]3. 使用send方式将输入传入,示例 spawn scp $svnPath $localPath expect "***@****'s password:" #需要输入用户...
2013-01-22 14:19:18
238
原创 mysql最大连接数
连接mysql时报错,提示too many connections,使用show variables 发现max_connections 为100,使用命令show full processlist;可查出所有的连接机器
2013-01-14 16:22:37
100
原创 shell脚本返回值
126:不可执行127:不能找到输入命令255*:超出范围的退出状态 exit -1 也即255exit命令只能够接受范围是0 - 255的整数作为参数 后续遇到再补充
2013-01-04 11:54:58
288
soapui读取http请求的response header
问题:1. soapui中设置发送http 请求step:passport2. 读取response中的header解决方法:[color=red]def header=testRunner.testCase.testSteps["passport"].testRequest.response.responseHeaders["Set-Cookie"][1]也可使用getR...
2012-12-27 21:11:16
1348
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人