码迷,mamicode.com
首页 >  
搜索关键字:monitor    ( 1879个结果
db2解除死锁
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
shell中的while read用法
#!/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
使用github上面别人的pyqt4+pyserial代码的时遇到的问题
因为想要学习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
(简单) POJ 3159 Candies,Dijkstra+差分约束。
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
Java 通过telnet协议 操作远程交换机
/** ?*@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
Zabbix之一键安装Server [tar]
#!/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
cf16C Monitor(额,,,,水数学,,)
题意:一块镜子长宽是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
一条命令monkey命令
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 监听端口设置
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
配置远程连接MySQL数据库
原创作品,出自 “深蓝的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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!