码迷,mamicode.com
首页 >  
搜索关键字:mongodb find    ( 33964个结果
MongoDB ServerStatus返回信息
ServerStatus返回信息ServerStatus返回mongodb中很多信息http://docs.mongodb.org/manual/reference/command/serverStatus/目录ServerStatus返回信息... 11.实例信息... 12.锁... 13.全局...
分类:数据库   时间:2014-05-12 06:05:36    阅读次数:694
clang 简单的str_replace实现
自己写的一段://goolchar* str_replace(char* source, const char* find, const char* replace){ if (source == NULL || find == NULL || find == "") return strdup.....
分类:其他好文   时间:2014-05-12 02:42:20    阅读次数:418
MongoDB 常用故障排查工具
1.profileprofiling levels: 0,关闭profile;1,只抓取slow查询;2,抓取所有数据。启动profile并且设置Profile级别:可以通过mongo shell启动,也可以通过驱动中的profile命令启动,启动后记录会被保存在system.profile col...
分类:数据库   时间:2014-05-12 02:09:33    阅读次数:431
find命令
ind是一个基于查找的功能非常强大的命令,相对而言,它的使用也相对较为复杂,参数也比较多,所以在这里将给把它们分类列出,它的基本语法如下:find[PATH][option][action]#与时间有关的参数:-mtimen:n为数字,意思为在n天之前的“一天内”被更改过的文件;-mtime+n:列...
分类:其他好文   时间:2014-05-12 02:01:20    阅读次数:327
C# MongoDB分布式海量存储实验
本实验将按以下几步进行:实验环境monodevelop,ubuntu10.04,实验目的:探索分布式文件存储方案1、单机小文件的存储,逐步增加上传文件的大小,观察mongoDB中文件对磁盘分配大小的变化。2、采用分片的方式存储大量的数据实验一:首先建立一个数据库gywdb,上传一个574.5kB大小...
分类:数据库   时间:2014-05-11 23:07:51    阅读次数:696
POJ 2079 凸包最大内接三角形
Triangle Time Limit: 3000MS   Memory Limit: 30000K Total Submissions: 8038   Accepted: 2375 Description Given n distinct points on a plane, your task is to find the triangl...
分类:其他好文   时间:2014-05-11 06:36:44    阅读次数:425
Mongodb简介
1. 简介 Mongodb是一种强大,灵活,可扩展的数据存储方式,属于nosql,非关系型数据库的一种。 mongodb是面向文档的数据库。 虽然是非关系型数据库,但是它保留了许多关系型数据库的特性:索引,范围查询,排序等。 mongodb容易上手,便于使用,并且安装配置都比较简单。...
分类:数据库   时间:2014-05-11 04:06:28    阅读次数:356
[LeetCode]Binary Tree Maximum Path Sum, 解题报告
题目 Given a binary tree, find the maximum path sum. The path may start and end at any node in the tree. For example: Given the below binary tree,...
分类:其他好文   时间:2014-05-11 03:25:24    阅读次数:298
Leetcode 树 Maximum Depth of Binary Tree
本文为senlie原创,转载请保留此地址:http://blog.csdn.net/zhengsenlie Maximum Depth of Binary Tree  Total Accepted: 16605 Total Submissions: 38287 Given a binary tree, find its maximum depth. ...
分类:其他好文   时间:2014-05-11 01:58:31    阅读次数:441
MongoDB 4.6.1 c++ driver 编译
这个版本已经和之前不一样了,有专门的github的项目。https://github.com/mongodb/mongo-cxx-driver首先获取源代码:git clone https://github.com/mongodb/mongo-cxx-driver.git然后切换分支:git checkout 26compat然后用下面的命令编译:scons --prefix=/usr --use...
分类:数据库   时间:2014-05-11 01:40:46    阅读次数:379
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!