- 博客(8)
- 收藏
- 关注
原创 Vue Element-UI使用icon图标(第三方)–在线版
Vue Element-UI使用icon图标(第三方)–在线版1.在阿里icon上创建一个给element扩展的项目注意前缀不要和elementui 相同(el-icon),会冲突2. 寻找需要的ICON添加到刚才新建的项目中!3.找到我的项目, 生成icon的在线css链接4. 在VUE中引入在线CSS创建iconfont.css文件[class^="el-icon-ali-"], [class*="el-icon-ali-"]{ font-family:"iconfont"
2021-08-11 17:58:02
1110
原创 echarts如何在柱状图上显示百分比
echarts如何在柱状图上显示百分比series: [{ type: 'bar', itemStyle: { normal: { label: { show: true, position: 'inside',//数据在中间显示 formatter:'{c}%'//百分比显示 } } }, data: [46, 2
2020-12-02 09:22:07
4618
2
翻译 Vue运行流程
index.html–>main.js->app-vue -->router/index.js(路由)–>Helloword.vue控制台输入 npm run dev,在执行命令时,会自动寻找 package.json 文件,package.json 包含项目的名称版本、项目依赖等相关信息![在这里插入图片描述](https://img-blog.csdnimg.cn/2020103112052994.png?x-oss-process=image/watermark,type
2020-10-31 13:44:11
642
原创 tomact端口被占用
查看那些端口被占用netstat -aon|findstr "8080" //8080本地Tomact 端口找到PID如果想杀死进程,可以打开文件管理器,找到对应的PID进程结束进程tasklist|findstr "pid"
2020-10-13 11:42:17
116
原创 expected at least 1 bean which qualifies as autowire candidate
Error creating bean with name ‘xxxxxController’: Unsatisfied dependency expressed through field ‘xxxxxMapperService’; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type ‘com.xxx.service.xxxxServi
2020-10-13 09:07:39
250
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅