码迷,mamicode.com
首页 >  
搜索关键字:connection reset    ( 9238个结果
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
关于jQuery中.attr()和.prop()
功能需求是这样的,两个radio:男和女,一个button:重置。启动页面默认选中男,在用户选择女之后又点击重置按钮,需要恢复到默认状态。男女重置我的js代码是这样的:$("#reSet").click(function() { $("input[name='sex']:first").attr(....
分类:Web程序   时间:2014-06-25 16:31:06    阅读次数:173
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
FPGA笔记-读取.dat文件
读取.dat图像文件 initial begin // Initialize Inputs CLK = 0; RST = 1; IMAGE_DATA = 0; BUFFER_WEN = 0; // Wait 100 ns for global reset to finish #10000; RST = 0; #100; RST = 1; /...
分类:其他好文   时间:2014-06-24 20:31:16    阅读次数:223
三分钟教你学Git (四)之紧急救助
如果你不小心git reset --hard HEAD^ 然后这个commit又没有在别的git仓库中,怎么办?是不是这次修改就丢了呢? git为我们每次都历史都保留了reference log 如下: $ git commit -A -m "hongchangfirst commit" 你现在看git的历史记录,你可以看到两次提交: $ git log * d1f3fg...
分类:其他好文   时间:2014-06-22 07:45:23    阅读次数:314
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
迷上了代码!