oadrunner默认发送是通过sockets(将http转换为sockets)发送的,而sockets默认SSL的版本为SSL2和SSL3。HTTPS协议录制的脚本以SSL3版本回放时会使sockets端口连接失败,会被服务器拒绝连接。 解决方法:设置Run-time Setting 找到Inte ...
分类:
Web程序 时间:
2018-05-26 10:51:03
阅读次数:
253
问题如下: [Vue warn] Avoid using non-primitive value as key, use string/number value instead. non-primitive表示的是对象 这里的[Vue warn]是指不要用对象或是数组作为key,用string或nu ...
分类:
其他好文 时间:
2018-05-25 23:59:54
阅读次数:
673
[抄题]: Given an array of words and a width maxWidth, format the text such that each line has exactly maxWidth characters and is fully (left and right) ...
分类:
其他好文 时间:
2018-05-25 19:23:00
阅读次数:
170
最近在linux服务器安装vsftp服务。经过一轮设置,终于可以连接上了,用winSCP连接,刷新目录就提示这个错误。 解决办法: vim /etc/vsftpd.conf ,编辑配置文件,最后加上下面几行配置: pasv_address=54.69.120.54 pasv_max_port=550 ...
分类:
其他好文 时间:
2018-05-22 22:25:34
阅读次数:
786
loadrunner帮助文档给的示例:Example 2 is the same as example 1, but because Save Count is used, the script execution is not halted on failure. Instead, the err... ...
分类:
其他好文 时间:
2018-05-22 12:34:10
阅读次数:
227
If you enconter error "cannot focus element" when using Selenium+Python in Chrome to input value, you can use below code instead: from selenium.webdri ...
分类:
其他好文 时间:
2018-05-21 16:04:52
阅读次数:
1180
在FreeBSD上安装了mysql5.7之后,启动mysql时报了如下的错误:root@tuhooo:~ # /usr/local/etc/rc.d/mysql-server startCannot 'start' mysql. Set mysql_enable to YES in /etc/rc.... ...
分类:
数据库 时间:
2018-05-19 23:26:28
阅读次数:
393
question: why does the following code fragment not do the same thing as in the previous question? answer: when it comes time to update t.next, x.next ...
分类:
其他好文 时间:
2018-05-19 13:00:25
阅读次数:
93
Given $N$ data samples in $n$ dimensional space, i.e., $Y \in R^{n\times N}$, the task is to compute the dictionary $D\in R^{n\times K}$ and sparse co ...
分类:
其他好文 时间:
2018-05-19 00:09:26
阅读次数:
235
#PXE+TFTP+DHCP+HTTP+KICKSTART 1.关闭防火墙和SELinuxsystemctl stop firewalldsetenforce 0 注释(还可以用SELinux is disabled临时关闭 永久关闭:进入 vim /etc/sysconfig/selinux) 2 ...
分类:
其他好文 时间:
2018-05-18 18:02:23
阅读次数:
143