码迷,mamicode.com
首页 >  
搜索关键字:mongodb find    ( 33964个结果
LeetCode OJ - Minimum && Maximum Depth of Binary Tree
这两道题用递归的解法都很简单,只是稍有不同。下面是AC代码: 1 /** 2 * Given a binary tree, find its minimum depth. 3 * the minimum depth is the number of nodes along th...
分类:其他好文   时间:2014-05-10 08:47:32    阅读次数:271
Edit Distance
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:其他好文   时间:2014-05-10 01:09:28    阅读次数:325
Leetcode | Edit Distance
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You have t...
分类:其他好文   时间:2014-05-09 19:09:35    阅读次数:318
CentOS系统环境下安装MongoDB
原因:因为工作需要,集中管理log4j日志到MongoDB!进入MongoDB下载中心:http://www.mongodb.org/downloadsWe recommend using these binary distributions (官方推荐使用二进制版本!)根据自己的实际系统环境,下载...
分类:数据库   时间:2014-05-09 16:35:35    阅读次数:393
如何不花钱就能找到乐子
How to Find Happiness Without Buying It如何不花钱就能找到乐子Our materialistic society has led us to believe that happiness cannot be obtained without having mon...
分类:其他好文   时间:2014-05-09 11:57:25    阅读次数:363
收录mongodb C# driver 说明
C# driver Releases notesC# driver 指南(博客园友翻译)Mongodb Connection Stringmongodb的write concern各版本驱动解决的问题(JIRA)
分类:数据库   时间:2014-05-08 22:01:44    阅读次数:360
LeetCode: Triangle 题解
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-05-08 21:08:25    阅读次数:407
安装mongodb后服务启动不了的问题
安装mongodb后,在命令行进入mongoDB安装目录执行如下:mongod --dbpath [数据存放的本地路径]提示如下错误:ERROR: dbpath (数据存放的本地路径) does not exist.执行mongod --help,发现说明如下:--dbpath arg (=\dat...
分类:数据库   时间:2014-05-08 20:27:06    阅读次数:417
mongodb 学习1
基本概念 MongoDB是一个高性能,开源,无模式的文档型数据库,是当前NoSql数据库中比较热门的一种。它在许多场景下可用于替代传统的关系型数据库或键/值存储方式( 文件存储格式为BSON(一种JSON的扩展))。Mongo使用C++开发。Mongo的官方网站地址是:http://www.mong...
分类:数据库   时间:2014-05-07 19:53:39    阅读次数:572
linux find命令
由于find具有强大的功能,所以它的选项也很多,其中大部分选项都值得我们花时间来了解一下。即使系统中含有网络文件系统( N F S ),find命令在该文件系统中同样有效,只你具有相应的权限。在运行一个非常消耗资源的find命令时,很多人都倾向于把它放在后台执行,因为遍历一个大的文件系统可能会花费很...
分类:系统相关   时间:2014-05-07 10:24:54    阅读次数:380
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!