Given a Binary Search Tree (BST) with the root node root, return the minimum difference between the values of any two different nodes in the tree. Exa ...
分类:
其他好文 时间:
2019-01-10 17:45:12
阅读次数:
115
Sort a linked list using insertion sort. A graphical example of insertion sort. The partial sorted list (black) initially contains only the first elem ...
分类:
其他好文 时间:
2019-01-09 17:29:49
阅读次数:
169
现在Web项目前后端分离越来越多,前后端的沟通成本成了头大的难题。 上个项目虽然使用Postman已经降低了不少沟通成本,但是还是要手写不少Api到Postman测试,耗费了不少时间。这次新项目决定使用SpringBoot来做,各方面都节省了不少配置,一想到Api的对接就有点头大,于是决定把Swag ...
分类:
编程语言 时间:
2019-01-08 00:13:33
阅读次数:
266
正常情况下,我们需要添加一个过滤器,需要实现javax.servlet.Filter接口,再在web.xml中配置filter,如下: 此时,web.xml中增加的配置: 那么,我们为什么要使用Spring的org.springframework.web.filter.DelegatingFilte ...
分类:
其他好文 时间:
2019-01-06 10:37:56
阅读次数:
116
题目描述 A and B are preparing themselves for programming contests. The University where A and B study is a set of rooms connected by corridors. Overall, ...
分类:
其他好文 时间:
2019-01-05 22:41:11
阅读次数:
147
原文:C# Owin初探 概念理解(一)本文是阅读网上大牛的文章总结而成。 目录 1.Owin定义 2.为什么要用Owin 3.作用 4.总结 1.Owin定义 Owin是Open Web Interface For .NET。也就是.Net开源的web接口,听起来口气有点大,值得我们下面深入了解。... ...
FIDDLER用户界面FIDDLER用户的几面主要包括下面几个部分,如图所示:首先FIDDLER窗口的最左边是web session列表,窗口的最上方是main menu主菜单,然后下面的是toolbar工具栏,窗口最下方的黑的框是quickexec命令行,最下方的栏是status bar状态栏,右 ...
分类:
其他好文 时间:
2019-01-03 18:14:49
阅读次数:
703
前言今天在更新运行apt-get update的时候出现了如下的错误: W: GPG error: http://extras.ubuntu.com trusty Release: The following signatures couldn't be verified because the p ...
分类:
系统相关 时间:
2019-01-03 12:03:00
阅读次数:
226
我常用的是win10里面的自带的3D画图工具里面的颜色表 CSS 设置颜色的几种方式: 1.颜色名 2.rgb值 3十六进制表示 4. HSL color values CSS3 adds numerical hue-saturation-lightness (HSL) colors as a co ...
分类:
Web程序 时间:
2018-12-30 02:41:56
阅读次数:
185
NUMBER BASE CONVERSION Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 5976 Accepted: 2738 Description Write a program to convert numbers i ...
分类:
其他好文 时间:
2018-12-27 20:19:08
阅读次数:
137