在安装chkconfig的过程中,遇到如下问题: haochuang@raspberrypi:~/webapp $ sudo apt-get install chkconfigReading package lists... DoneBuilding dependency tree Reading state information... DoneThe following NEW packages will be installed: chkconfig0 upgraded, 1 newly…
There are some issues today for me that my desktop can't boot as I expected, I installed windows 8.1 and ubuntu 14.04, yet only ubuntu 14.04 was booted, while the windows cannot. As a consequence, I try to do some recoveries. First thing is first, I…
在使用ionic创建项目后,需要添加平台,运行如下命令添加Android平台时: ionic platform add android 1 出现错误: Error: failed to fetch platform android Probably ...... Error: read ECONNRESET 1 2 3 解决办法: 进入用户目录,如windows用户进入: C:\Users\Administrator 删除文件夹 .cordova后,重新添加平台 来源:http://blog.c…
原文地址为:http://blog.csdn.net/springsky_/article/details/7442388 因为入行移动测试,所以很多测试环境的搭建.从中遇到了和这个GG同样的问题.怕GG哪天删了,就转载了GG的博文~ 最近SDK出问题了,然后在google下载了一个android-sdk-windows.rar,然后点击SDK Manager,结果一直不能刷新API Level,然后就开始在网上找了好多资料,解决这个问题,修改 HOSTS,    HTTP  和  HTTPS …
可以用以下办法解决: 使用SDK Manager更新时出现问题 Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refused Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.x…
"Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list.xml,reason: Connection to https://dl-ssl.google.com refused" 使用Android SDK  Manager下载 SDK时候出现上面的错误,解决方式: 1.打开C:\WINDOWS\system32\drivers\etc中的hosts文件 2.最后一行添加一个74.125.…
Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml  Fetched Add-ons List successfully  Fetching URL: https://dl-ssl.google.com/android/repository/repository-8.xml  Done loading packages.  Fetching https://dl-ssl.google.com/androi…
http://blog.csdn.net/gyming/article/details/8168166/ 最近接受的这个项目需要Android SDK Tools revision 22.6.2 or above.,所以必须得更新SDK, 然而在SDKmanager中更新android SDK 总是提示: Fetching http://dl-ssl.google.com/android/repository/addons_list-2.xmlFetched Add-ons List succe…
When I do command sudo apt update, always get belowing errors: Err:1 http://archive.ubuntu.com/ubuntu bionic InRelease Could not connect to archive.ubuntu.com:80 (91.189.91.23). - connect (111: Connection refused) Could not connect to archive.ubuntu.…
用swagger访问https://localhost:44360/api/ads/1, 得到的结果是 TypeError: Failed to fetch.一开始以为是后端代码问题,检查了好久,才发现是AdBlockPlus 把它当成广告过滤了.     I have the following routing, which works on invokation /api/demo/info/34. [Route("api/demo")] public class Demo : C…