码迷,mamicode.com
首页 >  
搜索关键字:refused    ( 437个结果
centos解决bash: telnet: command not found...&& telnet: connect to address 127.0.0.1: Connection refused拒绝连接
检查telnet是否已安装: [root@hostuser src]# rpm -q telnet-serverpackage telnet-server is not installed[root@hostuser src]# telnet 192.168.81.129bash: telnet: ...
分类:Web程序   时间:2019-05-18 14:03:44    阅读次数:541
POJ-1986-Distance Queries
链接:https://vjudge.net/problem/POJ-1986#author=0 题意: Farmer John's cows refused to run in his marathon since he chose a path much too long for their le ...
分类:其他好文   时间:2019-05-09 13:42:20    阅读次数:122
使用putty远程登录Ubuntu时,报Network error:Connection refused错误解决方案
使用putty 远程登陆Ubuntu 时提示 Network error:Connection refused 就是因为Ubuuntu没有安装ssh服务。 执行安装命令:sudo apt install openssh-server 安装完成后,远程登陆正常 ...
分类:Web程序   时间:2019-05-04 10:11:36    阅读次数:372
JavaEE进阶之Redis
Redis是一个key-value的nosql数据库.先存到内存中,会根据一定的策略持久化到磁盘,即使断电也不会丢失数据。支持的数据类型比较多。主要用来做缓存数据库的数据和web集群时当做中央缓存存放seesion。守护进程:在linux或者unix操作系统中在系统引导的时候会开启很多服务,这些服务就叫做守护进程。为了增加灵活性,root可以选择系统开启的模式,这些模式叫做运行级别,每一种运行级别
分类:编程语言   时间:2019-04-12 16:25:42    阅读次数:191
java.net.ConnectException: Connection refused: connect
1. 原因分析:端口(51019,51022)被占用。 解决办法:查看被占用端口对应的PID,输入命令:netstat -aon|findstr "51019",回车,记下最后一位数字,即PID,这里是4284。 51022端口对应PID是10844 继续输入tasklist|findstr "42 ...
分类:编程语言   时间:2019-04-08 13:12:11    阅读次数:144
VNC 错误修复方法
VNC错误描述 vnc viewer开启后弹窗提示 Could not connect to session bus: Failed to connect to socket /tmp/dbus XXXXXXXXXX: Connection refused 关闭弹窗后又提示 Could not ac ...
分类:其他好文   时间:2019-03-28 09:52:19    阅读次数:408
connect() failed (111: Connection refused) while connecting to upstream报错处理
新lnmp环境调试项目时,nginx报错如下: 解决: 发现php-fpm.conf是以套接字方式通信,而nginx是以端口方式通信,见下图: 将nginx.conf修改为如下,重新reload即可 ...
分类:其他好文   时间:2019-03-25 20:28:21    阅读次数:1057
4.Python文件操作
文件内需要写入的内容 将文件打开后的对象赋予给 f ,之后对打开后的文件的所有操作都通过f 来进行: 执行结果: 为什么data2没有结果? 答:是因为第一次读取了文件后,文件的指针指向了文件末尾,导致第二次读取文件的时候是从末尾开始读的,末尾之后是没有内容的,所以读取到的内容为空,此时,只需在第一 ...
分类:编程语言   时间:2019-03-24 13:47:04    阅读次数:181
The connection to the server localhost:8080 was refused - did you specify the right host or port?
The connection to the server localhost:8080 was refused - did you specify the right host or port?解决方法:kube-apiserver启动失败,重启即可!!![root@master ~]# syste ...
分类:其他好文   时间:2019-03-18 18:43:12    阅读次数:1185
关于python3链接虚拟机MongoDB 遇到的问题总结
pymongo.errors.ServerSelectionTimeoutError: 192.168.12.230:27017: [Errno 61] Connection refused 1.如果是链接虚拟机中的Mongodb时,打开配置文件mongod.conf。 2.修改配置参数 3.重启m ...
分类:数据库   时间:2019-03-12 10:33:39    阅读次数:278
437条   上一页 1 ... 9 10 11 12 13 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!