会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sinceForever
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
22
下一页
2021年12月1日
echarts上下柱形图
摘要: export const option6 = { title: { text: "充电开始时段分布", x: "left", textStyle: { fontSize: 16, fontStyle: "normal", fontWeight: "normal", color: "#33528D",
阅读全文
posted @ 2021-12-01 16:24 sinceForever
阅读(437)
评论(0)
推荐(0)
2021年11月26日
js文件下载几种请求方式,普通请求方式封装
摘要: import axios from 'axios' // axios.defaults.timeout = 30 * 1000; // axios.defaults.headers.post['Content-Type'] = 'application/json;charset=UTF-8'; im
阅读全文
posted @ 2021-11-26 15:49 sinceForever
阅读(375)
评论(0)
推荐(0)
2021年11月11日
vue的settings.json格式化配置
摘要: { "editor.renderWhitespace": "none", "vetur.validation.template": false, "breadcrumbs.filePath": "last", "workbench.startupEditor": "newUntitledFile",
阅读全文
posted @ 2021-11-11 09:50 sinceForever
阅读(737)
评论(0)
推荐(0)
2021年11月9日
vue里面的store,刷新变量不会消失
摘要: import Vue from "vue"; import Vuex from "vuex"; import VuexPersistence from "vuex-persist"; const vuexLocal = new VuexPersistence({ storage: window.se
阅读全文
posted @ 2021-11-09 16:01 sinceForever
阅读(249)
评论(0)
推荐(0)
2021年7月20日
使用async时报红线错误
摘要: 原因:因为当前文件的解析语法方式,与async await所需要的语法环境不一致导致的 解决方案 在.eslintrc.js中添加:(红色部分代码) module.exports = { "extends": [ "plugin:vue/essential", "eslint:recommended
阅读全文
posted @ 2021-07-20 14:15 sinceForever
阅读(305)
评论(0)
推荐(0)
2021年7月19日
文件下载的几种类型以及封装及使用
摘要: import axios from "axios" // axios.defaults.timeout = 30 \* 1000; // axios.defaults.headers.post['Content-Type'] = 'application/json;charset=UTF-8'; i
阅读全文
posted @ 2021-07-19 16:22 sinceForever
阅读(492)
评论(0)
推荐(0)
2021年7月12日
折线图设置线最大值为刻度最大值时再加处理均匀刻度值
摘要: max: function (value) { console.log("value", value.max) let n = (value.max + "").split(".")[0].length let pow = Math.pow(10, n - 1) // 10, 100, 1000,.
阅读全文
posted @ 2021-07-12 15:28 sinceForever
阅读(89)
评论(0)
推荐(0)
2021年7月5日
eslint配置
摘要: { "extends": "eslint-config-egg", "rules": { /* 0 或’off’: 关闭规则。 1 或’warn’: 打开规则,并且作为一个警告,字体颜色为黄色(并不会导致检查不通过)。 2 或’error’:打开规则,并且作为一个错误 ,色体颜色为红色(退出码为1,
阅读全文
posted @ 2021-07-05 14:51 sinceForever
阅读(188)
评论(0)
推荐(0)
2021年7月2日
connect to github.com port 443: Timed out
摘要: 查了别人解决方法,最终自己的解决方法如下,http和https都不要配置代理,主要是下面那句,因为git就是https的 git config --global --unset http.proxy git config --global --unset https.proxy 分别执行了下面的两句
阅读全文
posted @ 2021-07-02 10:20 sinceForever
阅读(93)
评论(0)
推荐(0)
2021年6月27日
记录在阿里云服务器配置网页的一些问题
摘要: 1, 购买阿里云服务器, 2, 安装nginx, 后,http://47.99.189.10:8080/,看nginx是否成功,需要公网ip+端口号,端口号要去配置的, 3,使用 rsync -av koa2-tutorial-account-book root@47.99.189.10:/home
阅读全文
posted @ 2021-06-27 21:16 sinceForever
阅读(44)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
22
下一页
公告