参考文章https://androidstudio.googleblog.com/2019/10/android-emulator-hypervisor-driver-for.html首先先确定 BIOS 是否开启了虚拟化并且关闭了 Hyper-V和虚拟机监视通过Android Studio启动SDK Manager 安装 Android Emulator Hypervisor Driver for AMD Processors最后打开你的 SDK 安装地址,以此打开以下目录\extras\google\Android_Emulator_Hypervisor_Driver运行 silent_install.bat完

笔记 2020-04-12

在添加依赖和仓库写完但单元测试后报错java.lang.NoClassDefFoundError: nl/jworks/markdown_to_asciidoc/Converter原因在于 nl/jworks/markdown_to_asciidoc/Converter 在 maven center 中没有.解决方法:添加阿里的jcenter镜像打开 settings.xml加入<mirror>     <id>nexus-aliyun</id>     <mirrorOf>*</mirrorOf>     <name>Nexus aliyun</name> <url>https://maven.aliyun.com/repository/jcenter</url> </mirror>

杂谈 2020-04-08

1.pom.xml文件配置<plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-maven-plugin</artifactId> <version>1.3.7</version> <configuration> <overwrite>true

杂谈 2019-07-13

拿了个「优秀」:)

杂谈 2019-05-12

虽然晚了很久:)

杂谈 2018-10-12