在spring boot项目中出现不能加载iframe 页面报一个"Refused to display 'http://......' in a frame because it set 'X-Frame-Options' to 'DENY'. "错误 解决方式: 因spring Boot采取的j ...
分类:
编程语言 时间:
2017-09-27 20:46:34
阅读次数:
1488
Could not connect to Redis at 127.0.0.1:6379: Connection refused 在安装好redis扩展 尝试连接redis时,客户端打不开,原因是需要先开启服务端,这需要先配置—— 1.找到redis.conf 并修改 daemonize no 为 ...
分类:
其他好文 时间:
2017-09-26 17:40:00
阅读次数:
188
排查后,发现是因为使用了代理导致的。 需要设置 Don't use the proxy server for local addresses. ...
分类:
其他好文 时间:
2017-09-26 14:48:01
阅读次数:
136
运行一个简单的hadoop实例。 环境:win7跑三台ubuntu虚拟机,并已成功安装hadoop2.8.1环境,win7安装idea工具 【步骤】 1、参考 http://blog.csdn.net/u011654631/article/details/70037219,该地址简称 参考页; 2、 ...
分类:
其他好文 时间:
2017-09-21 19:18:05
阅读次数:
200
centos系统,使用vnc登陆报错 “The connection was refused by the host computer” 使用以下两个命令解决: [root@mesos-m-02 ~]# rm /tmp/.X11-unix/X2 [root@mesos-m-02 ~]# system ...
分类:
其他好文 时间:
2017-09-14 21:32:55
阅读次数:
217
select 一个 "connection refused" 的 socket, socket 居然状态可写。。 原代码用 select 检查 socket 的可写状态来判断连接是否成功,IOS 版本的代码中没有对 connect 返回值做检查,才发现这个现象。。 ...
分类:
其他好文 时间:
2017-09-08 13:21:02
阅读次数:
125
本文出自:http://blog.csdn.net/lulidaitian/article/details/51946169 出现问题描述: 1.Could not get a resource from the pool, Connection refused: connect windows J ...
分类:
编程语言 时间:
2017-09-07 16:07:10
阅读次数:
151
1、com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: connect 或者com.netflix.discovery.shared.transport.Tr ...
分类:
编程语言 时间:
2017-09-06 12:54:29
阅读次数:
370
Warning: World-writable config file '/Applications/XAMPP/xamppfiles/etc/my.cnf' is ignored ERROR 2002 (HY000): Can't connect to local MySQL server thr ...
分类:
数据库 时间:
2017-09-05 15:55:17
阅读次数:
646
[root(0)@sys11 09:20:29 /home/work/Code_release/bj]# scp ./release.sh root@192.168.161.151:/Users/a2014102/Downloadsssh: connect to host 192.168.161.1 ...
分类:
其他好文 时间:
2017-08-29 21:41:52
阅读次数:
7749