最新 最热

230B. T-primes (数论)

We know that prime numbers are positive integers that have exactly two distinct positive divisors. Similarly, we’ll call a positive integer t Т-prime, if t has ...

2020-10-23
1

《sql必知必会》——读书笔记(1)

设值主键是为了确定唯一性,当一个字段无法确定唯一性的时候,就需要采用联合主键的方式。(多个字段来定义一个主键)

2020-09-27
0

DFS&BFS - 52. N-Queens II

The n-queens puzzle is the problem of placing n queens on an n_×_n chessboard such that no two queens attack each other.

2020-09-23
0

Backtracking - 78. Subsets

Given a set of distinct integers, nums, return all possible subsets (the power set).

2020-09-23
0

Backtracking - 46. Permutations

46. Permutations Given a collection of distinct integers, return all possible permutations.

2020-09-23
0

MySQL常见关键字优先级

1. 找到表fromjoin on2. 确定过滤条件whereand/or3. 分组&过滤group byhaving(将分组的结果进行having过滤)4. 执行selectselect(确定操作方式)5. 去重distinct5. 确定展示顺序order by 将结果按照条件排序:or......

2020-09-22
0

店铺选址的6C评估模型

相比自己构建的店铺选址模型,发现存在更科学的5C评估模型,主要从城市市场评估(city)、核心区域分析(Core Distinct)、竞争分析(Competition)、交通便利性(Convenience)、成本/收入分析(Cost/Revenue)五个维度更加系统、科学评估选...

2020-08-11
1

【数据库】实验2 单表查询

1.熟练掌握SQL Server查询分析器的使用方法,加深对标准SQL查询语句的理解。

2020-06-22
0

Mysql常用sql语句(3)- select 查询语句基础使用

https://www.cnblogs.com/poloyy/category/1683347.html

2020-06-09
1