码迷,mamicode.com
首页 >  
搜索关键字:find    ( 24186个结果
【LeetCode】3. Longest Substring Without Repeating Characters
题目: Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the ...
分类:其他好文   时间:2016-08-29 01:42:42    阅读次数:141
iframe父页面获取子页面的高度
最近做项目中用到了iframe,子页面更改父页面的高度,经过九九八十一难,找到了解决的办法。 $(window).load(function() { var h=$(document).height(); var ifHeight = $(window.top.document).find(".XX ...
分类:其他好文   时间:2016-08-28 22:29:03    阅读次数:156
Linux常用命令-文件搜索命令find
文件搜索命令find 命令名称:find 命令所在路径:/bin/find 执行权限:所有用户 语法:find [搜索范围] [匹配条件] 功能描述:文件搜索 -name 根据文件名搜索 例:find /etc/ -name init 模糊搜索使用通配符* find /etc -name *init ...
分类:系统相关   时间:2016-08-28 19:36:49    阅读次数:294
Eclipse中使用SVN
此文章对Myeclipse同样适用。 一.在Eclipse里下载Subclipse插件 方法一:从Eclipse Marketplace里面下载 具体操作:打开Eclipse --> Help --> Eclipse Marketplace --> 在Find中输入subclipse搜索 --> 找 ...
分类:系统相关   时间:2016-08-28 13:56:18    阅读次数:254
【LeetCode】18. 4Sum 解题小结
题目: Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array ...
分类:其他好文   时间:2016-08-28 12:31:43    阅读次数:224
LightOJ 1138 二分
1138 - Trailing Zeroes (III) PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB You task is to find minimal natural number N, ...
分类:其他好文   时间:2016-08-28 11:08:40    阅读次数:150
【LeetCode】 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 intege ...
分类:其他好文   时间:2016-08-28 11:01:54    阅读次数:141
动态规划
首先从我刷的一个题开始讲。题目如下: Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2. For example,Given:s1 ="aabcc",s2 ="dbbca", When s3 =" ...
分类:其他好文   时间:2016-08-28 09:50:57    阅读次数:180
HDU5478(快速幂)
Can you find it Time Limit: 8000/5000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1407 Accepted Submission(s): 581 ...
分类:其他好文   时间:2016-08-28 09:47:16    阅读次数:129
Combination Sum IV -- LeetCode
Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target. ...
分类:其他好文   时间:2016-08-28 07:36:20    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!