上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: export const option6 = { title: { text: "充电开始时段分布", x: "left", textStyle: { fontSize: 16, fontStyle: "normal", fontWeight: "normal", color: "#33528D", 阅读全文
posted @ 2021-12-01 16:24 sinceForever 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(320) 评论(0) 推荐(0) 编辑
摘要: { "editor.renderWhitespace": "none", "vetur.validation.template": false, "breadcrumbs.filePath": "last", "workbench.startupEditor": "newUntitledFile", 阅读全文
posted @ 2021-11-11 09:50 sinceForever 阅读(693) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 原因:因为当前文件的解析语法方式,与async await所需要的语法环境不一致导致的 解决方案 在.eslintrc.js中添加:(红色部分代码) module.exports = { "extends": [ "plugin:vue/essential", "eslint:recommended 阅读全文
posted @ 2021-07-20 14:15 sinceForever 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(73) 评论(0) 推荐(0) 编辑
摘要: { "extends": "eslint-config-egg", "rules": { /* 0 或’off’: 关闭规则。 1 或’warn’: 打开规则,并且作为一个警告,字体颜色为黄色(并不会导致检查不通过)。 2 或’error’:打开规则,并且作为一个错误 ,色体颜色为红色(退出码为1, 阅读全文
posted @ 2021-07-05 14:51 sinceForever 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 查了别人解决方法,最终自己的解决方法如下,http和https都不要配置代理,主要是下面那句,因为git就是https的 git config --global --unset http.proxy git config --global --unset https.proxy 分别执行了下面的两句 阅读全文
posted @ 2021-07-02 10:20 sinceForever 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(30) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页