码迷,mamicode.com
首页 >  
搜索关键字:resultset connection    ( 6325个结果
Java事务(三) - 使用ThreadLocal
一. 为什么使用ThreadLocal: 在上一篇博文中, 我们通过传递Connection的方式来控制事务, 这种方法可以达到目的, 但让人看的不爽, 如果涉及到调用多个service, 那我是不是还得从controller层传递Connection?...
分类:编程语言   时间:2014-09-12 01:17:32    阅读次数:253
Java事务(二) - 传递Connection
一. 为什么要传递Connection? 在前面的概述中我们知道, JDBC事务处理的作用对象为Connection, 因此要想控制操作在同一个事务里面, 我们必须要共享Connection....
分类:编程语言   时间:2014-09-11 23:52:32    阅读次数:280
关于从URLConnection获取流的顺序问题
今天写一段代码,向服务器发送一段报文,然后获取服务器的响应 其中发送报文的代码如下: //... outputStream?=?connection.getOutputStream(); inputStream?=?connection.getInputStream(); PrintWriter?o...
分类:其他好文   时间:2014-09-11 22:31:22    阅读次数:246
PHP mysql_query() 函数
定义和用法 mysql_query() 函数执行一条 MySQL 查询。 语法 mysql_query(query,connection) 参数 描述 query 必需。规定要发送的 SQL 查询。注释:查询字符串不应以分号结束。 connection 可选。规定 SQL 连接标识...
分类:数据库   时间:2014-09-11 12:40:02    阅读次数:352
最近纠结致死的一个java报错java.net.SocketException: Connection reset 终于得到解决
Copy fromhttp://www.seotcs.com/blog/796.html自从SEOTcs系统11月份24日更新了一下SEO得分算法以来,一直困扰我的一个问题出现了,java的数据job任务,在执行过程中会经常报以下的错误:“2011-12-03 18:00:32 DefaultHtt...
分类:编程语言   时间:2014-09-11 11:01:51    阅读次数:258
Received empty response from Zabbix Agent at [agent]. Assuming that agent dropped connection because of access permission
Received empty response from Zabbix Agent at [agent]. Assuming that agent dropped connection because of access permission情况:server端一直显示更改server上agentd...
分类:数据库   时间:2014-09-11 03:27:01    阅读次数:11905
nternal Exception java.net.socketexception Connection Reset Error : A Guide
Copy fromhttp://www.minecraftman.com/internal-exception-java-net-socketexception-connection-reset/Internal Exception java.net.socketexception Connecti...
分类:编程语言   时间:2014-09-10 15:41:50    阅读次数:379
一个坑:java.sql.ResultSet.getInt==》the column value; if the value is SQL NULL, the value returned is 0
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.Parameters:colum...
分类:数据库   时间:2014-09-10 10:49:10    阅读次数:275
共享windows7网络时出现依赖的组件无法启动的解决办法
共享windows7网络时出现依赖的组件无法启动的解决办法。 一般说来是Remote Procedure Call (RPC)、RPC Endpoint Mapper、Remote Procedure Call (RPC) Locator、SNMP Trap、Telephony、Remote Access Connection Manager、Remote Access Auto Con...
分类:Windows程序   时间:2014-09-10 09:37:30    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!