logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue 集成epub.js

1、安装nbpminstall epubjs2、.vue文件引入import ePub from 'epubjs'3、渲染_this.book = ePub(o.request.response,null);_this.rendition = _this.book.renderTo(id, {width: window.innerWidth,height: win...

[vuex] Do not mutate vuex store state outside mutation handlers.

我之前是这么使用的:this.form = this.$store.state.common.searchFormData;form是检索表单,每次进入页面从vuex中取出进行初始化,但是在搜索表单中进行修改时,控制台报错,即[vuex] Do not mutate vuex store state outside mutation handlers.报错原因:更改 Vuex 的 store 中的

新clone一个项目,添加到IDEA发现没有git项目管理

这个问题是由于IDEA设置的问题1.File->Setting->Version Controll在Version Controll界面找到没有git管理的项目,一般为红色,正常的是黑色,把项目从Version Controll中移出,然后重新添加。2.设置导入时自动添加Git项目管理File->Setting->Version Controll->C...

#git
linux 7 安装mysql 5.7 教程

1系统约定安装文件下载目录:/data/softwareMysql目录安装位置:/usr/local/mysql数据库保存位置:/data/mysql日志保存位置:/log/2下载mysql在官网:http://dev.mysql.com/downloads/mysql/中,选择以下版本的mysql下载:3解压压缩包到目标位置#cd /data/software-...

到底了