码迷,mamicode.com
首页 >  
搜索关键字:su expect    ( 4986个结果
JMeter-接口测试之数据驱动
前言 之前我们的用例数据都是配置在Http 请求中,每次需要增加,修改用例都需要打开 jmeter 重新编辑,当用例越来越多的时候,用例维护起来就越来越麻烦,有没有好的方法来解决这种情况呢?我们可以将用例的数据存放在 csv 文件中,然后通过 csv 文件配置来读取用例中的数据,执行测试。 一:设置 ...
分类:其他好文   时间:2020-03-05 13:39:15    阅读次数:77
清除redis缓存,解决异常
异常信息: org.springframework.data.redis.serializer.SerializationException: Cannot deserialize; nested exception is org.springframework.core.serializer.su ...
分类:其他好文   时间:2020-03-04 12:30:33    阅读次数:62
回溯算法详解(转)
https://leetcode-cn.com/problems/n-queens/solution/hui-su-suan-fa-xiang-jie-by-labuladong/ 这篇文章是很久之前的一篇《回溯算法详解》的进阶版,之前那篇不够清楚,就不必看了,看这篇就行。把框架给你讲清楚,你会发现 ...
分类:编程语言   时间:2020-03-03 22:26:36    阅读次数:96
expect 脚本自定义变量和位置变量
+++++++++++++++++++++++++++++++++++++++标题:expect 脚本的自定义变量和位置变量 时间:2020年3月3日 +++++++++++++++++++++++++++++++++++++++ 自定义变量: set ip 192.168.100.100 set ...
分类:其他好文   时间:2020-03-03 21:07:47    阅读次数:183
The remote end hung up unexpectedly
解决办法1: https://stackoverflow.com/questions/21277806/fatal-early-eof-fatal-index-pack-failed 解决办法2 https://www.jianshu.com/p/5f2348927504 ...
分类:其他好文   时间:2020-03-03 20:52:48    阅读次数:61
expect 免交互配置互信
++++++++++++++++++++++++++++++++++++++++ 标题:expect 免交互配置互信 时间:2020年3月3日 ++++++++++++++++++++++++++++++++++++++++ #/usr/bin/env expect set ip 192.168.1 ...
分类:其他好文   时间:2020-03-03 20:43:19    阅读次数:68
mac 操作系统使用iterm(2)自动登录远程服务器
1. 找一个目录创建一个普通的文件,例如 vi myprofile ,编辑以下内容 2. 选择 Profiles openProFiles (或者快捷键?+o),选中 Edit Profile... 3. 点击+号添加,选择 command 填入 expect 加你刚才建的文件路径!/usr/bin ...
分类:系统相关   时间:2020-03-03 20:41:43    阅读次数:80
shell脚本引用expect
+++++++++++++++++++++++++++++++++++++++ 标题:shell脚本引用expect 时间:2020年3月3日 +++++++++++++++++++++++++++++++++++++++ #!/usr/bib/env bash shell 程序片段....... ...
分类:系统相关   时间:2020-03-03 20:36:41    阅读次数:95
expect 远程传输文件
+++++++++++++++++++++++++++++++++++++ 标题:expect 远程传输文件 时间:2020年3月3日 +++++++++++++++++++++++++++++++++++++ #/usr/bin/env expect set ip 192.168.100.100 ...
分类:其他好文   时间:2020-03-03 20:25:57    阅读次数:63
7 Great Websites for Free Financial and Economic Data
I’m a financial data junkie, so I thought I’d share some of my favorite sites for free financal and economic data. I’ve also added links to these site ...
分类:Web程序   时间:2020-03-03 14:51:20    阅读次数:92
4986条   上一页 1 ... 32 33 34 35 36 ... 499 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!