码迷,mamicode.com
首页 >  
搜索关键字:find    ( 24186个结果
LeetCode题解 #5 Longest Palindromic Substring
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes
分类:其他好文   时间:2016-03-14 18:34:09    阅读次数:207
jQuery获取Select选择的Text和 Value(转)
    jQuery获取Select选择的Text和Value:语法解释:1. $("#select_id").change(function(){//code...});   //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find
分类:Web程序   时间:2016-03-14 18:27:40    阅读次数:151
16. 3Sum Closest
Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers.
分类:其他好文   时间:2016-03-14 18:14:31    阅读次数:117
Linux 删除mysql数据库失败的解决方法
使用命令:drop database xxx;删除本数据库时却删除失败,系统提示出现了错误,错误代码为: ERROR 1010 (HY000): Error dropping database(can't rmdir './xxx/',errno:17); 解决方法: 1.find /  -name
分类:数据库   时间:2016-03-14 10:40:14    阅读次数:205
find命令使用及实例
find命令的使用find:是一个实时查找工具,通过遍历指定路径下的文件系统完成文件查找;有几个工作特点:查找速度略慢;精确查找;实时查找;使用语法:find[OPTION]...[查找路径][查找条件][处理动作]查找路径:指定具体目标路径;默认为当前目录;查找条件:指定的查找标准,..
分类:其他好文   时间:2016-03-14 01:50:45    阅读次数:209
Eclipse 使用中遇到的一些问题!
解决办法~ 1.先检查本地svn 版本与Eclipse 中svn插件 的区别 2.发现版本一致,没解决,发现如图   发现   svn接口报错 javaHL(JNI) Not Available!@   所以请在 eclipse中点击help >Eclipse Marketplace,在Find框里
分类:系统相关   时间:2016-03-14 01:34:42    阅读次数:319
Linux常用命令之一:find
Linux常用命令之一:findfind,find在不指定查找目录的情况下是对整个系统进行遍历查找使用格式:find[指定查找目录][查找规则][查找完后执行的action][指定查找目录]例如:[root@test~]#find/etc-name"passwd"/etc/passwd/etc/pam.d/passwd[查找规则](1)根据文件名查找#-name..
分类:系统相关   时间:2016-03-13 18:21:12    阅读次数:182
leetcode:41. First Missing Positive (Java)
转载请注明出处:z_zhaojun的博客 原文地址 题目地址 First Missing PositiveGiven an unsorted integer array, find the first missing positive integer.For example, Given [1,2,0] return 3, and [3,4,-1,1] return 2.Your algo...
分类:编程语言   时间:2016-03-13 18:05:01    阅读次数:222
[LeetCode] Palindrome Pairs 回文对
  Given a list of unique words. Find all pairs of distinct indices (i, j) in the given list, so that the concatenation of the two words, i.e. words[i]
分类:其他好文   时间:2016-03-13 16:01:42    阅读次数:143
LintCode: Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth.
分类:其他好文   时间:2016-03-13 14:29:24    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!