码迷,mamicode.com
首页 >  
搜索关键字:connection refused    ( 5932个结果
动手生成 Delphi xe DBTreeview 三级行政图树 省市县
表结构及记录 object tarea: TFDQuery Connection = FDConnection1 SQL.Strings = ( 'select *' 'from tArea order by fParentCode') Left = 160 Top = 240 end object ...
分类:数据库   时间:2019-08-11 20:41:16    阅读次数:155
Centos 14: problem making ssl connection
Centos 14: problem making ssl connection ...
分类:其他好文   时间:2019-08-11 17:40:32    阅读次数:113
class.forname & classloader
From https://www.cnblogs.com/gaojing/archive/2012/03/15/2413638.html 传统的使用jdbc来访问数据库的流程为: 最开始使用的时候,不明白为什么首先要加载一个驱动类,之后就可以取得了Connection了,很好奇DriverManag ...
分类:其他好文   时间:2019-08-11 14:46:54    阅读次数:88
MySQL
安装 mac下安装mysql 5.7,参考: 启动和停止 修改密码 登录 备注 1. 默认的端口号为 3306 2. Mac下简单易用的MySql管理工具:Sequel Pro QA "Sequel Pro and MySQL connection failed" 问题描述: 解决方案: This ...
分类:数据库   时间:2019-08-11 12:37:49    阅读次数:108
Failed to get D-Bus connection: Operation not permitted
centos7.4 在docker容器中启动php报错 报错: [root@be474fdeb4d1 /] systemctl start php Failed to get D Bus connection: Operation not permitted 原因:在centos7的docker容器 ...
分类:其他好文   时间:2019-08-10 19:40:15    阅读次数:81
爬虫 Connection 代理 cookie 验证码
代理 cookie 验证码 实例展示 ...
分类:其他好文   时间:2019-08-05 20:34:01    阅读次数:243
JDBC API浅析
使用java开发数据库应用程序一般都需要用到四个接口:Driver、Connection、Statement、ResultSet 1.Driver接口用于加载驱动程序 2.Connection接口用于连接到数据库 3.Statement接口用于创建和执行SQL语句 4.ResultSet接口用于处理 ...
分类:数据库   时间:2019-08-03 20:00:53    阅读次数:134
PHP Rabbitmq 报错Broken pipe
fwrite(): send of 13 bytes failed with errno=32 Broken pipe fwrite(): send of 21 bytes failed with errno=104 Connection reset by peer 用 rabbitmq 做消息队列 ...
分类:Web程序   时间:2019-08-03 10:49:21    阅读次数:180
JDBC封装
``` //JDBC的封装 import java.io.IOException; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLExc... ...
分类:数据库   时间:2019-08-02 20:53:21    阅读次数:122
5932条   上一页 1 ... 81 82 83 84 85 ... 594 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!