码迷,mamicode.com
首页 >  
搜索关键字:monitor    ( 1879个结果
工业监控软件 Movicon 11.3 1CD
工业监控软件 Movicon 11.3 1CDMovicon(Monitor Vision and Control),由意大利著名自动化软件供应商PROGEA公司开发.Movicon是全新的第三代(Scada/HMI)工业监控软件. 20年来, Movicon 一直是自动化软件技术的参考点,始终坚持...
分类:其他好文   时间:2014-09-13 21:19:25    阅读次数:475
apache安装启动stop,restar等按钮是灰色
今天开始学PHP,首先安装Apache,装完Apache Service2.0.54,打开发现Apache Service Monitor start、stop、restart几个按钮都是灰色如下图:百度下,原来是服务没有开。解决方法:在Apache安装目录的bin子目录下,使用如下命令来开启服务:...
分类:其他好文   时间:2014-09-12 18:55:04    阅读次数:489
C#线程同步
lock 关键字可以用来确保代码块完成运行,提供给 lock 关键字的参数必须为基于引用类型的对象,该对象用来定义锁的范围。Lock关键字是使用Monitor类实现的使用 lock 关键字通常比直接使用 Monitor 类更可取,一方面是因为 lock 更简洁,另一方面是因为 lock 确保了即使受...
分类:编程语言   时间:2014-09-11 20:44:32    阅读次数:192
nodejs篇
1. 测试框架,mocha, chai, sinon, supertest可以联合使用,需要尽可能分离出各种组件,方便组合使用.2. restful,node-restify3.Monitor for any changes in your node.js application and autom...
分类:Web程序   时间:2014-09-11 10:51:21    阅读次数:225
System and method for controlling switching between VMM and VM using enabling value of VMM timer indicator and VMM timer value having a specified time
In one embodiment, a method includes transitioning control to a virtual machine (VM) from a virtual machine monitor (VMM), determining that aVMMtimer ...
分类:其他好文   时间:2014-09-09 12:03:18    阅读次数:411
MySQL锁阻塞分析
日常维护中,经常会碰到线程被阻塞,导致数据库响应非常慢,下面就看看如何获取是哪个线程导致了阻塞的。 1. 环境说明 RHEL 6.4 x86_64 + MySQL 5.6.19 事务隔离级别:RR 2. 测试过程 3. 查看锁阻塞线程信息 这里用几中方法进行分析: 3.1  使用show processlist查看 MySQL [(none)]>...
分类:数据库   时间:2014-09-05 16:15:20    阅读次数:480
dubbo 的monitor监控配置说明
dubbo的监控中心monitor的配置使用...
分类:其他好文   时间:2014-09-04 17:03:09    阅读次数:430
[Android Memory] 内存分析工具 MAT 的使用
转载自:http://blog.csdn.net/aaa2832/article/details/194196791内存泄漏的排查方法Dalvik Debug Monitor Server (DDMS)是ADT插件的一部分,其中有两项功能可用于内存检查:·heap查看堆的分配情况·allocatio...
分类:移动开发   时间:2014-09-03 21:01:27    阅读次数:278
mysql 开启远程服务
进入mysqlserver 如下: Enter password: ****** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 810 Server version: 5.6.10 MySQL Community Server (GPL) Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights rese...
分类:数据库   时间:2014-09-03 15:03:46    阅读次数:243
Implementing a java agent to instrument code (copy from http://chimpler.wordpress.com/2013/11/05/implementing-a-java-agent-to-instrument-code/)
With a system running 24/7, you have to make sure that it performs well at any time of the day. Several commercial solutions exist to monitor the perf...
分类:编程语言   时间:2014-09-02 21:08:15    阅读次数:338
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!