`
emmayu2012
  • 浏览: 9415 次
社区版块
存档分类
最新评论
文章列表
1. 执行方式:    不能用sh执行,使用./ 2. 传递参数方式    set svnPath [lindex $argv 0]    set localPath [lindex $argv 1] 3. 使用send方式将输入传入,示例   spawn scp $svnPath $localPath   expect "***@****'s password:"  #需要输入用户在某台机器上的密码   set timeout 100   send "***\r"   #此处为用户密码   set timeout 100   send "exi ...
连接mysql时报错,提示too many connections, 使用show variables 发现max_connections 为100, 使用命令show full processlist;可查出所有的连接机器
126:不可执行 127:不能找到输入命令 255*:超出范围的退出状态 exit -1 也即255 exit命令只能够接受范围是0 - 255的整数作为参数 后续遇到再补充
问题: 1. soapui中设置发送http 请求step:passport 2. 读取response中的header 解决方法: def header=testRunner.testCase.testSteps["passport"].testRequest.response.responseHeaders["Set-Cookie"][1] 也可使用getResponseHeaders方法得到所有的响应头。
Global site tag (gtag.js) - Google Analytics