码迷,mamicode.com
首页 >  
搜索关键字:instead    ( 1076个结果
LR回放https协议脚本失败:[GENERAL_MSG_CAT_SSL_ERROR]connect to host "XXX" failed:[10054] Connection reset by peer [MsgId:MERR-27780]
oadrunner默认发送是通过sockets(将http转换为sockets)发送的,而sockets默认SSL的版本为SSL2和SSL3。HTTPS协议录制的脚本以SSL3版本回放时会使sockets端口连接失败,会被服务器拒绝连接。 解决方法:设置Run-time Setting 找到Inte ...
分类:Web程序   时间:2018-05-26 10:51:03    阅读次数:253
vue v-for 遍历循环时的key值的报错
问题如下: [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
68. Text Justification一行单词 两端对齐
[抄题]: 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
解决ftp客户端连接验证报错Server sent passive reply with unroutable address. Using server address instead
最近在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 检查点
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
cannot focus element解决方案
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
mysql的onestart和start区别
在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
1.3.23
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
What is K-SVD?
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
5.12PXE+Kickstart批量无人值守部署
#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
1076条   上一页 1 ... 30 31 32 33 34 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!