mongotop可以查看MongoDB实例花销在读数据或写数据上的时间,它提供集合级别的统计数据,而mongostat是提供数据库级别的统计数据。mongotop默认每秒显示一次数据相关参数选项如下:--help显示帮助信息--verbose,-v详细模式,多个v越详细,如-vvv--version显示版本信息--host指定..
分类:
数据库 时间:
2014-10-08 15:38:58
阅读次数:
212
(转)linux命令strings strings - 显示文件中的可打印字符 strings 一般用来查看非文本文件的内容. [-a|-|--all] [-f|--print-file-name] [-o] [--help] [-v|--version] [-n min-len|-min-len|...
分类:
其他好文 时间:
2014-10-08 13:30:45
阅读次数:
228
在使用Maven构建Hadoop应用的时候出现:Missingartifactlog4j:log4j:jar:1.2.15:compile而在pom.xml的配置是<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
</dependency>..
分类:
其他好文 时间:
2014-10-08 08:29:05
阅读次数:
231
A fatal error has been detected by the Java Runtime Environment:SIGSEGV (0xb) at pc=0x00007f25d0b922a1, pid=3459, tid=139803099674368JRE version: Java...
分类:
系统相关 时间:
2014-10-07 23:05:54
阅读次数:
501
couchdb 服务器地址: 127.0.0.1端口:5984添加数据库连接到couchdbcurl -X GET http://127.0.0.1:5984{"couchdb":"Welcome","uuid":"1c81fc63d761c82c4f48bac34afd5eb8","version...
分类:
数据库 时间:
2014-10-07 18:49:23
阅读次数:
284
以下是接口xml格式数据: rss xmlns:yweather="http://xml.weather.yahoo.com/ns/rss/1.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" version="2.0">
channel>
title>Yahoo! Weather - Beijing, CNtitle>
lin...
分类:
编程语言 时间:
2014-10-07 17:54:03
阅读次数:
338
Today i'm going to release a new version of my overlay.It's coded for beginners & users who want to create external hacks.With the drawing functions i...
分类:
其他好文 时间:
2014-10-07 15:36:43
阅读次数:
286
private void ShowUpdateDialog() { Log.i("version", "shengji"); AlertDialog.Builder dialog = new Builder(this); dialog.setTitle("提醒升级"...
分类:
移动开发 时间:
2014-10-07 02:28:12
阅读次数:
250
查个小资料,得到地址,顺便记录一下。Windows Driver Kit Version 7.1.0http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633...
地化GO的时候一直遇到一个错误就是check the manual that corresponds to your MySQL server version for the right syntax,反复检查过多次语句都没发现错误,后来网上搜索解决方法见到:http://hi.baidu.com/...
分类:
数据库 时间:
2014-10-06 17:30:00
阅读次数:
213