码迷,mamicode.com
首页 >  
搜索关键字:connection detect    ( 6160个结果
adb.exe问题
问题:The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse. Please ensure that adb is correctly located ...
分类:数据库   时间:2014-06-27 22:03:33    阅读次数:294
c#通过ODBC以自定义端口连接数据库
数据库端的配置暂且不说,比较简单,新建用户并开启相应连接权限即可。通过ODBC连接数据库,重点在于Connection String的书写,在此可以查到几乎所有类型的Data Server的Connection String的写法http://www.connectionstrings.com/对于...
分类:数据库   时间:2014-06-26 20:30:48    阅读次数:215
weblogic配置数据源出错
Connection test failed. Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in conn...
分类:Web程序   时间:2014-06-25 23:48:58    阅读次数:387
java简单的数据库查询(SQLServer数据库)
1.数据库链接类 1 import java.sql.Connection; 2 import java.sql.DriverManager; 3 import java.sql.SQLException; 4 5 public class DBHelper { 6 /** 7 ...
分类:数据库   时间:2014-06-25 14:29:01    阅读次数:292
spring创建连接池的几种方式
spring使用连接池有很多种方式,jdbc(不使用连接池),c3p0,dbcp,jndi,下面将分别贴代码介绍这几种:1.jdbc方式使用的是DriverManagerDataSource,DriverManagerDataSource建立连接是只要有连接就新建一个connection,根本没有连接池的作用<beanid="dataSource"class="or..
分类:编程语言   时间:2014-06-25 06:37:32    阅读次数:284
Android开发环境搭建时遇到问题的解决方法
Android开发环境搭建时遇到问题的解决方法  错误1: The connection to adb is down, and a severe error has occured. [2013-08-31 16:11:56 -com.qihoo.subject] You must restart adb and Eclipse. [2013-08-31 16:11:56...
分类:移动开发   时间:2014-06-24 23:51:52    阅读次数:514
RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile canno
今天是2014-06-18,在复制数据的时候出现如下错误: RMAN-05537: DUPLICATE without TARGET connection when auxiliary instance is started with spfile cannot use SPFILE clause 操作过程如下: [oracle@dg1 dbs]$ rman target sys/root@...
分类:其他好文   时间:2014-06-22 19:13:14    阅读次数:306
[原理][源代码解析]spring中@Transactional,Propagation.SUPPORTS,以及 Hibernate Session,以及jdbc Connection关系
Spring 绑定 Hibernate.    一. 1. Spring 如何处理propagation=Propagation.SUPPORTS? 2. Spring 何时生成HibernateSession ? 3.  propagation=Propagation.SUPPORTS和propagation=Propagation.require对生成Session有何影响 ? 4...
分类:数据库   时间:2014-06-22 15:47:24    阅读次数:274
nginx的源码分析--间接回调机制的使用和类比
nginx使用了间接回调机制,结合upstream机制的使用来说明一下,首先明确几个事实: 1)其实ngxin和下游客户端的连接使用的是ngx_http_connection_t,每个连接对应着一个读事件、一个写事件,epoll监听队列监听的是事件(ngx_event_t),但是事件的data字段对应于这个事件所属的连接(ngx-connection_t)。但是nginx和上游服务器之间的连接使...
分类:其他好文   时间:2014-06-22 06:25:18    阅读次数:206
hibernate Disabling contextual LOB creation as connection was null
????用hibernate访问sybase时遇见的异常。 Could not obtain connection metadata : ASE is now using a multi-byte character set, and the TEXT character counts have not been re-calculated using this character set ...
分类:系统相关   时间:2014-06-22 06:19:49    阅读次数:1188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!