最新 最热

Backtracking - 216. Combination Sum III

Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be a unique s...

2020-09-23
0

Backtracking - 47. Permutations II

Given a collection of numbers that might contain duplicates, return all possible unique permutations.

2020-09-23
0

Backtracking - 60. Permutation Sequence

The set [1,2,3,...,_n_] contains a total of n! unique permutations.

2020-09-23
0

Dynamic Programming - 63. Unique Paths II

A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).

2020-09-23
1

Dynamic Programming - 62. Unique Paths

A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).

2020-09-23
1

Linux基础第六课——grep|awk|sort|uniq

管道符 |前面的输出作为后面的输入grep 可以理解为正则表达式grep [参数] 文件名 -c 打印符合要求的行数 -v 打印不符合要求的行 -n 在输出符合要求的行的同时连同行号一起输出 -i 忽略大小写 [0-9] ^ grep -c &...

2020-09-17
0

oracle约束条件

http://www.cnblogs.com/lm970585581/p/7076084.html

2020-09-03
0

GenerateFlowFile

该处理器使用随机数据或自定义内容创建流文件。GenerateFlowFile用于负载测试、配置和仿真。

2020-09-01
0

数据库设计与开发概述

现实世界-----认识抽象---------》概念模型--》逻辑模型(关系模型)--》物理模型需求分析-------》概念要求(E-R图)------》逻辑结构设计(关系的数据模型)------》物理结构设计 教学平台:浏览器/应用服务器/数据库服务器(b/s)考...

2020-08-14
0

linux 之mysql——约束(constraint)详解

比如name字段中要让其用户名不重复,这就需要添加约束。或者必须注册的时候需要添加邮箱等

2020-07-21
0