码迷,mamicode.com
首页 >  
搜索关键字:status bar    ( 18140个结果
nginx-rrd监控nginx访问数
一 、查看已安装的nginx是否包含stub_status模块 /usr/local/nginx/sbin/nginx -V nginx version: Nginx/1.2.0 configure arguments: --with-http_stub_status_module 确定支持stub...
分类:其他好文   时间:2014-05-26 16:34:01    阅读次数:233
vmware虚拟机监控数据
在vsphere产品中内建一个监控所有虚机包括主机资源的插件,叫做vcenter servcie status,这个插件的主要功能是记录当前虚拟机资源的cpu、硬盘、内存和网络等相关信息。通过它可以查看24小时、周年月性能情况。而微软则需要另外安装scom产品。那么,它究竟是如何工作的,如何记录数据...
分类:其他好文   时间:2014-05-26 16:09:10    阅读次数:269
zoj3675 BFS+状态压缩
#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
tomcat7登录账户配置
tomcat7和tomcat6的用户信息配置有些不一样,tomcat7中添加了manager=gui和admin-gui角色,配置参考如下: 再 tomcat 文件夹的conf文件夹中的 tomcat-users.xml 代码 这样tomcat7首页上的Server Status、Manager A...
分类:其他好文   时间:2014-05-26 08:52:39    阅读次数:244
install source nginx 1.6.0
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
Linux下git基本使用总结<4>
1.设置别名   例: git config --global alias.st status      用st代替status 以后查看状态git status-> git st 即可   也可以包含参数 例: git config --global alias.ci  "commit -m" 以后提交时 git commit -m "balabala"  -> git ci ...
分类:系统相关   时间:2014-05-23 00:45:05    阅读次数:295
2F03-view-progress-indeterminate-in-title-bar
介绍在在title bar上显示indeterminate progress /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ...
分类:其他好文   时间:2014-05-23 00:31:27    阅读次数:352
2H03-view-radio-group-rating-bar
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
分类:其他好文   时间:2014-05-23 00:30:50    阅读次数:415
CSU OJ 1120 病毒(湖南省第八届大学生计算机程序设计竞赛)
?? 1120: 病毒 Time Limit: 3 Sec  Memory Limit: 128 MB Submit: 146  Solved: 53 [Submit][Status][Web Board] Description 你有一个日志文件,里面记录着各种系统事件的详细信息。自然的,事件的时间戳按照严格递增顺序排列(不会有两个事件在完全相同的时刻发生)。 遗憾...
分类:其他好文   时间:2014-05-22 23:57:34    阅读次数:479
CSU OJ 1112机器人的指令 (湖南省12年省赛题)
Welcome to CSU Online Judge! 1112: 机器人的指令 Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 274  Solved: 97 [Submit][Status][Web Board] Description 数轴原点有一个机器人。该机器人将执行一系列指令,你的任务是预测所有指...
分类:其他好文   时间:2014-05-22 18:39:01    阅读次数:391
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!