上一页 1 2 3 4 5 6 7 8 9 10 ··· 85 下一页
摘要: idea默认关闭自动编译,所以一些编译错误只有在编译的时候才会提示,例如修改了引用类。按图中设置打开自动编译: 注意:idea默认打开省电模式,自动编译在省电模式下被禁用,所以需要在file>power save mode 关闭省电模式。 阅读全文
posted @ 2020-02-12 21:23 dekevin 阅读(2408) 评论(0) 推荐(0) 编辑
摘要: ctrl+shift+r:替换 alt+enter:添加import引用 阅读全文
posted @ 2020-02-12 21:22 dekevin 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 创建一个maven项目或者创建一个module next-finish <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Genera 阅读全文
posted @ 2020-02-12 00:14 dekevin 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-11 21:04 dekevin 阅读(301) 评论(0) 推荐(0) 编辑
摘要: vant中文github地址:https://github.com/youzan/vant/blob/HEAD/README.zh-CN.md api:https://youzan.github.io/vant/#/zh-CN/pull-refresh # 安装 Vue Cli npm instal 阅读全文
posted @ 2020-02-09 19:02 dekevin 阅读(3866) 评论(0) 推荐(0) 编辑
摘要: 项目运行地址:https://panjiachen.github.io/vue-element-admin/#/login项目地址:https://github.com/PanJiaChen/vue-element-admin项目地址:(国际化)https://github.com/PanJiaCh 阅读全文
posted @ 2020-02-08 19:48 dekevin 阅读(6469) 评论(0) 推荐(0) 编辑
摘要: 在初始化的Vue项目中,我们最先接触到的就是main.js,App.vue,index.html这三个文件,我们从培训视频或者官方文档上可以了解到: index.html 主页,项目入口 App.vue 根组件 main.js 入口文件 那么这几个文件之间的联系如何呢? 1.先看index.html 阅读全文
posted @ 2020-02-08 17:41 dekevin 阅读(2273) 评论(0) 推荐(0) 编辑
摘要: 打开vue项目所在的项目路径 输入 npm install element-ui -S 安装element ui 表示安装成功 在vue项目下的node_modules下会显示 element ui 配置element ui 改变项目目录中的main.js文件; 初始main.js文件: impor 阅读全文
posted @ 2020-02-08 16:38 dekevin 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 用spring boot做的项目,后台向数据库中写入汉字,变成了问号,但是后台确实是向数据库中传递的汉字,数据库也是使用的utf8编码,怎么回事?检查一下spring boot和数据库中的连接问题:在application.properties application.propertiesappli 阅读全文
posted @ 2020-02-07 22:45 dekevin 阅读(1907) 评论(0) 推荐(0) 编辑
摘要: 找到Languages&Frameworks下的JavaScript,把版本从默认的5.1改为6就好了 阅读全文
posted @ 2020-02-06 21:32 dekevin 阅读(279) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 85 下一页