1、工具准备: loadrunner11、fiddler、chrome 2、代理设置 2.1 LR代理设置 1)start recording页面设置,如下图: 2)option 设置 3)fiddler设置 打开fiddler,tools》fiddler options》connections,将 ...
分类:
其他好文 时间:
2020-07-13 11:20:38
阅读次数:
96
##题面 Evolution is a long, long process with extreme complexity and involves many species. Dr. C. P. Lottery is currently investigating a simplified mo ...
分类:
其他好文 时间:
2020-07-12 22:30:56
阅读次数:
68
蓝牙mesh基本概念 1.蓝牙MESH基本概念网状网(mesh) Mesh网络,就是一个多对多网络(Many to Many)。 每个设备节点都可以和别的节点自由通讯。在这种拓扑中,因为很多节点可以中继(relay)收到的消息(Message), 所以端对端的通信可以比原来单点之间的通讯距离要远很多 ...
分类:
其他好文 时间:
2020-07-12 20:43:58
阅读次数:
138
准备 选用系统: kali-linux-2018.1-amd64.iso kali-linux-2020.2-installer-amd64.iso 开始 2018版 1、选用图形化安装 2、遇到的问题: (1)出现bad archive mirror 错误 解决办法:参考 链接 (2)VMware ...
分类:
其他好文 时间:
2020-07-12 18:30:57
阅读次数:
105
系统环境要求 centos7,yum源正常使用,ip设置为:192.168.8.201; LAMP环境配置 ###软件环境设置systemctl disable firewalld;systemctl stop firewalld;systemctl status firewalldsetenfor ...
分类:
Web程序 时间:
2020-07-12 16:54:30
阅读次数:
66
非谓语的不定式句型 1. too 形容词/副词 to ... : 太...以至于不能 The room is too small to live. 房间太小以至于不能住下。 too ~ to 结构引导的状语表否定含义。 2. enough + n + to + v 这里的enough作形容词修饰后面 ...
分类:
其他好文 时间:
2020-07-11 21:17:06
阅读次数:
87
Given the array nums, for each nums[i] find out how many numbers in the array are smaller than it. That is, for each nums[i] you have to count the num ...
分类:
其他好文 时间:
2020-07-11 09:17:31
阅读次数:
48
#如果是点对点(queue),那么此处默认应该是false,如果发布订阅,那么一定设置为true spring.jms.pub-sub-domain=true 欢迎使用以下链接1.https://blog.csdn.net/mxlgslcd/article/details/88683308 2.ht ...
分类:
编程语言 时间:
2020-07-10 21:22:04
阅读次数:
84
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pywin32 pip install pyHook?1.5.1?cp37?cp37m?win_amd64.whl pip install PyUserInput 安装不成功的可以参照ht ...
分类:
编程语言 时间:
2020-07-10 17:21:02
阅读次数:
75
今天学到了一个新的技巧,用鼠标点击 chrome dev tools 的 Elements 中的标签以后 ,使用 $0 就可以获取到鼠标所点击的 DOM 节点 然后总结一下 Dom Scroll 的 api。 常用的就是这几个。 $0.scrollBy(30, 30); $0.scrollTo(0, ...
分类:
其他好文 时间:
2020-07-10 15:42:44
阅读次数:
63