解决:Error: Cannot find module 'vue-loader-v16/package.json'
安装:npm i --save-dev vue-loader-v16 修改:babble.config.js module.exports = { presets: ["@vue/cli-plugin-babel/preset"],}; https://stackoverflow.com/questions/63504594/error-cannot-find-module-vue-loader-v16-package-json
939 2021-12-17 去围观centos 7安装mongodb 4.2社区版(免费)
https://mongodb.net.cn/manual/tutorial/install-mongodb-on-red-hat/ 0,防火墙 sudo systemctl status firewalld //active(running)就意味着防火墙打开了 sudo systemctl stop firewalld //关闭 sudo systemctl disable firewalld //禁用防止自…
712 2021-07-14 去围观js网页截图|屏幕截图html2canvas.js
屏幕截图: new html2canvas(document.getElementById('app')).then(canvas => { //id="app"是需要截图的区域 // canvas为转换后的Canvas对象 let oImg = new Image(); oImg.src = canvas.toDataURL(); // 导出图片 document.body.appendChi…
739 2020-09-11 去围观