摘要: 错误描述: 1 vue.esm.js?efeb:591 [Vue warn]: Unknown custom element: <el-container> - did you register the component correctly? For recursive components, m 阅读全文
posted @ 2020-08-25 17:25 keepsummer 阅读(8397) 评论(0) 推荐(0) 编辑
摘要: 1、新建一个类,实现WebMvcConfigurer 1 import org.springframework.context.annotation.Configuration; 2 import org.springframework.web.servlet.config.annotation.C 阅读全文
posted @ 2020-08-25 15:42 keepsummer 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1、初始化创建一个vue项目: 打开终端输入命令 vue init webpack vueui ? Project name mydemovue # => 项目名称 ? Project description A Vue.js project # => 项目描述 ? Author malun <ma 阅读全文
posted @ 2020-08-25 15:32 keepsummer 阅读(2009) 评论(0) 推荐(0) 编辑
摘要: 1、通过命令下载 axios 当前项目 npm install axios D:\study\my-project>npm install axios npm WARN ajv-keywords@3.5.2 requires a peer of ajv@^6.9.1 but none is inst 阅读全文
posted @ 2020-08-25 13:55 keepsummer 阅读(1779) 评论(0) 推荐(0) 编辑
摘要: 自古至今,无规矩不成方圆。 Git提交也有其规范,业内做的比较好的,比较具有参考价值的就是Angular的提交。 Angular提交规范: <type>(<scope>): <subject> #header // 空一行 <body> // 空一行 <footer> 格式讲解 Header Hea 阅读全文
posted @ 2020-08-25 11:25 keepsummer 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 问题描述: comit 后发现用户名输入错误,下次提交时还是错误的用户名。 解决方法: 1、如果你是2020版的idea,非常简单,只需要点击commit ,Author 中输入正确的 名字就可以啦,其他版本 也是点击commit ,一样会出现的 如果上述方式解决不了你的问题: 本文参考文档: ht 阅读全文
posted @ 2020-08-25 11:20 keepsummer 阅读(1313) 评论(0) 推荐(0) 编辑