Fork me on GitHub

11 2020 档案

摘要:解压版安装,安装前要卸载: https://blog.csdn.net/u014722022/article/details/100170664 下载地址: https://dev.mysql.com/downloads/mysql/ 阅读全文
posted @ 2020-11-10 12:43 卡卡北 阅读(112) 评论(0) 推荐(0)
摘要:bug1: junit:no runnable methods 1.导错包:@Test时import的是@org.testng.annotations.Test 所以会报错 我的问题在这一步已经解决。 解决方法:改为import org.junit.Test; 2.忘记在方法前面加入@Test注解 阅读全文
posted @ 2020-11-08 10:56 卡卡北 阅读(113) 评论(0) 推荐(1)