2026年8月25日

摘要: #define ATTRIBUTE_ACCESSORS(ClassName,PropertyName) \ GAMEPLAYATTRIBUTE_PROPERTY_GETTER(ClassName,PropertyName) \ GAMEPLAYATTRIBUTE_VALUE_GETTER(Prope 阅读全文
posted @ 2026-08-25 11:38 也许只能追忆 阅读(2) 评论(0) 推荐(0)

2023年1月4日

摘要: 以root用户登录,进入到”/etc/sysconfig/network-script/“ 确认ONBOOT是否是yes,否,则改为yes,然后重启服务:service network restart 阅读全文
posted @ 2023-01-04 10:28 也许只能追忆 阅读(57) 评论(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 也许只能追忆 阅读(113) 评论(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 也许只能追忆 阅读(52) 评论(0) 推荐(0)
摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb</artifactId> </dependency> <dependency> <groupId 阅读全文
posted @ 2023-01-04 10:24 也许只能追忆 阅读(48) 评论(0) 推荐(0)

2023年1月3日

摘要: 创建时将URL改为https://start.aliyun.com 阅读全文
posted @ 2023-01-03 16:35 也许只能追忆 阅读(93) 评论(0) 推荐(0)