转自:http://www.dbafree.net/?p=778今天晚上在一个比较重要的库上,CPU严重的冲了一下,导致DB响应变慢,大量应用连接timeout,紧接着LISTENER就挂了,连接数也满了等一连串问题。我们的监控抓取了当时系统的等待事件,ACTIVE SQL及SESSION_WAIT...
分类:
其他好文 时间:
2014-07-22 22:53:13
阅读次数:
304
1.如果你是通过路由上网的,可以通过访问ip138之类的地址来获取外网IP2.如果是通过PPPOE拨号上网的,可以使用以下代码获取IP//获取宽带连接(PPPOE拨号)的IP地址,timeout超时(秒),当宽带未连接或者连接中的时候获取不到IP public static strin...
分类:
其他好文 时间:
2014-07-19 17:19:00
阅读次数:
231
A method for optimizing the throughput of TCP/IP applications by aggregating user application data and consolidating multiple TCP/IP connection stream...
分类:
Web程序 时间:
2014-07-19 17:17:57
阅读次数:
428
url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分浏览器支持。timeout: 要求为Number类型的参数,设置请求超...
分类:
Web程序 时间:
2014-07-19 14:15:06
阅读次数:
262
import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement;public class...
分类:
数据库 时间:
2014-07-19 00:37:26
阅读次数:
232
Timeout Detection & Recovery (TDR)NVIDIA® Nsight? Development Platform, Visual Studio Edition 2.2 User GuideSend FeedbackTDR stands for Timeout Detect...
分类:
其他好文 时间:
2014-07-19 00:11:02
阅读次数:
425
CDbConnection:path:/framework/db/CDbConnection.phpoverview:CDbConnection represents a connection to a database.工作原理:CDbConnection works together with ...
分类:
数据库 时间:
2014-07-18 18:38:26
阅读次数:
196
在Eclipse 调试 springside showcase项目中,tomcat报异常 Exception in thread "RMI TCP Connection(idle)" java.lang.OutOfMemoryError: PermGen space在google半天后,找到解决方法...
分类:
编程语言 时间:
2014-07-18 15:37:53
阅读次数:
307
在配置中加上location ~ .*\.(php|php5)?$ {fastcgi_pass 127.0.0.1:9000;fastcgi_read_timeout 700;fastcgi_index index.php;include fastcgi.conf;}
分类:
Web程序 时间:
2014-07-18 15:17:43
阅读次数:
335
MySQL字符集设置? 系统变量:– character_set_server:默认的内部操作字符集– character_set_client:客户端来源数据使用的字符集– character_set_connection:连接层字符集– character_set_results:查询结果字符集...
分类:
数据库 时间:
2014-07-18 00:03:16
阅读次数:
315