执行方式如下:
@d:\latchprofx.sql sid,name,laddr % cache 10000
@d:\latchprof.sql sid,name,laddr % cache 10000
脚本出处:http://www.tanelpoder.com
latchprofx.sql
--------------------------------------...
分类:
数据库 时间:
2015-02-12 18:36:09
阅读次数:
309
今天遇到系统无法访问问题,检查日志异常如下。
异常信息
|WARNING|glassfish3.1.2|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=14;_ThreadName=Thread-2;|GRIZZLY0023: Interrupting idle Thread: http-thread-pool-28080...
分类:
其他好文 时间:
2015-02-12 16:16:47
阅读次数:
314
x264码率控制参数详解
-q, --qp Force constant QP (0-51, 0=lossless)
默认:无
说明:三种可选的码率控制方法(bitrate, CQP,CRF)之一。设置x264使用固定QP模式。设定的QP将被作为P帧的量化参数,I帧和B帧的量化参数由–ipratio and –pbratio参数进一步算出。CQP模式使用固定的QP...
分类:
其他好文 时间:
2015-02-12 16:11:16
阅读次数:
2200
在RabbitMQ中,pool 是以worker_pool 的形式存在的, 其主要用途之一是对Mnesia transaction的操作. 而在RabbitMQ 中, pool 中的worker 数量是固定不变的, 是和虚拟机的schedulers 相关.这次会首先分别分析设计worker_pool...
分类:
其他好文 时间:
2015-02-12 00:36:36
阅读次数:
216
在上一篇关于Emysql pool (http://www.cnblogs.com/--00/p/4281938.html)的分析的最后提到现在的emysql_conn_mgr gen_server 进程属于单点,也就是所有的pool 的管理调度都是由一个进程来完成.如果在同一个Erlang nod...
分类:
数据库 时间:
2015-02-10 21:41:37
阅读次数:
364
通常在mysql重启服务后,需要通过手工执行SQL来预热buffer_pool,在mysql5.6中,有如下参数可以无需人工干预。innodb_buffer_pool_dump_at_shutdown= 1:在关闭时把热数据dump到本地磁盘innodb_buffer_pool_dump_now =...
分类:
数据库 时间:
2015-02-10 14:38:03
阅读次数:
234
安装ntpdateyuminstall-yntpdate把当前时区调整为上海就是+8区,想改其他时区也可以去看看/usr/share/zoneinfo目录\cp/usr/share/zoneinfo/Asia/Shanghai/etc/localtime同步时间:ntpdateus.pool.ntp.org加入定时计划任务,每隔10分钟同步一下时钟0-59/10****/usr/sbin/ntpdateu..
分类:
系统相关 时间:
2015-02-10 11:31:17
阅读次数:
196
麻烦各位朋友帮忙顶一下增加人气,如有错误或疑问请留言纠正,谢谢
Min Stack
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
push(x) -- Push element x onto stack.
pop() -- R...
分类:
其他好文 时间:
2015-02-10 11:24:39
阅读次数:
113
见注释 基础Constantsstruts.devMode ...
分类:
其他好文 时间:
2015-02-10 10:31:03
阅读次数:
100
对于一个基于约束的布局视图,如何改变其值并且带有动画的特效,下面提供两种方法:
如下图,图中有一个很长的view和两个button,现在要求,改变view的高度,并且 两个Button随之上移,并且带有动画的效果!
如何实现?
方法一: 修改constant值,并且重新布局
整体代码
//
// ViewController.m
// AutoLayout2
//
/...
分类:
其他好文 时间:
2015-02-10 09:20:52
阅读次数:
226