码迷,mamicode.com
首页 >  
搜索关键字:lost connection    ( 6204个结果
在Eclipse中执行Andorid test preject提示The connection to adb is down, and a severe error has occured.解决方法
启动android模拟器时.有时会报The connection to adb is down, and a severe error has occured.的错误.在网友说在任务管理器上把所有adb.exe关闭掉.重启eclipse.但试过不管用.所以在外国网站上找到一种可行的方法:1.先把ec...
分类:数据库   时间:2014-10-24 22:05:09    阅读次数:322
Listener refused the connection with the following error 错误解决
原文地址 :http://blog.csdn.net/zajin/article/details/17753351做个备份:查询数据库当前进程的连接数: select count(*) from v$process; 查看数据库当前会话的连接数: elect count(*) from v$s...
分类:Windows程序   时间:2014-10-24 16:05:31    阅读次数:289
关于mysql事务提交
package com.itheima.trans; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import com.itheima.util.DBUtil; public class Trans...
分类:数据库   时间:2014-10-23 20:45:37    阅读次数:239
IT忍者神龟之Instant client required
pply OS : Windows, Mac, Linux Apply Navicat Product : Navicat for Oracle, Navicat Premium Apply Navicat Version No. : All Instant Client package is required for Basic and TNS connection typ...
分类:其他好文   时间:2014-10-23 17:48:12    阅读次数:374
python循环插入数据 oracle
python链接oracle,要安装cx_Oracle代码:#-*-coding=utf-8import cx_Oracleimport mathComn=cx_Oracle.Connection('system/wzh123456@192.168.0.40/orcl')Cur=Comn.curso...
分类:数据库   时间:2014-10-23 16:04:07    阅读次数:193
Hibernate MySql "Too Many Connection"错误解决方案
解决Hibernate MySql "Too Many Connection"错误解决方案...
分类:数据库   时间:2014-10-23 14:31:16    阅读次数:149
android studio更新的时候出现Connection failed
在mac上更新android studio时,总是弹出上面alert,解决方法是在进入到Android Studio.app/Content/bin目录下在idea.vmoptions文件添加一下内容就OK了 -Djava.net.preferIPv4Stack=true -Didea.updates.url=http:...
分类:移动开发   时间:2014-10-23 00:11:47    阅读次数:189
java实现sql语句批处理
Statement实现批处理: 优点:能够处理多种不同结构的sql语句 缺点:不能预处理,执行效率较差。对于参数不同的同一条sql语句需要多次调用addBatch() package com.itheima.batch; import java.sql.Connection; import java.sql.Statement; import org.junit.Test; impor...
分类:数据库   时间:2014-10-22 22:05:47    阅读次数:358
知乎日报客户端应用ios源码
swift开发的知乎日报客户端详细源码,里面分UI和网络两个模块。1.涉及到了大部分的UI控件的使用(甚至包括UIRefreshView,UITableConrol等等)2.Connection完成网络的交互操作3.json格式的数据解析4.sqlite数据库的各种常用操作5.包含swift开发过程...
分类:移动开发   时间:2014-10-22 10:00:22    阅读次数:261
【MongoDB】The connection between two tables
In mongoDB, there are two general way to connect with two tables. Manual Connection and use DBRef 1. Basically manual connection  Firstly init the data which was saved in the different collections....
分类:数据库   时间:2014-10-22 06:28:15    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!