码迷,mamicode.com
首页 >  
搜索关键字:lost connection    ( 6204个结果
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
scp出现ssh port 22: Connection refused 问题解决具体步骤
[root(0)@sys1109:20:29/home/work/Code_release/bj]#scp./release.shroot@192.168.161.151:/Users/a2014102/Downloadsssh:connecttohost192.168.161.151port22:ConnectionrefusedlostconnectionSolution:Onepossiblereasonisthatbecausethesshserverdaemon,orsshd, isnotloade..
分类:其他好文   时间:2014-06-27 07:06:12    阅读次数:499
c#通过ODBC以自定义端口连接数据库
数据库端的配置暂且不说,比较简单,新建用户并开启相应连接权限即可。通过ODBC连接数据库,重点在于Connection String的书写,在此可以查到几乎所有类型的Data Server的Connection String的写法http://www.connectionstrings.com/对于...
分类:数据库   时间:2014-06-26 20:30:48    阅读次数:215
Loadrunner 录制成功,但是脚本并没有产生
LR 在用IE 录制脚本已经成功,但是结束录制以后,并没有脚本产生,在产生脚本log 中提示:[Net An. Error (14c8:1cec)] Request Connection: Remote Server @ 127.0.0.1:8010 (Service=) NOT PROXIED! ...
分类:其他好文   时间:2014-06-26 19:41:03    阅读次数:265
tcp nonblock connection rst
客户端(>5w)异步connect连接到server端,server端listen backlog设置为1024,发现存在部分客户端建立连接后,收到服务端的rst包。先看下tcp监听套接字维护的两个队列(来自Unix网络编程)测试模拟抓包如下:解释:异步connect过快,导致server端list...
分类:其他好文   时间:2014-06-26 17:51:36    阅读次数:248
tomcat停止失败 java.net.ConnectException: Connection refused
今天遇到个很郁闷的问题,使用catalina.shstop或者shutdown.sh关闭tomcat总是失败,总提示连接超时。开始以为是自己tomcat配置的问题,重新部署上没更改过配置的tomcat,结果依然是失败。后来使用telnet127.0.0.1到shutdown的端口发现失败;tomcat停止的时候将SHUTDOWN指令发送..
分类:编程语言   时间:2014-06-26 06:09:23    阅读次数:375
TJU 4087. box
题目:Tuhao and his two small partners participated in the tournament.But in the end, they lost the chance to finish a mathematical problem.After the com...
分类:其他好文   时间:2014-06-25 18:07:35    阅读次数:333
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!