Xx_Introduction Character input and output is by more line character conpose of the text flow Define name common use capital letter,easy read. The Sta ...
分类:
其他好文 时间:
2019-10-07 23:18:06
阅读次数:
111
独家秘笈!看下如何一键优化Oracle数据库复杂sql,DBA必备 原创 波波说运维 2019-09-30 00:03:00 概述 It is very easy for us to implement sql tuning by toad. We need to do is just give c ...
分类:
数据库 时间:
2019-10-05 12:30:47
阅读次数:
259
119. Pascal's Triangle II Easy Easy Easy Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle. Note that the r ...
分类:
其他好文 时间:
2019-10-05 10:59:45
阅读次数:
95
Difficulty:easy More:【目录】LeetCode Java实现 Description https://leetcode.com/problems/valid-parentheses/ Given a string containing just the characters '( ...
分类:
其他好文 时间:
2019-10-04 23:20:46
阅读次数:
186
118. Pascal's Triangle Easy Easy Easy Given a non-negative integer numRows, generate the first numRows of Pascal's triangle. In Pascal's triangle, eac ...
分类:
其他好文 时间:
2019-10-04 09:34:23
阅读次数:
85
112. Path Sum Easy Easy Easy Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the ...
分类:
其他好文 时间:
2019-10-03 16:18:59
阅读次数:
72
链接: https://codeforces.com/contest/1234/problem/B2 题意: The only difference between easy and hard versions are constraints on n and k. You are messagin ...
分类:
Web程序 时间:
2019-10-02 22:39:26
阅读次数:
213
111. Minimum Depth of Binary Tree Easy Easy Easy Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the short ...
分类:
其他好文 时间:
2019-10-02 17:02:53
阅读次数:
77
110. Balanced Binary Tree Easy Easy Easy Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is d ...
分类:
其他好文 时间:
2019-10-02 10:23:19
阅读次数:
88
一、前后端联调之前 当页面的布局和逻辑开发都实现后,后端的的接口没有开发出来的时候,我们可以先进行Mock数据,在已有接口文档的情况下,我们可以直接按照接口文档来开发,通过mock语法来编写相对应的字段和数据。常用的mock数据方式有json-server mockjs easy-mock. rap ...
分类:
其他好文 时间:
2019-10-02 01:06:21
阅读次数:
105