码迷,mamicode.com
首页 >  
搜索关键字:connection has timed    ( 17005个结果
Configure task switcher in KDE
Task switcher in KDE is used to configure the behavior for navigating through windows. It has two modes, main and alternative. By default, the task sw...
分类:其他好文   时间:2014-07-15 23:29:00    阅读次数:379
认识CTreeCtrl
CTreeCtrl控件属性CTreeCtrl添加根项CTreeCtrl添加子项一、CTreeCtrl控件属性先设置CTreeCtrl的属性:Has Lines true 显示关系线Lines at root true 显示根结点的 关系线和+-号Has Button true 显示+-号Edit L...
分类:其他好文   时间:2014-07-15 09:30:10    阅读次数:220
JavaScript实现竖直文本滚动
一、HTML代码 Scroll Text HeaderLine w3c has released html5 w3c has released css3 w3c has released ecmasript5 w3c has released ria ...
分类:编程语言   时间:2014-07-15 08:54:17    阅读次数:261
Doing Homework again
Doing Homework againTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionIgnatius has just come back school from t...
分类:其他好文   时间:2014-07-15 08:15:31    阅读次数:205
MySQL 读写分离 使用驱动com.mysql.jdbc.ReplicationDriver
说明文档:http://dev.mysql.com/doc/refman/5.1/en/connector-j-reference-replication-connection.html代码例子: 1 import java.sql.Connection; 2 import java.sql.Res...
分类:数据库   时间:2014-07-14 22:49:14    阅读次数:384
connection failed: socket,host=localhost,port=8100,tcpNoDelay=1: java.net.ConnectException: Connect
JAVA、openOffice、myeclipse报错原因:没有启动openOffice服务。解决办法:运行→cmd,输入:cdC:\Program Files (x86)\OpenOffice 4\program回车再输入soffice -headless -accept="socket,host...
分类:编程语言   时间:2014-07-14 22:46:06    阅读次数:1027
Procedural graphics architectures and techniques
BACKGROUNDThe evolution of graphics rendering technology has led to the development of procedural techniques for describing various steps in the rende...
分类:其他好文   时间:2014-07-14 14:33:02    阅读次数:296
JDBC学习笔记(一)
public static void main(String[] args) { ResultSet rs = null; Statement stmt = null; Connection conn = null; ...
分类:数据库   时间:2014-07-14 14:17:13    阅读次数:236
记一次因网卡心跳故障引发RAC节点重启故障分析
网卡心跳故障引发RAC节点重启故障分析,kernel: NETDEV WATCHDOG: eth1: transmit timed out,eth1: transmit timed out...
分类:其他好文   时间:2014-07-14 11:26:16    阅读次数:296
JDBC Connection Reset问题分析
2014年7月13日 半年前开始,项目组测试MM在验证功能时,经常报怨讲测试环境上的应用在启动时很慢,偶尔会报失败,遇到类似问题多数情况下重新启动一次就可以启动成功,但少数时候也有反复启动不成功的案例。当启动失败时,日志里有如下的异常,看起来似乎和网络有关。 java.sql.SQLRecoverableException: I/O Exception: Connection ...
分类:数据库   时间:2014-07-13 18:03:51    阅读次数:415
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!