会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
干饭吧
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
15
下一页
2022年8月
vue3的ref和reactive的在接口的使用的的定义
摘要: vue3全局配置axios main.js import * as echarts from 'echarts' import axios from 'axios' const app = createApp(App) app.config.globalProperties.$echarts = e
阅读全文
posted @ 2022-08-20 17:29 干饭吧
阅读(973)
评论(0)
推荐(0)
2022年7月
第一次在本地的电脑使用ts在项目运行报错
摘要: 使用管理员模式,打开PowerShell,输入set-ExecutionPolicy RemoteSigned l,输入set-E xecutionPolicy RemoteSigned
阅读全文
posted @ 2022-07-02 20:56 干饭吧
阅读(147)
评论(0)
推荐(0)
vue3的组件通信
摘要: https://www.cnblogs.com/zdsdididi/p/16396088.html?utm_source=gold_browser_extension
阅读全文
posted @ 2022-07-02 20:56 干饭吧
阅读(32)
评论(0)
推荐(0)
element ui的分页的问题
摘要: <el-pagination v-if="paginationShow"@current-change="handleCurrentChange":current-page.sync="pagination.currentPage":page-size="pagination.size"layout
阅读全文
posted @ 2022-07-01 15:49 干饭吧
阅读(93)
评论(0)
推荐(1)
2022年6月
echar的折线图的hover事件出现虚线
摘要: xAxis: { type: 'category', boundaryGap: false, inverse: true, axisLabel: { show: true, }, axisTick: { show: false, }, axisLine: { lineStyle: { color:
阅读全文
posted @ 2022-06-01 09:53 干饭吧
阅读(377)
评论(0)
推荐(0)
echarts的柱状图的多个柱子的颜色设置
摘要: itemStyle:{ normal:{ color:function(params){ var color=['red','yellow','blue'] return color[params.dataIndex%color.length] } } }
阅读全文
posted @ 2022-06-01 08:59 干饭吧
阅读(1073)
评论(0)
推荐(0)
2022年5月
echarts的柱状图的鼠标hover中间出现虚线,,如何取消
摘要: tooltip:{ trigger:"axis", axisPointer:{ type:"none" } }
阅读全文
posted @ 2022-05-31 19:28 干饭吧
阅读(1953)
评论(0)
推荐(0)
数组里面循环生成对象
摘要: const years = ["2018","2019","2020","2021"];const sale = [1000, 2000, 3000, 4000]; const result = years.map((year, i) => ({ text: year, id: sale[i].to
阅读全文
posted @ 2022-05-30 15:19 干饭吧
阅读(105)
评论(0)
推荐(0)
公告通知上下滚动
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>公告滚动</title> <style type="text/css"> .case { position: absolute; width: 800px; height: 30p
阅读全文
posted @ 2022-05-25 17:06 干饭吧
阅读(131)
评论(0)
推荐(0)
公告通知的左右滚动
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @ 2022-05-25 17:05 干饭吧
阅读(31)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
15
下一页
公告