码迷,mamicode.com
首页 >  
搜索关键字:connection reset by peer    ( 9557个结果
JDBC访问Oracle数据库例子源代码,包括创建table,删除table,插入记录,删除记录,查询记录等
JDBC访问Oracle数据库例子源代码,包括创建table,删除table,插入记录,删除记录,查询记录等...
分类:数据库   时间:2014-06-05 10:56:48    阅读次数:323
hibernate 的 org.dom4j.DocumentException: Connection timed out 问题
hibbernate的异常的一种情况 org.dom4j.DocumentException: Connection timed out Connection timed out: connect Nested exception: Connection timed out: connect 出现这个异常的原因之一是读取配置文件超时。通常是在读...
分类:系统相关   时间:2014-06-05 08:52:44    阅读次数:371
libvirt 基于C API基本使用案例
1,virConnectGetLibVersionAPI call obtain the version of libvirt software in use on the hostit takes a connection pointer and unsigned long pointer as ...
分类:Windows程序   时间:2014-06-03 08:10:33    阅读次数:440
[Android_Bug]处理PhoneGap Application Error: "The connection to the server was unsuccessful.(file:///android_asset/www/index.html)"的错误
android 在log中提示TimeOut Error后,应用程序弹出application errorthe connection to the server was unsuccessful 的错误的处理方法:第一步找到项目中res/xml目录下的config.xml,把你的外网的域名地址添加...
分类:移动开发   时间:2014-06-02 22:24:37    阅读次数:361
Struts1国际化实例
添加支持(即jar包)后的步骤为:(1)编写资源文件①英文资源文件,命名为application.en.propertiesindex.title=OnNetBookManagerindex.userName=userNameindex.passWord=passWordindex.submit=submitindex.reset=resetindex.language.english=Englishindex.language.zh=Chinese..
分类:其他好文   时间:2014-06-02 16:35:04    阅读次数:250
在Java语言中调用存储过程、存储函数、包头、包体
需要拷贝连接Oracle的jar包,路径如下图所示: 连接Oracle数据库的代码: package demo.utils; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java....
分类:编程语言   时间:2014-06-01 14:42:04    阅读次数:451
The connection to adb is down, and a severe error has occured(Android模拟器端口被占用)
相信不少同学和我一样遇到这个问题,有时候搞的还要重启电脑,那究竟是什么原因导致的呢,很明显,你的端口被占用了,那下面给出终极解决方案一、首先描述症状,如下图二、出现问题了,首先确定你的sdk目录是不是真的在Console输出的那个位置,如果是的话。接下来现在就要看看到底是谁占用了端口。打开命令编辑器...
分类:移动开发   时间:2014-05-31 15:40:38    阅读次数:366
Xlib: connection to ":0.0" refused by server Xlib: No protocol specified解决方案
Xlib: connection to ":0.0" refused by serverXlib: No protocol specified解决办法:1. 退出oracle,用root登陆;2. root命令行下输入:[root@localhost~]#xhostlocal:oraclenon-n...
分类:其他好文   时间:2014-05-31 15:25:20    阅读次数:207
http请求 响应 详细过程
httpurlconnection1. 配置connection对象2. connect() [根据配置设置请求头 outputStream 字符串流] 存储在内存缓冲区3. outputStream关闭时 生成http正文4. 调用getInputStream时 发送http请求 返回I...
分类:其他好文   时间:2014-05-31 14:35:49    阅读次数:200
Telnet运用and Sqlserver connection failed
今天的工作中,需要远程访问服务器上的数据库。但是,连接错误,Error code is 1326.说句实话,关于SqlServer 不能远程访问这个问题,我遇到过N次。可是每次都不认真去研究到底是什么原因造成的?直到今天,我解决这个遇到过N多次的问题时,还是相当棘手。在今天解决这个问题过程中,我深深...
分类:数据库   时间:2014-05-31 12:59:56    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!