Emily the entrepreneur has a cool business idea: packaging and selling snowflakes. She has devised a machine that captures snowflakes as they fall, an ...
分类:
其他好文 时间:
2019-01-23 15:39:14
阅读次数:
167
On a 2-dimensional grid, there are 4 types of squares: 1 represents the starting square. There is exactly one starting square. 2 represents the ending ...
分类:
其他好文 时间:
2019-01-23 01:33:49
阅读次数:
227
```
/** * @author jianw.li * @date 2019/1/22 11:11 PM * @Description: 不同路径 * 一个机器人位于一个 m x n 网格的左上角 (起始点在下图中标记为“Start” )。 * * 机器人每次只能向下或者向右移动一步。机器人试图达... ...
分类:
其他好文 时间:
2019-01-23 01:27:46
阅读次数:
195
Digital Library A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstracts, publishers, and ...
分类:
其他好文 时间:
2019-01-22 23:02:36
阅读次数:
234
1.Django安装: 1.安装版本Django1.11.11 2.安装方式:命令行安装 pycharm安装 2.创建Django项目 1.创建方式:cd到你要创建的目录下 然后输入 Django-admin startproject 项目名 3.配置Django项目: 1.settings文件配置 ...
分类:
其他好文 时间:
2019-01-22 22:55:04
阅读次数:
222
题目链接 https://leetcode.com/problems/unique binary search trees/ 题意 计算给定节点数的BST有多少种 思路 递归 相关知识 二叉搜索树(Binary Search Tree ,BST) 定义: 1.所有非叶子结点至多拥有两个儿子(Left ...
分类:
其他好文 时间:
2019-01-22 21:57:11
阅读次数:
199
参考===MySQL 建表语句 create table 中的列定义: ...
分类:
其他好文 时间:
2019-01-22 21:42:19
阅读次数:
427
1127 ZigZagging on a Tree (30 分) Suppose that all the keys in a binary tree are distinct positive integers. A unique binary tree can be determined by ...
分类:
其他好文 时间:
2019-01-22 14:26:39
阅读次数:
687
1.在项目的配置文件中放入配置文件mybatis-generator-config.xml 根据情况修改下配置 2. 添加maven 任务 Edit-Configurations ->name 、work directory、Command line (mybatis-generator:gener ...
分类:
其他好文 时间:
2019-01-21 21:12:42
阅读次数:
138