logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

「虚拟机软件」还在用VMware?VirtualBox不香吗?

1. 简介​VirtualBox 是一款开源虚拟机软件。VirtualBox 是由德国 Innotek 公司开发,由Sun Microsystems公司出品的软件,使用Qt编写,在 Sun 被 Oracle 收购后正式更名成 Oracle VM VirtualBox。Innotek 以 GNU General Public License (GPL) 释出 VirtualBox,并提供二进制版本及

文章图片
#centos#vagrant
`elementui`表格实现无限滚动

main.js添加自定义指令:Vue.directive('loadmore', {bind(el, binding) {const selectWrap = el.querySelector('.el-table__body-wrapper')selectWrap.addEventListener('scroll', function() {l...

在vue项目中引入Base64

安装:npm install --save js-base64在组件中直接引入let Base64 = require('js-base64').Base64;使用:Base64.decode('dsdsdSd');Base64.decode('3232131');Base64.encode('6545hgdfg');Base64.encode('543hfghfhfhg...

Nuxt报错:vue-awesome-swiper/dist/ssr,swiper/dist/css/swiper.css未找到

修改nuxt.config.js如下:plugins: [{ src: '~/plugins/nuxt-swiper-plugin.js', ssr: false }],css: ['swiper/css/swiper.css']修改nuxt-swiper-plugin.js如下:import Vue from 'vue'...

输入npm install 报错npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.13.1 postinstall: `no

输入npm install报以下错误npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! node-sass@4.13.1 postinstall: `node scripts/build.js`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the node-sass@4.13.1 pos...

#vue.js
ERROR Failed to compile with 1 errors的一种情况!

ERRORFailed to compile with 1 errors我的项目中报错是因为资源引入路径有错,引入了一个不存在的文件,检查webpack.base.conf.js下的资源路径并修改即可。

到底了