在公司换了一台电脑之后发现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
使用HttpURLCollection发送HTTP请求,发现总是获取不到服务器返回的信息 通过debug发现 java.net.UnknownHostException: Unable to resolve host "xxx.xxxx.com" 原来虚拟机没有来连接网络,自然就接收不到请求了 也参 ...
分类:
移动开发 时间:
2019-12-17 22:36:34
阅读次数:
1014
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的时候报错如图: 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
解决方案就是去xcode设置里面,将Command line Tools设置一下,在Xcode>preferences>Locations里面,设置之后再运行终端即可 ...
分类:
其他好文 时间:
2019-12-13 19:45:25
阅读次数:
84
问题: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 更新了gradle后,项目竟然开始报错unable to resolve dependency for cordovalib...打开build.gradle看了后其中dependencies是这样写的 将compile替换成implementation即可完美 ...
分类:
移动开发 时间:
2019-12-11 18:59:50
阅读次数:
84
+ pubsepc.yaml 文件 以上关于视频的文件的配置,都能正常播放(使用的 chewie 插件) 到了 audioplayers 插件,就是不能播,报错:找不到文件资源 Unable to load asset + 也注意到了,区分本地文件与网络文件 网络用 AudioPlayer,也可以通 ...
分类:
其他好文 时间:
2019-12-08 22:50:09
阅读次数:
1879
如图 IDEA 2018 自定义配置Maven3.6.2报错 原因 Maven3.6.2 版本兼容问题 解决方法:重新下载较低版本Maven3.6.1及以下版本可以顺利解决。(亲测有效) ...