码迷,mamicode.com
首页 >  
搜索关键字:connection reset by peer    ( 9557个结果
VBS连接DB2数据库
VBS连接数据库,参考了点资料'建立连接Dim Cnn '定义数据库连接串Set Cnn = CreateObject("ADODB.Connection")sql="DSN=*;DATABASE=*;PWD=*;SERVER=*;UID=*"Cnn.ConnectionString = sqlCn...
分类:数据库   时间:2014-07-22 22:57:54    阅读次数:303
Android studio 程序升级和sdk manager 升级方法
在中国使用android有点郁闷,经常被屏蔽。使用一下方法android studio升级时提示 Connection failed. Please check your network connection and try again2013年02月16日? 综合? 共 322字 ? 字号小中大?...
分类:移动开发   时间:2014-07-16 18:00:31    阅读次数:303
安装MySQL-python报错error: command 'gcc' failed with exit status 1
[root@vmoffice-7MySQL-python-1.2.3]#pythonsetup.pyinstallfunction)...._mysql.c:133:error:‘ER_SYNTAX_ERROR’undeclared(firstuseinthisfunction)_mysql.c:380:error:‘_mysql_ConnectionObject’hasnomembernamed‘connection’_mysql.c:382:warning:implicitdeclaratio..
分类:数据库   时间:2014-07-16 16:40:35    阅读次数:377
//重置按钮
//重置 $('.btn-info-reset').click(function restSearchForm() { $('#txt-export-position').val(''); $('#positions-name-tags').html(''); });
分类:其他好文   时间:2014-07-16 16:06:12    阅读次数:177
poi读取xlsx
知道 大家都知道用poi读取xls  当时有时候 必须要读取xlsx  现在我把我做测试的demo分享给大家 package com.lt.main; import java.io.File; import java.io.FileInputStream; import java.io.InputStream; import java.sql.Connection; import ja...
分类:其他好文   时间:2014-07-16 13:22:18    阅读次数:197
node.js 连接 mysql
var mysql = require("mysql"); var connection = mysql.createConnection({ host: '127.0.0.1', user: "root", //数据库用户名 ...
分类:数据库   时间:2014-07-16 00:00:17    阅读次数:265
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
java 操作 Excel,java导出excel
WritableWorkbook out = null; try { response.getServletResponse().reset(); ((HttpServletResponse) response.getServletResponse()).setHeader("Content-Disposition", "attachment;filename=export....
分类:编程语言   时间:2014-07-14 18:06:14    阅读次数:345
JDBC学习笔记(一)
public static void main(String[] args) { ResultSet rs = null; Statement stmt = null; Connection conn = null; ...
分类:数据库   时间:2014-07-14 14:17:13    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!