码迷,mamicode.com
首页 >  
搜索关键字:connection reset    ( 9238个结果
Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider停住了
2015.1.24进行了服务器的搬家,搬家后,更换了新的IP,导致新的IP访问以前IP的数据库服务无法成功Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionPro...
分类:编程语言   时间:2015-01-26 18:46:02    阅读次数:135
docker run -i -t
tty: teletype, teletypewriterpseudo-tty 伪终端-t assigns a pseudo-tty or terminal inside our new container-imake an interactive connection
分类:其他好文   时间:2015-01-26 18:40:47    阅读次数:176
在windows系统中安装hadoop
1、安装Cygwin 从http://www.cygwin.com/下载cygwin的setup.exe,双击运行: 选择从Internet安装: 设置安装目录: 设置安装包目录: 设置“Internet Connection”的方式,选择“Direct Connection”: 选...
分类:Windows程序   时间:2015-01-26 16:43:51    阅读次数:319
基于smack的即时聊天系统之文件传输功能实现
实现代码为: public int TransFile(String toUser, String fileDir) { // final int flag[] = new int[] { 0 }; Connection conn = this.connection; ServiceDiscoveryManager serviceDiscoveryManager = new Ser...
分类:系统相关   时间:2015-01-26 15:13:34    阅读次数:251
[转载]CSS Tools: Reset CSS
http://meyerweb.com/eric/tools/css/reset/The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, marg...
分类:Web程序   时间:2015-01-25 19:32:37    阅读次数:201
JDBC四(web基础学习笔记十)
一、增加、修改、删除、查询将功能整合在一个类中package pb.base;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;import java.sql.Resu...
分类:数据库   时间:2015-01-24 20:06:27    阅读次数:160
工作中的英语积累6
1.微小的,极小的  tiny 2.封装  footprints 3.对齐   align 4.等距分布   distribute  equally 5.查找范围   consider objects in 6.连接检测  connection matrix 7.生成分类  classes generation 8.违背,违反,错误  violation 9.设置  contain...
分类:其他好文   时间:2015-01-24 17:23:23    阅读次数:150
JDBC 入门 - 建立连接
JDBC 入门 - 建立连接建立连接在于数据库交互的时候, 第一件事是和数据源(Data Source)也就是数据库建立连接(Connection). 可以从这两个类从数据源取得连接:DriverManager: 在 java.sql 包中, 连接时必须要指定 URL 去连接, 在 JDBC4.0 ...
分类:数据库   时间:2015-01-24 15:44:25    阅读次数:270
C# 调用存储过程
下面以调用:Sql Server 分页存储过程为例 调用代码如下: string MyConn = "server=数据库服务器Ip;uid=数据库用户名;pwd=密码;database=数据库名称;Trusted_Connection=no"; SqlConnection MyConnection = new SqlConnection(MyConn);...
分类:Windows程序   时间:2015-01-24 11:39:43    阅读次数:248
错误代码0x00000001,好多软件连不了网,求助~(WIN7/win8/win9/win10)
解决办法: 以管理员身份运行命令行,在弹出的窗口中运行如下命令: netsh winsock reset catalog netsh int ip reset reset.log hit 让被阻止了的svchost.exe进程恢复正常,以解决Windows 7(以上版本) 通信端口初始化...
分类:Windows程序   时间:2015-01-24 11:37:04    阅读次数:464
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!