首先通过物理终端进入到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环境,遇到这个问题: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中某些网页无法打开控制台显示: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安装完毕后,使用putty远程登录时显示network error:Connection refused解决方法:登录系统(系统默认用户名密码是root/toor,startx可以进入图形界面)在命令终端输入命令,#sshd-generate(系统可能会询问是否覆盖,全部选Y)。...
分类:
其他好文 时间:
2015-06-23 23:10:32
阅读次数:
107
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
在使用Eclipse的远程调试功能,启动调试时提示以下信息:Failed to connect to remote VM. Connection refused.
Connection refused: connect如图:
这是因为Tomcat还没有启动,或者是没有以Debug模式启动。...
分类:
其他好文 时间:
2015-05-23 11:29:40
阅读次数:
201
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
出现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文件时,报以下错误:java.net.ConnectException: Connection refused: connect java.rmi.ConnectException: Connection refused to host: 127.0.0.1;...
分类:
其他好文 时间:
2015-05-17 12:11:06
阅读次数:
130
都是国内网络的原因,加了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