logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

cordova-plugin-file-transfer cordova plugin下载不到问题解决记录

cordova plugin add cordova-plugin-file-transfer网速太慢,down不到,所以打算下到本地再add。先到github下download下来,放到项目外部。如果遇到报错,例如ssh相关的,可以尝试以下解决方式。

文章图片
#github#前端
gitLab 分支合并请求解决冲突

Check out, review, and merge locallyStep 1.Fetch and check out the branch for this merge requestgit fetch origingit checkout -b develop origin/developStep 2.Review the changes locallyStep 3.Merge the

airbnb与eslint版本 和 node版本不匹配问题解决记录

eslint版本 和 node版本不匹配,npm info “eslint-config-airbnb-base@14.2.1” peerDependencies// 返回结果{ eslint: ‘^5.16.0 || ^6.8.0 || ^7.2.0’,‘eslint-plugin-import’: ‘^2.22.1’ }把eslint和其他相关依赖升级到指定版本代码层面运行:eslint --

#前端
airbnb与eslint版本 和 node版本不匹配问题解决记录

eslint版本 和 node版本不匹配,npm info “eslint-config-airbnb-base@14.2.1” peerDependencies// 返回结果{ eslint: ‘^5.16.0 || ^6.8.0 || ^7.2.0’,‘eslint-plugin-import’: ‘^2.22.1’ }把eslint和其他相关依赖升级到指定版本代码层面运行:eslint --

#前端
uni-app uni.uploadFile动态显示进度百分比

在文件上传时想要展示真实上传文件百分比,无奈uni.showloading入参是一个静态的对象,不会动态更新所以找到了plus.nativeUI.showWaiting方法, 使用实例的setTitle方法动态写入// !!!watch中,注意nativeWaiting对象watch: {progressText: {handler: function(v) {if(v) {this.native

uni-app 页面跳转 对象传参,利用eventChannel

父页面 调用 uni.navigateTo注意success中res对象 有个eventChannelshowCheckList() {let _vm = this;uni.navigateTo({url: '/pages/component/trial-manufacture/check-list',success: function(res) {res.eventChanne..

nvm use不生效

删掉C:\Program Files\nodejs这个快捷方式,其他环境变量都不要动重新安装nvm-setup.exe文件地址选原来的安装地址安装过程中可能会检测到你后来安装的node版本,都同意加入监管安装结束看看nvm ls你的node版本是否存在如果nvm use版本后还是不行,就在nvm目录下删掉你的node版本文件夹nvm install 你的版本重新安装然后去https://nodej

#node.js
暂无文章信息