问题描述: 在模拟器中安装apk报错:Failure [INSTALL_FAILED_NO_MATCHING_ABIS] 原因分析: 是当前的app与模拟器的CPU架构不一致所导致的。 是因为模拟器实在x86的处理器上运行,而手机一般都是RAM架构的。 解决方法: 1.放弃该软件的安装 2.将模拟器 ...
分类:
其他好文 时间:
2020-06-07 19:53:47
阅读次数:
90
在启动vue项目的时候报错 报错信息如下: npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js`npm ERR! Exit status 1npm ...
分类:
其他好文 时间:
2020-06-07 19:18:45
阅读次数:
710
环境 mac 本人下载mysql 是采用brew 下载,所以安装路径在/usr/local/Cellar/mysql/8.0.19_1/ brew install mysql brew install mysql-connector-c sudo sed -i -e 's/libs="$libs - ...
分类:
数据库 时间:
2020-06-07 16:34:26
阅读次数:
102
Conditions: 1. 修改hosts 添加 网址后仍然ping不通证明非DNS问题 CMD命令如下:ping不通! Pinging github.com [192.30.253.112] with 32 bytes of data: Request timed out. Request ti ...
分类:
其他好文 时间:
2020-06-07 10:52:14
阅读次数:
229
npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/hexo-deployer-git failed, reason: connect ETIM ...
分类:
其他好文 时间:
2020-06-06 22:02:56
阅读次数:
121
错误:Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project we 解决: maven默认去webapp\WEB-INF目录下找web.xml 检查是否是将we ...
分类:
其他好文 时间:
2020-06-06 15:36:02
阅读次数:
59
Failed redirect for xxxxxxxxxxx Failed while trying to construct the redirect url to the log server. Log Server url may not be configured Unknown cont ...
分类:
其他好文 时间:
2020-06-06 13:18:10
阅读次数:
96
起因 晚上过来加班···· 问题 物理机安装ubuntu时候遇到报错信息 boot failed: please change disks and press a key to continue https://blog.csdn.net/chenf1999/article/details/8085 ...
分类:
系统相关 时间:
2020-06-05 22:46:49
阅读次数:
85
1.打开cmd,输入netstat -ano|findstr "8080"回车 2.输入得到的tasklist|findstr "9952" ...
分类:
Web程序 时间:
2020-06-04 22:03:15
阅读次数:
205
idea创建Springcloud项目时报错: Initialization failed for 'https://start.spring.io' Please check URL, network and proxy settings. Error message: Cannot downlo ...
分类:
编程语言 时间:
2020-06-04 21:37:38
阅读次数:
149