解决办法: 配置/etc/samba/smb.conf文件 ...
分类:
其他好文 时间:
2017-05-15 15:06:39
阅读次数:
336
客户端访问的ip写错或者服务端的listen ip写错 listen(":8080") == listen("0.0.0.0:8080”) 可以用127.0.0.1:8080访问,也可以用网卡ip:8080访问 listen("127.0.0.1:8080")只能通过127.0.0.1:8080访问 ...
分类:
其他好文 时间:
2017-05-11 00:15:33
阅读次数:
233
1.能正常访问bincoding.cn:50030,不能连接到9000端口 Call to bincoding.cn/123.206.212.115:9000 failed on connection exception: java.net.ConnectException: Connection ...
分类:
其他好文 时间:
2017-05-08 01:23:25
阅读次数:
204
GitHub页面布局乱了,怎么解决?? GitHub乱了,怎么解决?? 一年一度的布局又乱了!!! F12一下下面有东西加载不了,,,, Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowe... ...
分类:
其他好文 时间:
2017-04-26 13:11:37
阅读次数:
217
在服务器添加完公钥之后,ssh服务器然后报了这个错误 然后执行了以下命令才好。。 ...
分类:
其他好文 时间:
2017-03-28 23:45:18
阅读次数:
533
MQTT---HiveMQ源码详解(十二)Netty-MQTT消息、事件处理(流程)
分类:
Web程序 时间:
2017-03-27 11:48:14
阅读次数:
260
出现问题描述: 1.Could not get a resource from the pool, Connection refused: connect windows Java这边客户端链接被拒接了,想想问题 1.Vmware里面的Linux所安装的Redis已经正常启动 2.在windows用 ...
分类:
编程语言 时间:
2017-03-10 16:28:03
阅读次数:
236
首先检查SSHD服务是否启用 进入Centos终端输入 #ssh localhost 如果提示:ssh: connect to host localhost port 22: Connection refused 错误 不用管它,没有启动sshd服务的缘故 安装sshd命令: #yum instal ...
分类:
系统相关 时间:
2017-02-26 20:23:12
阅读次数:
178
如题,今天打开MySQL时,出现了这种问题,无法连接到数据库 问题原因:The error (2003) Can't connect to MySQL server on 'server' (10061) indicates that the network connection has been ...
分类:
数据库 时间:
2017-01-31 23:31:43
阅读次数:
584
putty连接出现错误提示"Network error:connection refused",xshell连接出现错误提示"connection failed:(port 22)" 试过: 1.查看vps上的ssh服务是否开启,重启sshd服务:service sshd restart 2.开启v ...