Given a binary tree Populate each next pointer to point to its next right node. If there is no next right node, the next pointer should be set to NULL ...
分类:
其他好文 时间:
2017-01-01 14:19:04
阅读次数:
198
一:本文使用范围 此文不仅仅局限于spring boot,普通的spring工程,甚至是servlet工程,都是一样的,只不过配置一些监听器的方法不同而已。 本文经过作者实践,确认完美运行。 二:Spring boot使用websocket 2.1:依赖包 websocket本身是servlet容器 ...
分类:
编程语言 时间:
2017-01-01 07:53:41
阅读次数:
510
Given an array of integers, find a contiguous subarray which has the largest sum. Notice The subarray should contain at least one number. Have you met ...
分类:
编程语言 时间:
2016-12-31 08:21:30
阅读次数:
182
Assume you are an awesome parent and want to give your children some cookies. But, you should give each child at most one cookie. Each child i has a g ...
分类:
其他好文 时间:
2016-12-30 19:11:02
阅读次数:
172
问题描述: 我在使用props时候, 我的写法是这样的 ... <View> <Person name='john' age=32 gender=true></Person> </View> ... class Person Extension Component{ render(){ <View> ...
分类:
Web程序 时间:
2016-12-30 16:43:12
阅读次数:
288
137. Single Number II Given an array of integers, every element appears three times except for one. Find that single one. Note:Your algorithm should h ...
分类:
其他好文 时间:
2016-12-30 16:36:15
阅读次数:
152
Strategic Game Bob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and then he is ver ...
分类:
编程语言 时间:
2016-12-30 16:29:42
阅读次数:
261
Problem Description There are N villages, which are numbered from 1 to N, and you should build some roads such that every two villages can connect to ...
分类:
其他好文 时间:
2016-12-29 23:19:11
阅读次数:
227
恢复内容开始 前段时间公司需要安装openldap 于是去网上查找相关资料,安装文档倒是不少但是或多或少都有点问题 导致自己一直没有安装上,于是结合英文安装文档磕磕巴巴的 安装少了 于是将安装过程记录下来 以备不时之需 1:新旧版本的OpenLDAP,配置方法有很大的改动 1、安装数据库本人用的版本 ...
分类:
系统相关 时间:
2016-12-29 10:39:38
阅读次数:
235
136. Single Number Given an array of integers, every element appears twice except for one. Find that single one. (Easy) Note:Your algorithm should hav ...
分类:
其他好文 时间:
2016-12-29 07:49:35
阅读次数:
182