码迷,mamicode.com
首页 >  
搜索关键字:refused    ( 437个结果
putty连接报NetWork error:connection refused
首先通过物理终端进入到linux上,手工检查ssh发现没运行/etc/init.d/sshd status使用rpm -V 命令可检查到ssh的软件包正常/rpm -V openssh-server手工启动服务,发现报告权限错误。/etc/init.d/sshd startStarting sshd...
分类:Web程序   时间:2015-07-01 13:49:15    阅读次数:170
Android环境搭建问题的解决: Connection to http://dl-ssl.google.com refused
第一次搭建Android环境,遇到这个问题:Fetchinghttp://dl-ssl.google.com/android/repository/addons_list-1.xmlFailedtofetchURLhttp://dl-ssl.google.com/android/repository...
分类:移动开发   时间:2015-06-30 10:20:32    阅读次数:172
iframe中某些网页无法打开
iframe中某些网页无法打开控制台显示:Refused to display 'http://www.philips.com.cn/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN, SAMEORIGIN'.这是因为这些网页出...
分类:Web程序   时间:2015-06-25 13:59:52    阅读次数:385
[转载]解决backtrack5无法ssh登录问题
backtrack5安装完毕后,使用putty远程登录时显示network error:Connection refused解决方法:登录系统(系统默认用户名密码是root/toor,startx可以进入图形界面)在命令终端输入命令,#sshd-generate(系统可能会询问是否覆盖,全部选Y)。...
分类:其他好文   时间:2015-06-23 23:10:32    阅读次数:107
POJ 题目1986 Distance Queries(LCA 离线)
Distance Queries Time Limit: 2000MS   Memory Limit: 30000K Total Submissions: 10142   Accepted: 3575 Case Time Limit: 1000MS Description Farmer John's cows refused to ...
分类:其他好文   时间:2015-05-25 22:34:49    阅读次数:160
Failed to connect to remote VM. Connection refused. Connection refused: connect
在使用Eclipse的远程调试功能,启动调试时提示以下信息:Failed to connect to remote VM. Connection refused. Connection refused: connect如图: 这是因为Tomcat还没有启动,或者是没有以Debug模式启动。...
分类:其他好文   时间:2015-05-23 11:29:40    阅读次数:201
【Android Studio】Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connect
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection to https://dl-ssl.google.com refused解决办法:更新sdk,...
分类:移动开发   时间:2015-05-22 12:53:40    阅读次数:1357
关于Oracle出现listener refused the connection with the ORA-12505错误,解决方案
出现listener refused the connection with the ORA-12505错误,解决方案:1.首先重启一下电脑,释放被占用的1521端口2.重启后打开Oracle Develpoer3.然后运行cmd,打开命令提示符,输入命令lsnrctl先运行stop,然后再star...
分类:数据库   时间:2015-05-22 11:02:18    阅读次数:170
使用程序往Neo4j导入CSV报错
今天在用程序向Neo4j导入csv文件时,报以下错误:java.net.ConnectException: Connection refused: connect java.rmi.ConnectException: Connection refused to host: 127.0.0.1;...
分类:其他好文   时间:2015-05-17 12:11:06    阅读次数:130
更新android sdk时报错 Connection to https://dl-ssl.google.com refused
都是国内网络的原因,加了hosts配置也不行 解决方法: 1.启动 Android SDK Manager ,打开主界面,依次选择「Tools」、「Options...」,弹出『Android SDK Manager - Settings』窗口; 2.在『Android SDK Manager - Settings』窗口中,在「HTTP Proxy Server」和「HTTP Pr...
分类:移动开发   时间:2015-05-12 23:03:18    阅读次数:187
437条   上一页 1 ... 32 33 34 35 36 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!