码迷,mamicode.com
首页 >  
搜索关键字:find    ( 24186个结果
LeetCode 5 Longest Palindromic Substring(最长子序列)
题目来源:https://leetcode.com/problems/longest-palindromic-substring/Given a stringS, find the longest palindromic substring inS. You may assume that the ...
分类:其他好文   时间:2015-12-25 21:02:43    阅读次数:195
[LeetCode]113. Maximum Depth of Binary Tree二叉树的最大深度
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:其他好文   时间:2015-12-25 20:59:38    阅读次数:167
siblings 使用
//$(object).siblings().each(function () { // $(this).find("img").attr("class", "picunselect"); //}); $(object).siblings().find("img").att...
分类:其他好文   时间:2015-12-25 20:42:18    阅读次数:141
【python】pymongo中正则查询时的转义问题
在查询mongo时用到了正则查询设字符串为 str = '/ab/cd.ef?g='直接用正则查询没有匹配。collection.find({"re":{'$regex':str},'b':{'$nin':[False]}}).count()原因是 / . ? 都是正则表达式中的特殊字符,如果要保留...
分类:编程语言   时间:2015-12-25 19:24:10    阅读次数:332
217_Contains Duplicate
Given an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the arr...
分类:其他好文   时间:2015-12-25 19:09:38    阅读次数:122
黄聪:PHP使用Simple_HTML_DOM遍历、过滤及保留指定属性
find('*') as $html_child_dom ) { $this->clear_child_html_attribute( $html_child_dom, $allow, $exceptions ); $this->clear...
分类:Web程序   时间:2015-12-25 19:04:12    阅读次数:170
thinkphp获取特定字段的两种方法
thinkphp getField( )和field( )2014年10月05日? 综合? 共 1509字 ? 字号小中大?评论关闭 做数据库查询的时候,比较经常用到这两个,总是查手册,记不住,现在把它总结下,希望以后用的时候不查手册了。 不管是用select 查询数据集,还是用find...
分类:Web程序   时间:2015-12-25 18:53:38    阅读次数:17750
Java [Leetcode 235]Lowest Common Ancestor of a Binary Search Tree
题目描述:Given a binary search tree (BST), find the lowest common ancestor (LCA) of two given nodes in the BST.According to thedefinition of LCA on Wikipe...
分类:编程语言   时间:2015-12-25 18:43:50    阅读次数:140
Linux基础命令(2)
Fskey servernamescp命令grep 命令find 命令echo 命令xargs 命令file 命令cat 命令/dev/nulltar 打包gzip 压缩示例:打包和压缩awk 命令综合示例Fskey servername保存登陆信息,下次登陆不必再输入密码Fskey userna....
分类:系统相关   时间:2015-12-25 17:12:23    阅读次数:219
LeetCode - Combination Sum
题目:Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.The same repe...
分类:其他好文   时间:2015-12-25 13:31:31    阅读次数:103
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!