摘要:
2018-12-06 16:58:35,709 [ main ] - [ INFO ] [ org.springframework.core.KotlinDetector : 57 ] - Kotlin reflection implementation not found at runtime, 阅读全文
摘要:
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... 阅读全文
摘要:
jmeter判断数据库中是否存在相应记录可以使用count 配合case,然后再加个断言,后面用 变量JMeterThread.last_sample_ok来判断是否存在相应记录 select case count(1) when 1 then 'true' else 'false' end FRO 阅读全文