摘要:
以root用戶登錄,進入到”/etc/sysconfig/network-script/“ 確認ONBOOT是否是yes,否,則改為yes,然后重啟服務(wù):service network restart 閱讀全文
posted @ 2023-01-04 10:28
微笑師姐
閱讀(49)
評論(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
微笑師姐
閱讀(100)
評論(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
微笑師姐
閱讀(36)
評論(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)
浙公網(wǎng)安備 33010602011771號