12 2021 档案
摘要:在git bash中 输入 npm i -g @vue/cli 命令创建项目时 利用vue create hello-world初始化项目之后命令行会弹出四个选项: 一般都会选择最后一个 Manually select features 自己手动配置项目 但是现在不能不能按上下键来切换 查阅资料后官
阅读全文
摘要:事情来源:我自己从头写springboot,到了控制类发现接不上静态资源! 找了很久,最后发现,只需要换依赖版本,让spring-boot-starter-thymeleaf和spring-boot-dependencies对应即可! <properties> <spring-boot>2.6.1<
阅读全文