搜索
查看
编辑修改
首页
UNITY
NODEJS
PYTHON
AI
GIT
PHP
GO
CEF3
JAVA
HTML
CSS
搜索
你好赵伟
这个屌丝很懒,什么也没留下!
关注作者
热门标签
jquery
HTML
CSS
PHP
ASP
PYTHON
GO
AI
C
C++
C#
PHOTOSHOP
UNITY
iOS
android
vue
xml
爬虫
SEO
LINUX
WINDOWS
JAVA
MFC
CEF3
CAD
NODEJS
GIT
Pyppeteer
article
热门文章
1
iframe嵌套其它网站页面及相关知识点详解_iframe跨域问题 嵌入别人的网站
2
Recyclerview多布局_recyclerview 多布局
3
python详解(3)--常用的数据结构(字符串)_python中type()、chr()、ord()、format()
4
单片机开发|基于单片机的婴儿睡眠监测系统设计_单片机睡眠辅助器
5
openssh-server安装问题_openssh-server : 依赖: openssh-client (= 1:7.6p1-4)
6
socket编程注意事项
7
Google Chrome同步账户无法连接服务器解决方法_谷歌同步server connection auth error
8
重尾分布,长尾分布,肥尾分布 和 随机游走 (Heavy-tailed, Long-tailed, Fat-tailed distribution and Random walk)
9
mysql【ERROR 2003 (HY000)】错误解决方法与思路_error 2003 (hy000): can't connect to mysql server
10
Python SQLAlchemy入门教程_python sqlchemy
当前位置:
article
> 正文
Socket错误代码对应表_socket error # 11001 host not found
作者:你好赵伟 | 2024-03-04 22:29:38
赞
踩
socket error # 11001 host not found
Socket错误代码对应表
提示:
******************************************************
在命令提示符下输入:net helpmsg 1xxxx
就能够得到Windows系统提供的错误提示的详细解释。
******************************************************
出现网络联机错误Socket error #11001
表示您的计算机无法连上服务器,请检查您的Proxy设定以及Proxy相关账号,或暂时取消您防毒软件的「个人防火墙」。
· 出现网络联机错误Socket error #11004
应该是网络联机状态问题,请用户检查网络联机是否正常。
· 出现网络联机错误Socket error #10060 Connection Timed Out
表示您与服务器发生联机逾时错误,请检查您的Proxy相关设定,以及Proxy Server是否已将SSL 443 port打开。
· 出现网络联机错误Socket error #10061
表示服务器忙碌中无法与您建立联机,请稍后再试。
· 出现网络联机错误Socket error #10022
请您上网更新Windows操作系统组件。Windows NT version 4.0的用户请下载安装 Service Pack 5(含)以上。
· 出现Internal Server Error
主机忙碌中,请您稍后再试。
· 上传时出现Socket error #10022 Invalid argument.
请上网更新Windows操作系统组件(windows update)。Windows NT version 4.0的用户请下载安装 Service Pack 5(含)以上。
· 上传时出现socket error #10054 Connection reset by peer
原因为连接被防火樯或proxy中断"或因为您有安装ip分享器请将ip分享器先拿掉,直接将计算机接adsl的线路后重新上传。
· 上传时出现socket error #10057 Connection reset by peer
原因为系统文件被破坏,请进行系统的杀毒,关闭杀毒软件、防火墙。
INDY9开发程序中反馈的Socket Errors
下面是Socket Error的错误码和描述:
Socket error 0 - Directly send error
Socket error 10004 - Interrupted function call
Socket error 10013 - Permission denied
Socket error 10014 - Bad address
Socket error 10022 - Invalid argument
Socket error 10024 - Too many open files
Socket error 10035 - Resource temporarily unavailable
Socket error 10036 - Operation now in progress
Socket error 10037 - Operation already in progress
Socket error 10038 - Socket operation on non-socket
Socket error 10039 - Destination address required
Socket error 10040 - Message too long
Socket error 10041 - Protocol wrong type for socket
Socket error 10042 - Bad protocol option
Socket error 10043 - Protocol not supported
Socket error 10044 - Socket type not supported
Socket error 10045 - Operation not supported
Socket error 10046 - Protocol family not supported
Socket error 10047 - Address family not supported by protocol family
Socket error 10048 - Address already in use
Socket error 10049 - Cannot assign requested address
Socket error 10050 - Network is down
Socket error 10051 - Network is unreachable
Socket error 10052 - Network dropped connection on reset
Socket error 10053 - Software caused connection abort
Socket error 10054 - Connection reset by peer
Socket error 10055 - No buffer space available
Socket error 10056 - Socket is already connected
Socket error 10057 - Socket is not connected
Socket error 10058 - Cannot send after socket shutdown
Socket error 10060 - Connection timed out
Socket error 10061 - Connection refused
Socket error 10064 - Host is down
Socket error 10065 - No route to host
Socket error 10067 - Too many processes
Socket error 10091 - Network subsystem is unavailable
Socket error 10092 - WINSOCK.DLL version out of range
Socket error 10093 - Successful WSAStartup not yet performed
Socket error 10094 - Graceful shutdown in progress
Socket error 11001 - Host not found
Socket error 11002 - Non-authoritative host not found
Socket error 11003 - This is a non-recoverable error
Socket error 11004 - Valid name, no data record of requested type
WSAEADDRINUSE (10048) Address already in use
WSAECONNABORTED (10053) Software caused connection abort
WSAECONNREFUSED (10061) Connection refused
WSAECONNRESET (10054) Connection reset by peer
WSAEDESTADDRREQ (10039) Destination address required
WSAEHOSTUNREACH (10065) No route to host
WSAEMFILE (10024) Too many open files
WSAENETDOWN (10050) Network is down
WSAENETRESET (10052) Network dropped connection
WSAENOBUFS (10055) No buffer space available
WSAENETUNREACH (10051) Network is unreachable
WSAETIMEDOUT (10060) Connection timed out
WSAHOST_NOT_FOUND (11001) Host not found
WSASYSNOTREADY (10091) Network sub-system is unavailable
WSANOTINITIALISED (10093) WSAStartup() not performed
WSANO_DATA (11004) Valid name, no data of that type
WSANO_RECOVERY (11003) Non-recoverable query error
WSATRY_AGAIN (11002) Non-authoritative host found
WSAVERNOTSUPPORTED (10092) Wrong WinSock DLL version
声明:
本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:
https://www.wpsshop.cn/w/你好赵伟/article/detail/188876
推荐阅读
article
【.
xml
文件匹配不到】⭐️解决使用
mybatis
-
plus
找不到对应的
xml
文件导致的持久层方法报...
mybatis
-
plus
持久层接口报错:org.apache.ibatis.bin
d
ing.Bin
d
ingExcept...
赞
踩
article
Linux下源码安装
svn
客户端_
subversion
no
suitable
neon
found
...
1、下载:https://archive.apache.org/dist/
subversion
/
subversion
-1...
赞
踩
article
fabric
安装遇到的问题和解决方法_no
launcher
profile
.
json
found
...
fabric
安装遇到的问题和解决方法本文是根据https://blog.csdn.net/shengsikandan/a...
赞
踩
article
解决:
java
.
lang
.IllegalAccessError:
class
lombok
.
java
...
解决:处理程序抛出未捕获的异常错误。
java
.
lang
.IllegalAccessError:
class
lombok
...
赞
踩
article
java
.
lang
.IllegalAccessError_
error
:
internal
error
:...
在一次回顾以前写的东西时候,运行之后报了这么一次错误。3.不在报错,成功解决!2.换成JDK8版本的。_
error
:in...
赞
踩
article
错误:Internal
error
: (
java
.
lang
.IllegalAccessError) ...
ideal2019版本从jdk低版本换到17出现报错,原因:ideal2019不支持jdk17_
error
:intern...
赞
踩
article
mysql
【
ERROR
2003 (
HY000
)】错误解决方法与思路_
error
2003 (hy0...
mysql
数据库报
ERROR
2003 (
HY000
): Can'
t
connec
t
t
o MySQL
server
o...
赞
踩
article
K8S问题记录_
failed
to
create
pod
sandbox
: rpc error: c...
与其他采集正常的k8s集群对比,发现所用kube-state-metrics (deployment)版本有差异,将其镜...
赞
踩
article
Linux:Failed to
start
iptables
.
service
: Unit iptab...
出现的问题想使用
service
iptables
start
这个命令打开防火墙,然后出现了如下的提示Failed to ...
赞
踩
article
如何解决“
usage
: see
firewall
-
cmd
man
page
firewall
-
cmd
...
如何解决“
usage
: see
firewall
-
cmd
man
page
firewall
-
cmd
:
error
: u...
赞
踩
article
【Cen
to
s-Firewall】
CentOS7
启动防火墙 报错 Failed
to
start
...
原文地址:https://blog.csdn.net/qq_29369653/article/details/86577...
赞
踩
article
Fix “Unit
iptables
.
service
fail
ed
to
load
: No
such
...
CentOS7
遇到问题systemctl restart
iptables
.
service
Failed
to
issue...
赞
踩
article
本地上传文件到
FastDFS
命令上传报错:
ERROR
-
file
:
connect
ion_
pool
...
root@ubuntu:/etc/fdfs# /usr/bin/fdfs_upload_
file
/etc/fdfs/c...
赞
踩
article
Ubuntu配置fastfds时报错
symbol
lookup
error
: /
usr
/bin/fd...
Ubuntu配置fastfds时报错
symbol
lookup
error
: /
usr
/bin/
fdfs
_tracker...
赞
踩
article
configure
: error: C++
compiler
cannot
create
execu...
在
linux
虚拟机中用./
configure
xxxxxx交叉编译触摸源码(tslib-1.4.tar.gz)的时候遇到...
赞
踩
article
解决
Vue
项目
invalid
host
header
问题
(两种方案)...
问题
出现背景做微信H5网页时,使用花生壳内网穿透进行调试时,打开网页显示:
invalid
host
header
分析
问题
...
赞
踩
article
Docker
file
搭建
Django
镜像。-
bash
:
django
-
admin
: comma...
目录:生成
Django
项目创建
Docker
file
生成
Django
项目
django
-
admin
startpr...
赞
踩
article
webpack
-dev-
server
disableHostCheck导致 invalid hos...
webpack
-dev-
server
disableHostCheck导致 invalid
host
header
今天遇...
赞
踩
article
指定
Django
工程的IP和端口后项目运行没有出问题,但是无法访问端口且报错:
Invalid
HTT...
cmd中报错内容为:D
:
\resp_work\py_1707A\days02\mysite>python manage....
赞
踩
article
Docker
使用镜像_
docker
invalid
host
header...
文章目录学习内容命令拉取镜像运行容器列出镜像查看镜像、容器、数据卷占用空间虚悬镜像显示中间层镜像根据条件列出镜像只显示镜...
赞
踩
相关标签
xml
mybatis
subversion
源码
svn
linux
区块链
java
maven
intellij-idea
ideal
jdk17
bug
版本问题
mysql
adb
数据库
kubernetes
容器
云原生
windows
服务器
ubuntu
fastdfs