08 2019 档案

摘要:https://blog.csdn.net/qq_39720249/article/details/83823662 按照步骤操作遇到如下问题,重新安装还是没有解决,只好换了一个镜像 另外找到其他镜像也遇到问题,提示找不到驱动,查了网上好几种解决办法还是没有成功,只能继续找其他镜像 又换了好几个,终 阅读全文
posted @ 2019-08-27 11:00 meadowhuhu 阅读(343) 评论(0) 推荐(0)
摘要:遇到Unknown named curve: 1.3.132.0.10,openjdk的问题,修改jdk配置为oracle原生的jdk,不用oracle的openjdk https://stoykov.tk/blog/java/java-unknown-named-curve-13132010/ 阅读全文
posted @ 2019-08-19 17:02 meadowhuhu 阅读(3021) 评论(0) 推荐(0)
摘要:读文件public static String[] readFilePram(String filename) throws IOException { FileReader fr = new FileReader(filename); BufferedReader br = new Buffere 阅读全文
posted @ 2019-08-16 15:59 meadowhuhu 阅读(206) 评论(0) 推荐(0)
摘要:读取文件设置,多个参数用逗号隔开 设置参数名 结果断言 阅读全文
posted @ 2019-08-16 11:09 meadowhuhu 阅读(419) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/haiweizhourong/article/details/82153991 https://www.cnblogs.com/yangxia-test/p/4019541.html 注意在打包时, 1 选择File > Project Structure 阅读全文
posted @ 2019-08-15 16:02 meadowhuhu 阅读(165) 评论(0) 推荐(0)
摘要:Jmeter/bin/jmeter.properties control机器对应的jmeter.properties 修改remote_hosts=10.2.102.250:109(slave机器对应的IP和端口号)slave机器对应的jmeter.properties 修改server_port= 阅读全文
posted @ 2019-08-15 15:46 meadowhuhu 阅读(299) 评论(0) 推荐(0)
摘要:Exception in thread "main" java.lang.IllegalStateException: Failed to check the status of the service com.******. No provider available for the servic 阅读全文
posted @ 2019-08-15 10:39 meadowhuhu 阅读(2573) 评论(0) 推荐(0)
摘要:1报错java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) w 阅读全文
posted @ 2019-08-02 15:55 meadowhuhu 阅读(316) 评论(0) 推荐(0)