码迷,mamicode.com
首页 >  
搜索关键字:connection has timed    ( 17005个结果
QTP连接sqlserver
Dim conn,strSql '定义变量set conn = CreateObject("ADODB.Connection") '创建连接conn.ConnectionString="Provider=SQLOLEDB.1;Password=rcdb@2009;Persist Security.....
分类:数据库   时间:2014-08-12 21:29:34    阅读次数:354
CSU 1424 Qz’s Maximum All One Square
Description       YH gave Qz an odd matrix consists of one or zero. He asked Qz to find a square that has the largest area. The problem is not so easy, that means the square you find must not contai...
分类:其他好文   时间:2014-08-12 19:11:04    阅读次数:208
轻量级开源嵌入式关系数据库sqlite基本使用
1,安装 for centos/ReaHat;yum -y install sqlite sqlite-devel;2,sqlite C/C++API接口,核心对象OCI接口(Oracle Call Interface)2_1,核心对象:database_connection和prepared_st...
分类:数据库   时间:2014-08-12 18:38:24    阅读次数:336
oracle 用户过期以及解锁
Step1:使用管理员账户或者有dba权限登陆,如system账户Step2:执行SELECT*FROMDBA_USERSwhereusernamelike‘%TEST%‘其中account_status是状态。状态可分为两类:1.基本状态;2.组合状态。基本状态:0OPEN、1EXPIRED、2EXPIRED(GRACE)、4LOCKED(TIMED)、8LOCKED后四种是基本状态..
分类:数据库   时间:2014-08-12 17:34:25    阅读次数:253
HDU 3874 Necklace (线段树单点更新+区间查询+离线操作)
Problem Description Mery has a beautiful necklace. The necklace is made up of N magic balls. Each ball has a beautiful value. The balls with the same beautiful value look the same, so if two or more ...
分类:其他好文   时间:2014-08-12 17:29:44    阅读次数:253
Poj 3278-Catch That Cow--BFS
Catch That Cow Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 46671   Accepted: 14656 Description Farmer John has been informed of the location of a fugitiv...
分类:其他好文   时间:2014-08-12 17:06:04    阅读次数:171
oracle 数据库中,应用程序里的连接探测语句的正确使用
oracle 数据库中,应用程序里的连接探测语句的正确使用...
分类:数据库   时间:2014-08-12 13:34:24    阅读次数:265
jdbc连接Mysql方法封装
packagecom.shopping.util;importjava.sql.Connection;importjava.sql.DriverManager;importjava.sql.PreparedStatement;importjava.sql.ResultSet;importjava.sql.SQLException;importjava.sql.Statement;publicclassDB{ static{ try{ Class.forName("com.mysql.jdbc.Drive..
分类:数据库   时间:2014-08-12 03:31:24    阅读次数:274
Connection is read-only. Queries leading to data modification are not allowed
Connection is read-only. Queries leading to data modification are not allowed 例如有UserService的方法 listUsers, 获取所有用户,就没问题。 但是如果是UserService的方法delUser, 要在dao层删除用户。就会报错误如下: Connection is ...
分类:其他好文   时间:2014-08-12 00:49:13    阅读次数:180
POJ1456Supermarket(贪心+优先队列)
Supermarket Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 9103   Accepted: 3891 Description A supermarket has a set Prod of products on sale. It earns a pr...
分类:其他好文   时间:2014-08-12 00:45:03    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!