上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 2018-12-06 16:58:35,709 [ main ] - [ INFO ] [ org.springframework.core.KotlinDetector : 57 ] - Kotlin reflection implementation not found at runtime, 阅读全文
posted @ 2018-12-06 17:57 xiaodebing 阅读(871) 评论(0) 推荐(0)
摘要: 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... 阅读全文
posted @ 2018-11-30 09:01 xiaodebing 阅读(682) 评论(0) 推荐(0)
摘要: 去掉设置中的代理设置不报了 阅读全文
posted @ 2018-11-30 08:30 xiaodebing 阅读(124) 评论(0) 推荐(0)
摘要: <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)
摘要: # 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-27 18:48 xiaodebing 阅读(418) 评论(0) 推荐(0)
摘要: 在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 阅读全文
posted @ 2018-11-27 09:16 xiaodebing 阅读(1500) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页