内网有台dell r620 做测试用;4个网口都插了 网线,通过小交换直接连在中心路由的第3个口上;安装了kvm,有virbr0 ;但还没装其它的虚拟机。ping 外网域名 ,IP地址 都超慢; 近乎1分钟返回一次;尝试:/etc/sysconfig/network-scripts 目录下新件了 ....
分类:
其他好文 时间:
2014-06-29 00:47:00
阅读次数:
283
Eclipse中调试的时候报错[2014-06-18 13:07:49 - DinnerBooker] The connection to adb is down, and a severe error has occured.[2014-06-18 13:07:49 - DinnerBooker]...
分类:
移动开发 时间:
2014-06-28 21:52:07
阅读次数:
287
转自: http://www.cnblogs.com/susuyu/archive/2013/05/28/3104249.htmlMySql Host is blocked because of many connection errors; unblock with 'mysqladmin flu...
分类:
数据库 时间:
2014-06-28 18:28:17
阅读次数:
264
原文: http://www.cnblogs.com/codingmyworld/archive/2011/08/17/2141706.html /* 从连接池中取连接的超时时间 */ConnManagerParams.setTimeout(params, 1000);/* 连接超时 */HttpC...
分类:
移动开发 时间:
2014-06-21 13:56:13
阅读次数:
247
今天在工作的时候发现自己update 一个表的某个字段超时,想了好久,首先想到的办法是,延长操作时间:mysql> set innodb_lock_wait_timeout=100mysql> show variables like 'innodb_lock_wait_timeout'; 但是时间....
分类:
数据库 时间:
2014-06-21 11:38:08
阅读次数:
277
//// OriginNetwork.m// guligei_AppFactory//// Created by wangyanan on 6/18/14.// Copyright (c) 2014 wangyanan. All rights reserved.//#import "OriginNe...
分类:
其他好文 时间:
2014-06-21 10:41:00
阅读次数:
433
报这个错,只有一个原因,就是转化的类型不对.接口过父类的子类,在强制转换的时候,一定要用接口父类来定义。代码示例:package com.luoluo.dao.impl;import java.sql.Connection;import java.sql.SQLException;import ja...
分类:
编程语言 时间:
2014-06-20 20:58:03
阅读次数:
900
解决方式:The advices for crystal report database connection settings:1, Using ApplyLogOnInfo method instead of SetDatabaseLogon method. The code example a...
分类:
其他好文 时间:
2014-06-20 20:41:49
阅读次数:
239
将EXCEL数据存入SQL表, 一万行记录大概5秒Dim conn As New ADODB.ConnectionDim CNN As New ADODB.Connection'Dim rst As New ADODB.RecordsetDim Sql As StringDim j, v As In...
分类:
数据库 时间:
2014-06-20 16:29:42
阅读次数:
222
默认的timeout是5000ms毫秒,如果是断点调试的时候,经常会出现timeout,所以修改这个值就不会出现timeout了,Eclipse下的设置位置:Window->Preferences->Android->DDMSADB connection time out(ms):5000
分类:
数据库 时间:
2014-06-20 15:21:50
阅读次数:
798