由于目标机器积极拒绝,无法连接。 (10061), on API \'connect\' 这个是什么意

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了由于目标机器积极拒绝,无法连接。 (10061), on API \'connect\' 这个是什么意相关的知识,希望对你有一定的参考价值。

由于目标机器积极拒绝,无法连接。 (10061), on API 'connect' 我电脑老是出现这个。。。。快疯狂了,在baidu搜了一下很多种答案,但是没有一个管用的,请教大侠们有办法吗?

on API \\'connect\\' 是说connect(登录)这个API出的问题,就是登录不上服务器和上面一个意思,出这种问题一般来说不是事是服务器拒绝服务。

在计算机文件上以obj作扩展名----由语言处理程序将源程序处理(汇编,编译,解释)成与之等价的由机器码构成的,计算机能够直接运行的程序,该程序叫目标程序。

目标代码尽管已经是机器指令,但是还不能运行,因为目标程序还没有解决函数调用问题,需要将各个目标程序与库函数连接,才能形成完整的可执行程序。

扩展资料:

作用:目标程序在许多编程工具中都有作用。

计算机并不能直接地接受和执行用高级语言编写的源程序,源程序在输入计算机时,通过"翻译程序"翻译成机器语言形式的目标程序,计算机才能识别和执行。这种"翻译"通常有两种方式,即编译方式和解释方式。

编译方式是指利用事先编好的一个称为编译程序的机器语言程序,作为系统软件存放在计算机内,当用户将高级语言编写的源程序输入计算机后,编译程序便把源程序整个地翻译成用机器语言表示的与之等价的目标程序。

然后计算机再执行该目标程序,以完成源程序要处理的运算并取得结果。解释方式是指源程序进入计算机后,解释程序边扫描边解释,逐句输入逐句翻译,计算机一句句执行,并不产生目标程序。

如PASCAL、FORTRAN、COBOL等高级语言执行编译方式;BASIC语言则以执行解释方式为主;而PASCAL、C语言是能书写编译程序的高级程序设计语言。

参考资料来源:百度百科-目标程序




参考技术A 由于目标机器积极拒绝,无法连接的意思是服务器不允许你连接,可能是你下载东西开了多个线程,也可能是服务就是不让所有的电脑连连.on API \'connect\' 是说connect(登录)这个API出的问题.就是登录不上服务器,和上面一个意思,出这种问题一般来说不是你的事,是服务器拒绝服务. 参考技术B 怎么个出现法?打开网页的时候还是别的什么? 参考技术C 对啊,说是干吗的才知道,上网,玩游戏,服务器都有可能出这个问题。

由于计算机积极拒绝

登录一个网站的帐号和密码提示
由于目标机器积极拒绝,无法连接

Server Error in '/' Application.
由于目标机器积极拒绝,无法连接。 211.103.154.201:80
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.Sockets.SocketException: 由于目标机器积极拒绝,无法连接。 211.103.154.201:80

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:

[SocketException (0x274d): 由于目标机器积极拒绝,无法连接。 211.103.154.201:80]
System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +239
System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) +35
System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) +22494
Register_Default.Button1_Click(Object sender, EventArgs e) +164er sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

应该怎么处理,关闭防火墙也无法使用

参考技术A 是服务器的原因:服务请拒绝了你发出的连接请求;不是你计算机或程序的原因追问

那应该怎么处理

追答

你得问一些服务器的管理人员或开发人员了

本回答被提问者和网友采纳

以上是关于由于目标机器积极拒绝,无法连接。 (10061), on API \'connect\' 这个是什么意的主要内容,如果未能解决你的问题,请参考以下文章

python socket报错[WinError 10061] 由于目标计算机积极拒绝,无法连接。 是啥意思?

老出现这怎么办?:windows socket error:由于目标机器积极拒绝,无法连接。(10061),on API\'connect\'

由于计算机积极拒绝

android stdio无线调试 :adb connect 命令后 结果 由于目标计算机积极拒绝, 无法连接. (10061)是

解决ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。

错误记录:运行tensorflow示例代码报错“[WinError 10061] 由于目标计算机积极拒绝,无法连接。”