11 2018 档案
摘要:Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:appcompat-v7:27.0.2. Open File Show Details Unable to resolve dependency for ':app@debugAndroid...
阅读全文
摘要:<dependency> <groupId>sample</groupId> <artifactId>com.sample</artifactId> <version>1.0.0</version> <type>jar</type> <scope>system</scope> <systemPath
阅读全文
摘要:# encoding: utf-8 import decimal import requests import logging import logging.config import random import os import yaml import time import threading
阅读全文
摘要:jmeter判断数据库中是否存在相应记录可以使用count 配合case,然后再加个断言,后面用 变量JMeterThread.last_sample_ok来判断是否存在相应记录 select case count(1) when 1 then 'true' else 'false' end FRO
阅读全文
摘要:如果不想在每个请求里面指定代理的话可以使用这种方式打开jmeter nogui模式指定代理 jmeter.bat(Windows)/jmeter.sh(Linux) -H [your.proxy.server] -P [your proxy server port]
阅读全文
摘要:chcp 437 monkeyrunner wz.py #coding=utf-8 from com.android.monkeyrunner import MonkeyDevice,MonkeyRunner import traceback class AutoPlayer: def __init
阅读全文
摘要:# encoding: utf-8 import decimal import requests import logging import logging.config import random import os import yaml import time import threading
阅读全文
摘要:在datasource配置类上加上 @MapperScan("cn.x.x.dao")@Configuration <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSche
阅读全文
摘要:import org.junit.runner.RunWith; import cucumber.api.CucumberOptions; import cucumber.api.junit.Cucumber; @RunWith(Cucumber.class) @CucumberOptions( m
阅读全文
摘要:2018-11-21 19:43:12.076 WARN 5392 [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling
阅读全文
摘要:原文地址:https://blog.csdn.net/weixin_42108952/article/details/80153402
阅读全文
摘要:# encoding: utf-8 import requests import logging import logging.config import random import os import yaml import time import threading import re impo
阅读全文
摘要:https://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html oracle驱动先去官网下载,下载下来后,需要安装到maven本地仓库,然后再pom中添加依赖. 1下载oracle驱动包 2
阅读全文
摘要:${__groovy(vars.get("pboc_req_record_counter_1") == "Invalid" || vars.get("pboc_req_record_counter_1").toInteger() <1,)} 字符串分割 ${__groovy(vars.get("id
阅读全文

浙公网安备 33010602011771号