码迷,mamicode.com
首页 >  
搜索关键字:mongodb find    ( 33964个结果
LeetCode3:Longest Substring Without Repeating Characters
题目: Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letter...
分类:其他好文   时间:2014-04-30 21:15:32    阅读次数:511
windows7 64位 php5.3安装php_mongo.dll方法 各个版本
https://s3.amazonaws.com/drivers.mongodb.org/php/index.htmlwindows7 64位 php5.3安装php_mongo.dll方法
分类:Windows程序   时间:2014-04-30 21:07:21    阅读次数:620
jquery获得select option的值和对select option的操作
1、jQuery获取Select元素,并选择的Text和Value: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find(.....
分类:Web程序   时间:2014-04-30 19:27:58    阅读次数:555
PHP操作MongoDB 数据库总结记录
分类: php mongo 2013-07-18 10:23 623人阅读 评论(0) 收藏 举报目录(?)[-]连接MongoDB数据库选择数据库与表插入数据记录更新数据记录删除记录操作查询数据记录关闭链接常见函数使用 最近有个项目,需要用php操作mongoDb数据,所以了解下mongoDb.....
分类:数据库   时间:2014-04-30 19:07:41    阅读次数:568
PageObject
1.目的:为了将元素的find方法和业务逻辑分开来。如果元素的页面位置发生了变化,只需改动一个文件,而不影响业务的实现。2.原理:一般一个页面对应一个class,在class里描述所有要用到的webelement。通过PageFactory.initWebElement(Webdriver d,th...
分类:其他好文   时间:2014-04-30 17:58:23    阅读次数:337
MongoDB与Mysql常用命令解释
原文本文旨在介绍MongoDB,Mysql的常用命令:将MongoDB 和传统的关系型数据库的常用命令对照起来学习,更加便于记忆和理解。mongodb与mysql命令对比MongoDB是由数据库(database/repository)、集合(collection)、文档对象(document)三个...
分类:数据库   时间:2014-04-30 14:37:33    阅读次数:745
VC6微软正则表达式greta使用案例
#include#include"regexpr2.h"usingnamespacestd;usingnamespaceregex;//greta库的命名空间//若链接出错,设置MFC静态链接//查找匹配串//返回结果匹配串(CStringArray数组指针类型)CStringArray*Find(...
分类:其他好文   时间:2014-04-29 17:15:48    阅读次数:363
mongodb从来没有说它写成功了。
它只是说,yes,sir。http://www.infoq.com/cn/news/2014/04/bitcoin-banking-mongodb
分类:数据库   时间:2014-04-29 16:37:47    阅读次数:410
LeetCode2:Median of Two Sorted Arrays
题目: There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should...
分类:其他好文   时间:2014-04-29 10:32:46    阅读次数:359
.net List<T>
List的几个方法List=>List.Find()List.FindAll()List.Contains() List.ForEach()List.ConvertAll() 1. 先比较Find()跟FindAll()。 这个两个函数都是 遍历List的集合,只是 区别在于FindAll()返回的...
分类:Web程序   时间:2014-04-29 10:32:46    阅读次数:443
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!