10 2020 档案

摘要:1、搭建好vue框架,引入axios 2、until文件下创建request.js baseURL 配置有时候会产生跨域问题,直接在根目录下的vue.config.js中配置代理可以解决 import axios from 'axios' // 创建axios const service = axi 阅读全文
posted @ 2020-10-29 14:56 xujing123 阅读(4833) 评论(0) 推荐(0)
摘要:const option = { title:{ text:'▎商家销售统计', textStyle:{ fontSize:30 }, left:20, top:20 }, // 配置图标的位置 不包含坐标轴中的文字 grid:{ top:'20%', left:'3%', bottom:'3%', 阅读全文
posted @ 2020-10-29 14:46 xujing123 阅读(6583) 评论(0) 推荐(0)
摘要:Echarts-基础配置 需要了解的主要配置:series xAxis yAxis grid tooltip title legend color series 系列列表。每个系列通过 type 决定自己的图表类型 大白话:图标数据,指定什么类型的图标,可以多个图表重叠。 xAxis:直角坐标系 g 阅读全文
posted @ 2020-10-24 14:45 xujing123 阅读(199) 评论(0) 推荐(0)
摘要:手机规格不一样输入的像素点也不一样,demo目前比较糙 需要安装adb(具体度娘) 打开活动界面,开启开发者调试、adb调试 import os import time def Tao(i): time.sleep(2) os.system('adb shell input tap {}'.form 阅读全文
posted @ 2020-10-22 11:32 xujing123 阅读(195) 评论(0) 推荐(0)