#!/usr/bin/env python # -*- coding:utf-8 -*- from rest_framework.views import APIView from rest_framework.response import Response class TestView(APIV ...
分类:
其他好文 时间:
2018-02-06 01:21:28
阅读次数:
164
错误原因:spring boot默认会加载org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration类,DataSourceAutoConfiguration类使用了@Configuration注解向spring注入 ...
分类:
数据库 时间:
2018-02-04 12:40:10
阅读次数:
182
Description Bessie is in Camelot and has encountered a sticky situation: she needs to pass through the forest that is guarded by the Knights of Ni. In ...
分类:
其他好文 时间:
2018-02-04 00:26:55
阅读次数:
181
Given an integer, write a function to determine if it is a power of three. Follow up:Could you do it without using any loop / recursion? 题目标签:Math 题目要 ...
分类:
其他好文 时间:
2018-02-03 13:23:45
阅读次数:
173
Balanced Binary Tree 题解 题目来源:https://leetcode.com/problems/balanced binary tree/description/ Description Given a binary tree, determine if it is heigh ...
分类:
其他好文 时间:
2018-02-01 20:33:26
阅读次数:
166
1:题目描述 Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close ...
分类:
其他好文 时间:
2018-02-01 10:41:13
阅读次数:
123
"原题链接" 描述 Given a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let’s say the phone catal ...
分类:
其他好文 时间:
2018-01-30 00:20:58
阅读次数:
129
Determine YARN and MapReduce Memory Configuration Settings "https://docs.hortonworks.com/HDPDocuments/HDP2/HDP 2.0.9.1/bk_installing_manually_book/con ...
分类:
其他好文 时间:
2018-01-29 16:03:24
阅读次数:
197
Palindrome Number 题解 题目来源:https://leetcode.com/problems/palindrome number/description/ Description Determine whether an integer is a palindrome. Do th ...
分类:
其他好文 时间:
2018-01-29 11:27:12
阅读次数:
181
[抄题]: Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as: a binary tree in which t ...
分类:
其他好文 时间:
2018-01-28 23:21:42
阅读次数:
190