码迷,mamicode.com
首页 >  
搜索关键字:letter combinations    ( 2407个结果
个人记录-LeetCode 77. Combinations
问题:Given two integers n and k, return all possible combinations of k numbers out of 1 … n. For example,If n = 4 and k = 2, a solution is: [ [2,4], [3, ...
分类:其他好文   时间:2020-06-06 01:16:22    阅读次数:93
Legal terms 1
appellant: a person who applies to a higher court for a reversal of the decision of a lower court. appellee: the respondent in a case appealed to a hi ...
分类:其他好文   时间:2020-06-03 09:19:44    阅读次数:70
sqlmap和手注
get方式的注入用 sqlmap -u url+参数 post方式通过保存请求到文件,然后用 sqlmap -r xxx.txt 如果上面无效时,可以试试添加--data="name=value"来指定传参进行测试注入。 -- (这里有一个空格,--空格)在SQL内表示注释,但在URL中,浏览器在发 ...
分类:数据库   时间:2020-06-03 00:26:04    阅读次数:80
判断java标识符
1 package com.jdk7.chapter5; 2 3 public class JavaIdentifier { 4 5 /** 6 * 使用Character.isJavaIdentifierPart判断字符是否属于java标识符 7 it is a letter 8 it is a ...
分类:编程语言   时间:2020-06-02 11:06:55    阅读次数:53
CSS伪类的实例
既然说到伪类,这里就用足够的代码给表现一下他们的神奇用法。从简单到复杂,可以清晰的看清到伪类的诸多使用方法,对于有些功能近似的就取其一举例了: :first-letter 为第一个字添加样式,这里用一个首字下沉的例子来演示一下: <!--html部分--> <p>中国是以华夏文明为源泉<!--内容省 ...
分类:Web程序   时间:2020-06-01 00:34:40    阅读次数:77
[LeetCode] 77. Combinations
Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. Example: Input: n = 4, k = 2 Output: [ [2,4], [3,4], [2,3], ...
分类:其他好文   时间:2020-05-31 13:17:49    阅读次数:57
[LeetCode] 39. Combination Sum
Given a set of candidate numbers (candidates) (without duplicates) and a target number (target), find all unique combinations in candidates where the ...
分类:其他好文   时间:2020-05-31 12:44:37    阅读次数:59
[LeetCode] 40. Combination Sum II
Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where the candidate numb ...
分类:其他好文   时间:2020-05-31 12:43:12    阅读次数:52
Latex学习
Latex文章结构 zhangqq 2020年5月28日 江津 导言区 导言区,一个latex文档有且仅有一个documentclass 导言区主要用于全局设置 \documentclass{book} #在导言区引入article类,也可以引入book、report、letter类 \title{ ...
分类:其他好文   时间:2020-05-30 01:17:00    阅读次数:101
【leetcode】1415. The k-th Lexicographical String of All Happy Strings of Length n
题目如下: A happy string is a string that: consists only of letters of the set ['a', 'b', 'c']. s[i] != s[i + 1] for all values of i from 1 to s.length - ...
分类:移动开发   时间:2020-05-29 10:03:22    阅读次数:64
2407条   上一页 1 ... 5 6 7 8 9 ... 241 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!