码迷,mamicode.com
首页 >  
搜索关键字:connection timed out    ( 41605个结果
定理 定律
一.劣币驱逐良币(英语:Bad money drives out good),也称作格雷欣法则或格勒善定律(Gresham's Law),是一个经济学定律。托马斯·格雷欣为16世纪的英国伊丽莎白铸币局长,格雷欣观察到,消费者保留储存成色高的货币(undebased money,贵金属含量高),在市面...
分类:其他好文   时间:2014-06-28 19:19:36    阅读次数:221
unblock with 'mysqladmin flush-hosts'"
转自: 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
sqlite数据库在java中的使用
/** * */package com.nyist.sqlitedemo;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;....
分类:数据库   时间:2014-06-28 15:45:13    阅读次数:286
find中的 time 参数
find手册中对time的解释:以 atime 为例:-atime n File was last accessed n*24 hours ago. When find figures out how many 24-hours periods ago the file was last...
分类:其他好文   时间:2014-06-28 12:09:59    阅读次数:222
常用的证书格式转换
1.从pfx格式的证书提取出密钥和证书set OPENSSL_CONF=openssl.cnfopenssl pkcs12 -in my.pfx -nodes -out server.pemopenssl rsa -in server.pem -out server.keyopenssl x509 ...
分类:其他好文   时间:2014-06-23 06:45:18    阅读次数:211
函数的返回值
1.params 可变参数 必须出现在参数列表的最后。2.ref 仅仅是一个地址,引用传递,可以把值传递强制改为引用传递3.out 让函数可以输出多个值?1.在方法中必须为out参数赋值?2.out参数的变量在传递之前不需要赋值,即使赋值了也不能在方法中使用。(赋值没意义)3ref?参数在传递之前必...
分类:其他好文   时间:2014-06-23 00:31:36    阅读次数:251
EXCEL页面数据快速写入SQL数据库
将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
Windows中使用MySQL 批处理(五)
一、如何批量执行语句 1.将脚本存成一个脚本文件,比如company.sql 2.执行命令 mysql -h 主机 -u 用户名 -p companyresult.out 2.在输出文件中记录如同一条一条单独在mysql中执行命令一样的结果 mysql -h 主机 -u 用户名 -p ...
分类:数据库   时间:2014-06-20 15:26:28    阅读次数:210
adb connect 出现timeout的处理方式
默认的timeout是5000ms毫秒,如果是断点调试的时候,经常会出现timeout,所以修改这个值就不会出现timeout了,Eclipse下的设置位置:Window->Preferences->Android->DDMSADB connection time out(ms):5000
分类:数据库   时间:2014-06-20 15:21:50    阅读次数:798
scjp考试准备 - 4
好吧这道题我丢脸了,竟然做错了。 如下程序的输出结果是: class Alligator{ public static void main(String[] args){ int[]x[] = {{1,2},{3,4,5},{6,7,8,9}}; int[][]y = x; System.out.p...
分类:其他好文   时间:2014-06-20 15:15:31    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!