码迷,mamicode.com
首页 >  
搜索关键字:connection reset    ( 9238个结果
Ubuntu wireless network connection in command line
After installed the the graphical card driver in Ubuntu, the gnome desktop was not working anymore, needs to install and setup the wireless network, herewith the procedure,...
分类:Web程序   时间:2014-09-05 22:27:02    阅读次数:226
SQL Server 2012 The report server cannot open a connection to the report server database
案例环境: 操作系统版本: Windows Server 2012 R2 Standard 数据库版本 : SQL SERVER 2012 SP2 案例介绍: 今天进入一台新安装的SQL Server服务器的Reporting Service管理界面时,出现如下错误信息 The report ser...
分类:数据库   时间:2014-09-05 18:04:01    阅读次数:181
Genymotion 安装好显示offline unknow解决方法?
情况描述: 打开Eclipse,先启动模拟器,手机再连接上,运行程序,发现出现officeline unknow,并且控制台打印: [2014-09-05 10:42:27 - DeviceMonitor] Adb connection Error:远程主机强迫关闭了一个现有的连接。 [2014-09-05 10:42:28 - DeviceMonitor] Connection attem...
分类:其他好文   时间:2014-09-05 11:23:41    阅读次数:321
.NET开发中的事务处理---ADO.NET级别的事务
现在我们对事务的概念和原理都有所了解了,并且作为已经有一些基础的C#开发者,我们已经熟知编写数据库交互程序的一些要点,即:(1)使用SqlConnection类的对象的Open()方法建立与数据库服务器的连接。(2)然后将该连接赋给SqlCommand对象的Connection属性。(3)将欲执行的...
分类:Web程序   时间:2014-09-05 09:56:41    阅读次数:174
Android使用代码模拟HOME键的功能
Intent intent= new Intent(Intent.ACTION_MAIN); intent.addCategory(Intent.CATEGORY_HOME); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED); Context对象.star...
分类:移动开发   时间:2014-09-05 00:59:00    阅读次数:210
LeetCode--Plus One
考查,最高位有进位 1 class Solution { 2 public: 3 vector plusOne(vector &digits) { 4 // IMPORTANT: Please reset any member data you declared, as 5 ...
分类:其他好文   时间:2014-09-04 23:36:30    阅读次数:256
搞死socket.io第二天,系统api, UP UP UP UP UP
原文:http://www.cnblogs.com/xiezhengcai/p/3956401.html1. 服务端io.on('connection',function(socket));监听客户端连接,回调函数会传递本次连接的socketio.sockets.emit('String',data...
分类:Windows程序   时间:2014-09-04 18:32:59    阅读次数:302
DBCP数据源使用
DBCP:DataBase Connection Pool 1、需要的jar:commons-dbcp.jar  commons-pool.jar 2、把DBCP的配置文件(dbcpconfig.properties)拷贝到构建路径中 3、创建类:DBCPUtil dbcpconfig.properties: mysql设置内容如下: #连接设置 driverClassName=c...
分类:数据库   时间:2014-09-04 17:00:09    阅读次数:215
java.net.ConnectException: failed to connect to /127.0.1.1 (port 8080)的解决办法
当你启动Tomcat后,在浏览器中输入http://127.0.1.1:8080/xxx.xx,你会发现你可以找打你要找的东西。但是当你在Eclipse中运行测试代码后,JUnit会一直报出这样的错误:java.net.ConnectException:failedtoconnectto/127.0.1.1(port8080)after5000ms:isConnectedfailed:ECONNRE..
分类:编程语言   时间:2014-09-04 03:09:38    阅读次数:508
编写一个基本的连接池来实现连接的复用&一些工程细节上的优化
1 package it.cast.jdbc; 2 3 import java.sql.Connection; 4 import java.sql.DriverManager; 5 import java.sql.SQLException; 6 import java.util.LinkedLi.....
分类:其他好文   时间:2014-09-04 00:10:17    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!