摘要:
<dependency> <groupId>sample</groupId> <artifactId>com.sample</artifactId> <version>1.0.0</version> <type>jar</type> <scope>system</scope> <systemPath 阅读全文
posted @ 2018-11-29 19:56
xiaodebing
阅读(166)
评论(0)
推荐(0)
摘要:
# encoding: utf-8 import decimal import requests import logging import logging.config import random import os import yaml import time import threading 阅读全文
posted @ 2018-11-29 17:56
xiaodebing
阅读(1199)
评论(0)
推荐(0)
摘要:
jmeter判断数据库中是否存在相应记录可以使用count 配合case,然后再加个断言,后面用 变量JMeterThread.last_sample_ok来判断是否存在相应记录 select case count(1) when 1 then 'true' else 'false' end FRO 阅读全文
posted @ 2018-11-29 17:04
xiaodebing
阅读(601)
评论(0)
推荐(0)
摘要:
如果不想在每个请求里面指定代理的话可以使用这种方式打开jmeter nogui模式指定代理 jmeter.bat(Windows)/jmeter.sh(Linux) -H [your.proxy.server] -P [your proxy server port] 阅读全文
posted @ 2018-11-29 09:34
xiaodebing
阅读(173)
评论(0)
推荐(0)
摘要:
chcp 437 monkeyrunner wz.py #coding=utf-8 from com.android.monkeyrunner import MonkeyDevice,MonkeyRunner import traceback class AutoPlayer: def __init 阅读全文
posted @ 2018-11-29 08:32
xiaodebing
阅读(209)
评论(0)
推荐(0)

浙公网安备 33010602011771号