logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【问题处理】warning Require self-closing on HTML elements (div) vue html-self-closing

问题(编译警告)[1] 101:7 warning Require self-closing on HTML elements (<div>) vue/html-self-closing原因格式问题处理<divref="echart"class="chart"></div>改为<divref="echart"class="chart"/>...

【错误处理】npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules

报错npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules原因权限不够解决命令前加sudo,然后输入密码执行,例如sudo npm install --global vue-cli...

#npm
【问题处理】Vue.js is detected on this page. Open DevTools and look for the Vue panel.

问题安装完Vue devtools后,重启了Chrome,但打开检查工具没发现对应的vue插件,提示Vue.js is detected on this page. Open DevTools and look for the Vue panel.处理刷新下页面,再看如果还不行,就按网上的改配置去吧。。。...

#chrome
HybridAPP:AngularJS+Ionic+Cordova开发学习【一】简单认识

目前的手机APP有三类:原生APP,WebAPP,HybridApp。HybridApp混合应用开发,外壳用的是原生控件,内容用的Html等。Apache Cordova一个开源的移动开发框架。允许你用标准的web技术-HTML5,CSS3和JavaScript做跨平台开发。应用在每个平台的具体执行被封装了起来,并依靠符合标准的API绑定去访问每个设备的功能,比如说:传感器、数

【错误处理】fatal: The remote end hung up unexpectedly,early EOF,index-pack failed

报错iOS开发,pod isntall,更新pod库,报错fatal: The remote end hung up unexpectedlyfatal: early EOFfatal: index-pack failed解决1. cd到.gitconfig目录,一般为终端默认目录2. $ ls -a,有.gitconfig的话,$open .gitconfig3. 添...

到底了