最近文章
c++ dynamic_cast,static_cast,const_cast,reinterpret_cast四种cast用法整理
2023年3月6日 源码参考在C++中主要分为四种cast,分别是:static_cast、dynamic_cast、const …
Windows10安装或重装ubuntu18.04双系统教程(平民教程)
2023年3月6日 源码参考一、引言 1、电脑配置 操作系统:Win10专业版 机型:Dell G3 15 3500 显卡:NV …
解决报错:Execution default of goal org.springframework.boot:spring-boot-maven-plugin:1.5.3.RELEASE
2023年3月6日 源码参考报错信息如图所示: 解决方法: 方法一:给pom.xml添加如下配置 <build> …
记一次vue中获取audio媒体总时长duration遇到的问题
2023年3月6日 源码参考audio获取当前播放时间 在dom挂载完毕后访问currentTime属性获得,通过timeupd …