db2 get dbm cfgdb2 get dbm cfg|grep lock查看锁定信息快照是否打开,如果没有打开使用以下命令打开update dbm cfg using dft_mon_lock on(实例级别)update monitor switches using lock on(会话级...
分类:
数据库 时间:
2015-03-18 17:50:51
阅读次数:
210
#!/bin/shpath_monitor=/opt/monitor_process.shpath_process_list=/opt/process.listcat $path_process_list | while read ido if [ x"$(ps -Af | grep "$i" | ...
分类:
系统相关 时间:
2015-03-17 09:00:29
阅读次数:
251
因为想要学习python界面和串口通信。所以在github上面找到了这个一个程序 地址是http://eli.thegreenplace.net/2009/08/07/a-live-data-monitor-with-python-pyqt-and-pyserial我使用git将代码clone出来之...
分类:
其他好文 时间:
2015-03-15 00:35:41
阅读次数:
337
Description During the kindergarten days, flymouse was the monitor of his class. Occasionally the head-teacher brought the kids of flymouse’s class...
分类:
其他好文 时间:
2015-03-15 00:33:19
阅读次数:
127
/**
?*@date?2015年2月4日?下午3:15:13
?*@author?XUQIANG
?*@filename?TelnetConnection.java
?*@package?com.merit.monitor.device.parameter.sdk
?*/
package?com.merit.monitor.device.parameter....
分类:
编程语言 时间:
2015-03-13 12:50:38
阅读次数:
157
#!/bin/bash
#Thisisascriptofautoinstallzabbix
#CopyrighttojefferySu
#WrittenonJune11,2014
#SETVARIABLES
PATH=/bin:/usr/bin:/sbin:/usr/sbin::/usr/local/bin:/usr/local/sbin;
exportPATH
MYSQL_PWD="jefferySu"
#Checkenvironment
functioncheck_env{
OS_NAME=$(s..
分类:
其他好文 时间:
2015-03-12 15:21:13
阅读次数:
181
题意:一块镜子长宽是a*b。现在要调整(切割)成x:y的比例。问调整完的最大面积是多少。思路:先将x,y弄成最简比例,然后放大到不超过min(a,b)即可。代码:ll a,b,x,y;ll gcd(ll a,ll b){ if(b==0) ret a; ret gcd(b,a%b);}i...
分类:
其他好文 时间:
2015-03-11 16:39:18
阅读次数:
116
adb -d shell monkey -s 5 -p com.xxx.xx --throttle 500 --pct-touch 15 --pct-motion 10 --pct-trackball 15 --pct-nav 25 --pct-majornav 15 --pct-appswitch 2 --pct-anyevent 16 --monitor-native-crashes -...
分类:
其他好文 时间:
2015-03-11 13:13:16
阅读次数:
205
2960 监听端口:2监听1一、Switch#config tSwitch(config)#monitor session 1 destination interface f0/2Switch(config)#monitor session 1 source interface f0/1二、查看ex...
分类:
其他好文 时间:
2015-03-06 09:29:49
阅读次数:
131
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。
深蓝的blog:
使用mysql远程连接软件(MySQL-Front),远程连接报错:
[root@master ~]# mysql -u root@localhost
Welcome to the MySQL monitor. Commands end with ; o...
分类:
数据库 时间:
2015-03-05 21:00:56
阅读次数:
223