在vsphere产品中内建一个监控所有虚机包括主机资源的插件,叫做vcenter
servcie
status,这个插件的主要功能是记录当前虚拟机资源的cpu、硬盘、内存和网络等相关信息。通过它可以查看24小时、周年月性能情况。而微软则需要另外安装scom产品。那么,它究竟是如何工作的,如何记录数据...
分类:
其他好文 时间:
2014-05-26 16:09:10
阅读次数:
269
不能再简化了#include#include#includeint
meng_read_proc(char*page,char**start,off_t offset,int count,int*eof,void*data){
char*s="Hello. This is meng p...
分类:
系统相关 时间:
2014-05-26 15:52:49
阅读次数:
463
我的GitHub
Page博客地址http://lakb248.github.io,大家多捧场啊
分类:
其他好文 时间:
2014-05-26 13:53:06
阅读次数:
197
#include #include #include using namespace std;int
n;int vis[10000000];int mode1,mode2;struct node{ int step,status;};void
print(int x){ int tmp...
分类:
其他好文 时间:
2014-05-26 13:50:43
阅读次数:
262
学了好多遍,每次常学常新。这次继续学习,目标有两个:1. 找到直觉性的认识,有直观理解。2.
在R语言中用SVM做实验,学习相关的包 推荐一个很好的博客:http://blog.pluskid.org/?page_id=683
一系列文章,讲的很详细,公式和示意图也很好。用心的作者啊。 还有Sta....
分类:
其他好文 时间:
2014-05-26 13:18:13
阅读次数:
283
SuperSocket框架学习笔记2-构建SuperWebSocket服务器程序上一节简单介绍了
基本的SuperSocket服务器这一节我们使用 SuperWebSocket构建一个 能与Unity3D通信的(Console控制台)服务器程序嘎嘎 先下载
需要的 DLL类库服务端:SuperSo....
分类:
Web程序 时间:
2014-05-26 09:16:22
阅读次数:
445
tomcat7和tomcat6的用户信息配置有些不一样,tomcat7中添加了manager=gui和admin-gui角色,配置参考如下:
再 tomcat 文件夹的conf文件夹中的 tomcat-users.xml 代码 这样tomcat7首页上的Server Status、Manager
A...
分类:
其他好文 时间:
2014-05-26 08:52:39
阅读次数:
244
yum install gcc pcre-devel zlib-devel
openssl-develwget http://nginx.org/download/nginx-1.6.0.tar.gz./configure
--with-http_stub_status_module --with-...
分类:
其他好文 时间:
2014-05-26 07:58:20
阅读次数:
253
/**
* Created by W.J.Chang on 2014/5/23.
*/
// 判读是否是数组的方法
console.log(Array.isArray(new Array));
console.log(Array.isArray([]));
var arr = [1,2,3];
// 遍历方法
arr.forEach(function (v){
console.log...
分类:
Web程序 时间:
2014-05-24 18:01:08
阅读次数:
305
var cat ={};cat.mouse = function(){var
b="1111"};var dog = cat;console.log(dog);console.log(dog.mouse);dog.mouse =
function(){var b="2222"};dog.hat="....
分类:
其他好文 时间:
2014-05-24 09:59:18
阅读次数:
246