06 2021 档案
摘要:let reader = new FileReader(); reader.onload= e => { //获取数据 let data = e.target.result; let workbook = XLSX.read(data, { type: 'array' }) let firstShe
阅读全文
摘要:来自 https://www.cnblogs.com/d102601560/p/13802340.html 最新打包vue cli 4.5 项目时,体积尽然达到了9M,页面访问的速度,因此进行尝试进行优化,最终压缩到 968k ,效果明显。下面是优化方法。 首先新建文件'vue.config.js'
阅读全文
摘要:重写 push 事件 import VueRouter from 'vue-router' const originalPush = VueRouter.prototype.push VueRouter.prototype.push = function push(location, onResol
阅读全文
摘要:1. 查看进程 tasklist /fi "imagename eq nginx.exe" 2.杀进程 taskkill /f /pid 16900 /pid 19012 3.重载配置 nginx.exe -s reload 需要在nginx文件夹内
阅读全文

浙公网安备 33010602011771号