摘要:
以root用户登录,进入到”/etc/sysconfig/network-script/“ 确认ONBOOT是否是yes,否,则改为yes,然后重启服务:service network restart 阅读全文
posted @ 2023-01-04 10:28
微笑师姐
阅读(48)
评论(0)
推荐(0)
摘要:
public void test1(){ WebDriver webDriver = new ChromeDriver(); webDriver.get(""); WebElement wb = webDriver.findElement(By.id("kw")); wb.clear(); wb.s 阅读全文
posted @ 2023-01-04 10:26
微笑师姐
阅读(99)
评论(0)
推荐(0)
摘要:
@Testpublic void test1(){ try { OkHttpClient ok = new OkHttpClient(); RequestBody requestBody = new FormBody.Builder() .add("sfsf","fdsfs") .build(); 阅读全文
posted @ 2023-01-04 10:25
微笑师姐
阅读(34)
评论(0)
推荐(0)
摘要:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb</artifactId> </dependency> <dependency> <groupId 阅读全文
posted @ 2023-01-04 10:24
微笑师姐
阅读(31)
评论(0)
推荐(0)