码迷,mamicode.com
首页 >  
搜索关键字:dial    ( 729个结果
PyQt5-GUI程序的基本框架
PyQt5 GUI程序的基本框架 启动Python自带的编程和交互式环境IDLE,点击“File”→“New File”菜单项,打开一个文件编辑窗口,在此窗口中输入下面的程序 #使用pyqt5 纯代码创建一个简单的GUI程序 #导入相应的库 import sys from PyQt5 import ...
分类:其他好文   时间:2021-06-10 18:51:00    阅读次数:0
K8S---harbor故障处理
问题1:harbor服务不能正常提供? Error response from daemon: Get http://hub.atguigu.com/v2/: dial tcp 192.168.66.100:80: connect: connection refused 原因分析:harbor服务器 ...
分类:其他好文   时间:2021-06-03 17:53:13    阅读次数:0
'OPTS UTF8 ON': command not understood
背景 go 操作 ftp , 使用 github.com/jlaffaye/ftp这个库 问题复现 登录时报错,错误如题 解决方案 添加参数,禁用 utf8 ftp.Dial("ftp.example.com:21", ftp.DialWithTimeout(5*time.Second), ftp. ...
分类:其他好文   时间:2021-06-02 14:45:08    阅读次数:0
【转】3种TCP连接异常的情况。
原文:http://www.bubuko.com/infodetail-3022082.html 本文介绍3种TCP连接异常的情况。 1.server端没有启动,client尝试连接 ./client dial failed: dial tcp 127.0.0.1:8080: connect: co ...
分类:其他好文   时间:2021-05-24 01:04:14    阅读次数:0
云原生 API 网关,gRPC-Gateway V2 初探
gRPC-Gateway 简介 我们都知道 gRPC 并不是万能的工具。 在某些情况下,我们仍然想提供传统的 HTTP/JSON API。原因可能从保持向后兼容性到支持编程语言或 gRPC 无法很好地支持的客户端。但是仅仅为了公开 HTTP/JSON API 而编写另一个服务是一项非常耗时且乏味的任 ...
分类:Windows程序   时间:2021-04-07 10:48:16    阅读次数:0
win10 openpose vs2015 cmake build
win10 openpose vs2015 cmake build Selecting Windows SDK version 10.0.14393.0 to target Windows 10.0.19042. CMAKE_VERSION = 3.20.0 Building with CUDA. ...
分类:Windows程序   时间:2021-04-06 14:39:49    阅读次数:0
dockerSearch命令报错解决方案
dockerSearch命令 Get https://index.docker.io/v1/search?q=redis&n=25: dial tcp: lookup index.docker.io on [::1]:53: read udp [::1]:49555->[::1]:53: read:... ...
分类:其他好文   时间:2021-03-31 12:10:21    阅读次数:0
ESLint is disabled since its execution has not been approved or denied yet
VS Code 装好ESLint 插件报黄线的问题,具体解决方法如下所示: ESLint is disabled since its execution has not been approved or denied yet. Use the light bulb menu to open the ...
分类:移动开发   时间:2021-03-15 10:51:43    阅读次数:0
goland下载etcd/clientv3包报错
报错内容如下: 错误信息: go get go.etcd.io/etcd/clientv3: module go.etcd.io/etcd/clientv3: Get "https://proxy.golang.org/go.etcd.io/etcd/clientv3/@v/list": dial ...
分类:其他好文   时间:2021-03-02 12:09:53    阅读次数:0
WPF 颜色选择器
System.Windows.Forms.ColorDialog colorDialog = new System.Windows.Forms.ColorDialog(); //允许使用该对话框的自定义颜色 colorDialog.AllowFullOpen = true; colorDialog. ...
分类:Windows程序   时间:2021-02-03 10:32:12    阅读次数:0
729条   1 2 3 4 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!