com.mysql.jdbc.CommunicationsException: The last packet successfully received from the server was58129 seconds ago.The last packet sent successfully t...
分类:
其他好文 时间:
2015-01-11 09:33:47
阅读次数:
268
chkconfig命令主要用来更新(启动或停止)和查询系统服务的运行级信息。谨记chkconfig不是立即自动禁止或激活一个服务,它只是简单的改变了符号连接。使用语法:chkconfig[--add][--del][--list][系统服务]或chkconfig[--level<等级代号>][系统服务][on/off/reset]chkcon..
分类:
系统相关 时间:
2015-01-11 06:21:59
阅读次数:
297
为清理c盘空间,误删了一些隐藏文件导致chome崩溃http://www.udel.edu/it/help/anti-malware/winsockfix.html 管理员运行命令行cmd.exenetsh winsock reset来自为知笔记(Wiz)
分类:
其他好文 时间:
2015-01-11 00:52:33
阅读次数:
204
有助于提高网络性能和吞吐量的参数net.core.somaxconn = 128已完成连接队列(completed connection queue)(1)三次握手已经完成,但还未被应用层接收(accept),但也处于ESTABLISHED状态.(2)队列长度由listen的backlog参数和内核...
分类:
系统相关 时间:
2015-01-10 20:59:58
阅读次数:
290
转自:http://www.sjsjw.com/kf_mobile/article/3_24710_14072.asp这里补充一个更简单的方法(和下面的方法一样的效果):有时在打开模拟器的时候会出现The connection to adb is down, and a severe error h...
分类:
移动开发 时间:
2015-01-10 16:23:41
阅读次数:
131
1.html常用标签:Text,Textarea,Radio,Checkbox,Select,File,Hidden,Submit,Reset,Button 2. 一般说来CSS所有样式有下面的规则(第四个最有优先性) 1). Browser default: 浏览器默认 2). Ext...
分类:
Web程序 时间:
2015-01-10 12:32:24
阅读次数:
206
#region 数据库管理
///
/// 还原恢复数据库
///
/// 保存路径
///
public bool DataRestore(string FilePath)
{
string[] Connection = ConfigHelper.GetA...
分类:
数据库 时间:
2015-01-10 06:37:53
阅读次数:
194
首先看一篇文章:Java 代码优化过程的实例介绍 这篇文章的针对数据库连接的优化部分就是使用static connection对象,使得一个jvm中,所有的JdbcUtil对象共用一个connection。很多人都用这种方式来连接数据库,这种...
分类:
其他好文 时间:
2015-01-09 19:39:15
阅读次数:
151
ailed to fectch URl https://dl-ssl.google.com/android/repository/addons_list.xml, reason: Connection to https://dl-ssl.google.com refused解决办法来源于:code....
分类:
移动开发 时间:
2015-01-09 18:59:35
阅读次数:
215
reg [3:0]i; always @ ( posedge CLOCK or negedge RESET ) if( !RESET ) begin i <= 4'd0; ...
分类:
其他好文 时间:
2015-01-09 17:04:34
阅读次数:
128