码迷,mamicode.com
首页 >  
搜索关键字:connection reset    ( 9238个结果
NetworkComms网络程序开发笔记(二): 跨线程更新UI
跨线程更新UI的方法也很多使用系统自带的MethodInvoker 委托也不失为一个好方法举例1 void NetworkComms_ConnectionClosed(Connection conn) { if (this.InvokeRequired) ...
分类:编程语言   时间:2015-02-16 14:15:54    阅读次数:221
物理电脑+Oracle VM virtualbox+centos7+NAT的网卡重复的reset apdater(down/up)现象可能原因
这几天,在vm box上运行centos时,突然出现了异常有规律的网卡,正常使用1,2分钟又关闭重置又正常的重复性的现象, 看着这个现象,回想现象发生前可能相关的几个操作: 1 使用yum update升级了centos的内核:经过测试,跟内核无关 2 怀疑centos系统内部的通信数据量大,导致驱动受不了?关闭了所有的非系统性的服务,还是照样; 3 怀疑驱动不稳定,切换成其它网卡还是不行...
分类:数据库   时间:2015-02-15 18:06:53    阅读次数:244
配置桥接出现“ Connection activation failed: Master connection not found or invalid” FAILED提示
配置系统:CentOS6.5在配置完bridge后在重启时出现以下错误:导致错误的原因是NetworkManager,只要关闭NetworkManager问题就解决了。关闭后重启网络:
分类:其他好文   时间:2015-02-15 13:43:33    阅读次数:219
Altera的几个常用的Synthesis attributes(转载)
各厂商综合工具,对HDL综合时都定义了一些综合属性这些属性可指定a declaration,a module item,a statement, or a port connection不同的综合方式。语法为:/* synthesis, <any_company_specific_attribute...
分类:其他好文   时间:2015-02-15 12:03:38    阅读次数:208
IOS模拟器
IOS模拟器目录概述实用操作概述实用操作快速删除大量程序的方式菜单栏 -> Reset Contain And Settings或者:直接删除模拟器应用里面的想要去除的应用程序的沙盒目录
分类:移动开发   时间:2015-02-13 23:35:57    阅读次数:198
ADT中,运行Android程序出错:The connection to adb is down, and a severe error has occured
原文地址:http://www.crifan.com/android_adt_the_connection_to_adb_is_down__and_a_severe_error_has_occured/【总结】出现The connection to adb is down, and a severe...
分类:移动开发   时间:2015-02-13 21:04:59    阅读次数:163
connect() failed (111: Connection refused) while connecting to upstream
配置好lamp后,在浏览器中运行程序后,出现上面的错误。转自:http://www.xuejiehome.com/blread-1828.htmlI'm experiencing 502 gateway errors when accessing a PHP file in a directory ...
分类:其他好文   时间:2015-02-13 18:09:34    阅读次数:748
JDBC封装工具类
package com.lxf.bean.db;import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement;/** * 数据库连接类 * * @author 刘向峰 *...
分类:数据库   时间:2015-02-13 16:41:44    阅读次数:184
ssh: connect to host localhost port 22: Connection refused
1.hadoop安装好之后,执行ssh localhost无法执行, 提示“ssh: connect to host localhost port 22: Connection refused”。2.ps -e |grep ssh查看后只有 “3748 ? 00:00:00 ssh-age...
分类:其他好文   时间:2015-02-13 16:28:18    阅读次数:169
Cisco IOS Software Activation Command Reference
clear license agent : to clear license agent statistics counters or connection statistics (in privileged EXEC mode)debug license : to enable controlle...
分类:移动开发   时间:2015-02-13 01:30:50    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!