解决Android studio :Error:Cause: unable to find valid certification path to requested target 最近更新Android studio至3.5.1,然后出现了Error:Cause: unable to find v ...
分类:
移动开发 时间:
2019-10-20 18:01:13
阅读次数:
137
第一种: sudo vim /etc/resolv.conf 添加nameserver 8.8.8.8 第二种: /etc/apt/sources.list 的内容换成 deb http://old-releases.ubuntu.com/ubuntu/ raring main universe r ...
分类:
其他好文 时间:
2019-10-20 13:17:23
阅读次数:
66
python代码在linux终端中执行时报错: 解决办法: 在要执行的python文件里加入以下两句代码: 切记:在最开头添加。 ...
分类:
编程语言 时间:
2019-10-16 11:22:13
阅读次数:
438
NVIDIA显卡 Ubuntu16.04安装驱动后出现问题:Unable to determine the device handle for GPUXXX 安装NVIDIA驱动后输入:nvidia-smi 出现如下问题 Unable to determine the device handle f ...
分类:
其他好文 时间:
2019-10-16 09:58:26
阅读次数:
278
http://www.shuijingwanwq.com/2018/02/28/2406/ https://curl.haxx.se/docs/caextract.html 编辑 php.ini,修改 ;curl.cainfo = 为 curl.cainfo = “C:\php-7.1.12\ext ...
分类:
其他好文 时间:
2019-10-16 09:57:03
阅读次数:
262
问题描述: 在做PHP爬虫的时候, 安装了 guzzle 和 dom-crawler 之后, 调用的时候出现问题, 如下 报错内容: Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 60: SSL cer ...
分类:
Web程序 时间:
2019-10-15 19:07:12
阅读次数:
100
解决mongodb服务启动报错:exception in initAndListen: 98 Unable to create/open lock file: /var/lib/mongodb/mongod.lock errno:13 Permission denied is a mongod in ...
分类:
数据库 时间:
2019-10-14 13:01:30
阅读次数:
804
在springcloud gateway中引用Hystrix filter 编译启动时提示 Unable to find GatewayFilterFactory with name Hystrix 看了网上有相同的错误 如下 https://stackoverflow.com/questions/ ...
分类:
编程语言 时间:
2019-10-14 10:42:02
阅读次数:
994
添加依赖报错unable to resolve dependency for:xxx 解决方案: 0.请先确认clean Project过(有时候可能还需要清除Android Studio的缓存) 1.如果是刚安装Android Studio,先检测是否为离线模式。离线模式当然没有网络,当然就无法下 ...
分类:
其他好文 时间:
2019-10-13 19:16:21
阅读次数:
91
使用 UniEAPWorkshop_5.0运行4.6 的代码,流程新建时出现的错误 JDK 使用C:\Program Files (x86)\Java\jdk1.7.0_80 tomcat使用 apache-tomcat-7.0.91 改成apache-tomcat-6.0.41 解决! ...
分类:
Web程序 时间:
2019-10-12 11:16:13
阅读次数:
111