1,下图的报错为没有系统权限 解决: P.S. 用管理打开后的命令行默认是window/system32,从system32退回到桌面的路径如下图 2, vuex 报错 “unknown mutation type” 3,Git报错:index.lock File exists 进去.git目录里把index.lock文件删掉就可以 4,[Vue warn]: You are using the runtime-only build of Vue where the template compi…
An error occurred on the server when processing the URL. Please contact the system administrator.If you are the system administrator please click here to find out more about this error. 其实这是 IIS7 对 ASP 程序发送的一个脚本错误消息,只要是程序中有错误 就会出现这样的错误提示,所以关键的一步是要将具体…
真机调试,想连接真机调试代码可是连上设备后就一直转圈, 在Divice里面一直提示“iphone名称” is busy: Processing symbol files Xcode will continue when “iPhone名称” is finished. 第一次使用或者iPhone升级后都会出现这个问题,解决办法: 1拔掉电源,重新插 2重启iPhone XCode: An unknown error occurred. 到An unknown error occurred.这样的错…
1.在配置路由并引入组件后,报错: Unknown custom element: <router-link> - did you register the component correctly? For recursive components, make sure to provide the "name" option. 错误原因:vue-router没有注册 解决办法: //注册插件 *****************非常重要,不能忘记 Vue.use(VueRo…