码迷,mamicode.com
首页 >  
搜索关键字:cannot connect    ( 15038个结果
阿里云 centos8 yum check_update 报错
错误: Repository epel is listed more than once in the configurationbintray-rabbitmq-rpm 5.6 B/s | 10 B 00:01 Errors during downloading metadata for repo ...
分类:其他好文   时间:2021-06-02 14:01:53    阅读次数:0
select 语句的基础语法
授权语法sql 一.用户的创建与使用 在管理员登录后可创建用户 --创建qfplan用户-create user qfplan identified by qfplan; --用户基本权限授权grant create session, connect ,resource to qfplan; --给 ...
分类:其他好文   时间:2021-06-02 11:00:18    阅读次数:0
mongodb sort
往常使用options.Find().SetSort(bson.D{{"a", -1},{"b", -1}})结果报错,感觉使用方法没问题,排查之后发现是import的包错了导致。 cannot transform type bson.D to a BSON Document: WriteArray ...
分类:数据库   时间:2021-05-25 18:10:59    阅读次数:0
Nginx 502 Bad Gateway
前言 事实证明,读过Linux内核源码确实有很大的好处,尤其在处理问题的时刻。当你看到报错的那一瞬间,就能把现象/原因/以及解决方案一股脑的在脑中闪现。甚至一些边边角角的现象都能很快的反应过来是为何。笔者读过一些Linux TCP协议栈的源码,就在解决下面这个问题的时候有一种非常流畅的感觉。 Bug ...
分类:其他好文   时间:2021-05-25 17:42:11    阅读次数:0
qt UDPServer端
增加模块QT += network // 初始化属性 ui->inport->setText("8888"); ui->outport->setText("9999"); ui->localip->setText("127.0.0.1"); // 创建套接字 udp = new QUdpSocket ...
分类:其他好文   时间:2021-05-24 17:03:08    阅读次数:0
oracle基础命令
1. 登录 kubectl get pods kubectl exec -it onedata-oracle-795d6c558b-b2cqj /bin/bash sqlplus /nolug connect / as sysdba 2. 用户账号 创建: create user onedata i ...
分类:数据库   时间:2021-05-24 14:53:10    阅读次数:0
DHCP
DHCP (Dynamic Host Configuration Protocol): An application-layer client-server protocol for allowing a device to automatically obtain an IP address. D ...
分类:其他好文   时间:2021-05-24 14:38:40    阅读次数:0
Scala基础
Scala语言类型(同java) 静态,强,类型推断, 弱类型:(javascripte) > "1"+2 '12' 强类型:(java,scala,python) >>> "1"+2 TypeError: cannot concatenate 'str' and 'int' objects 动态类 ...
分类:其他好文   时间:2021-05-24 14:04:24    阅读次数:0
数据库导入导出解释
数据库导入导出数据解释 --新建用户(sibpm_hc:用户名,sibpm_osa_f_hc:密码) create user sibpm_hc identified by sibpm_osa_f_hc --授权 grant dba,connect to sibpm_hc --cmd 运行,不用登陆 ...
分类:数据库   时间:2021-05-24 13:35:21    阅读次数:0
mysql远程连接错误总结
从一台Linux远程连接另一台linux上的MySQL, 出现ERROR 2003 (HY000): Can't connect to MySQL server on 'xxx.xxx.xxx.85'(111)错误。 [mysql@vvmvcs0 ~]$ mysql -hxxx.xxx.xxx.85 ...
分类:数据库   时间:2021-05-24 13:33:51    阅读次数:0
15038条   上一页 1 ... 6 7 8 9 10 ... 1504 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!