码迷,mamicode.com
首页 >  
搜索关键字:version    ( 21237个结果
MongoDB监控二 mongotop
mongotop可以查看MongoDB实例花销在读数据或写数据上的时间,它提供集合级别的统计数据,而mongostat是提供数据库级别的统计数据。mongotop默认每秒显示一次数据相关参数选项如下:--help显示帮助信息--verbose,-v详细模式,多个v越详细,如-vvv--version显示版本信息--host指定..
分类:数据库   时间:2014-10-08 15:38:58    阅读次数:212
strings命令
(转)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
Missing artifact log4j:log4j:jar:1.2.15:compile
在使用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
eclipse在linux下无故闪退解决
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
curl操作CouchDB
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
python解析Yahoo的XML格式的天气预报,获取当天和最近几天的天气:
以下是接口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
DirectX - External Overlay - 源代码
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
Android开发学习笔记-显示对话框
private void ShowUpdateDialog() { Log.i("version", "shengji"); AlertDialog.Builder dialog = new Builder(this); dialog.setTitle("提醒升级"...
分类:移动开发   时间:2014-10-07 02:28:12    阅读次数:250
windows 7 SDK和DDK下载地址
查个小资料,得到地址,顺便记录一下。Windows Driver Kit Version 7.1.0http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633...
分类:Windows程序   时间:2014-10-06 20:58:40    阅读次数:249
MySQL check the manual that corresponds to your MySQL server version for the right syntax错误
地化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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!