02 2023 档案
java一行代码读取文件
摘要:导入包 java8的 import java.io.IOException; import static java.nio.file.Paths.*; import static java.nio.file.Files.*; 调用 System.out.println(new String(read
【SpringCloud】使用Feign远程调用
摘要:原来的请求方式 Application启动类开启请求模板 @Bean @LoadBalanced public RestTemplate restTemplate(){ return new RestTemplate(); } 1.载入请求模板 @Autowired private RestTemp
【elementUi】组件el-scrollbar监控滚动事件
摘要:ElementUi的el-scrollbar组件 <el-scrollbar style="height: 50vh" ref="scrollbar"> </el-scrollbar> 写个事件来监听该组件的滚动事件 handleScroll() { let scrollbarEl = this.$