码迷,mamicode.com
首页 >  
搜索关键字:unable to retrieve    ( 2922个结果
git时 Failed to connect to 127.0.0.1 port 1080: Connection refused
在公司换了一台电脑之后发现git clone 和 npm install都失败,报错为 fatal: unable to access 'https://github.com/netease-im/NIM_PC_UIKit/': Failed to connect to 127.0.0.1 port ...
分类:其他好文   时间:2019-12-18 11:10:57    阅读次数:369
Android 9.0 虚拟机连不了网的解决办法
使用HttpURLCollection发送HTTP请求,发现总是获取不到服务器返回的信息 通过debug发现 java.net.UnknownHostException: Unable to resolve host "xxx.xxxx.com" 原来虚拟机没有来连接网络,自然就接收不到请求了 也参 ...
分类:移动开发   时间:2019-12-17 22:36:34    阅读次数:1014
spring-boot-starter-web依赖hibernate冲突
org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.beans.factory.Bea ...
分类:编程语言   时间:2019-12-17 18:12:56    阅读次数:407
获取带接口的股票数据
mport urllib.request import re codeUrl = 'https://hq.gucheng.com/gpdmylb.html' #获取股票代码 def codeTolist(): codeList = [] html = urllib.request.urlopen(c ...
分类:其他好文   时间:2019-12-16 19:41:51    阅读次数:109
yum -y install python-devel
yum -y install python-devel的时候报错如图: Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=i386&repo=extras&infra=stock error was1 ...
分类:编程语言   时间:2019-12-16 00:03:50    阅读次数:285
unable to find utility "simctl", not a developer tool or in PATH解决方案
解决方案就是去xcode设置里面,将Command line Tools设置一下,在Xcode>preferences>Locations里面,设置之后再运行终端即可 ...
分类:其他好文   时间:2019-12-13 19:45:25    阅读次数:84
suse添加普通用户赋予root所有权限时出现问题___1
问题:sudo:sudo /etc/sudoers is world writablesudo:no valid sudoers sources found ,quittingsudo:unable to initialize policy plugin #无法使用chmod修改权限 demo:De ...
分类:其他好文   时间:2019-12-13 09:31:08    阅读次数:335
Android Studio 3.0——unable to resolve dependency for cordovalib
Android Studio 3.0 更新了gradle后,项目竟然开始报错unable to resolve dependency for cordovalib...打开build.gradle看了后其中dependencies是这样写的 将compile替换成implementation即可完美 ...
分类:移动开发   时间:2019-12-11 18:59:50    阅读次数:84
[Flutter] 音频播放插件 audioplayers 的一个路径坑
+ pubsepc.yaml 文件 以上关于视频的文件的配置,都能正常播放(使用的 chewie 插件) 到了 audioplayers 插件,就是不能播,报错:找不到文件资源 Unable to load asset + 也注意到了,区分本地文件与网络文件 网络用 AudioPlayer,也可以通 ...
分类:其他好文   时间:2019-12-08 22:50:09    阅读次数:1879
如何解决IntelliJ IDEA 中Maven 报错 com.google.inject.CreationException: Unable to create injector, see the following errors:
如图 IDEA 2018 自定义配置Maven3.6.2报错 原因 Maven3.6.2 版本兼容问题 解决方法:重新下载较低版本Maven3.6.1及以下版本可以顺利解决。(亲测有效) ...
分类:Windows程序   时间:2019-12-05 10:23:23    阅读次数:588
2922条   上一页 1 ... 27 28 29 30 31 ... 293 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!