958. Check Completeness of a Binary Tree Given a binary tree, determine if it is a complete binary tree. Definition of a complete binary tree from Wik ...
分类:
其他好文 时间:
2018-12-16 14:41:11
阅读次数:
137
1、安装 logrotate是Linux系统自带,无需安装 2、配置 进入【/etc/logrotate.d/nginx】文件修改配置 需要备份的日志路劲,一个或多个都可以 /data/logs/nginx1/ .log /data/logs/nginx2/ .log { daily rotate ...
分类:
其他好文 时间:
2018-12-15 19:50:45
阅读次数:
206
今天主要跟大家分享一下三个编程在线学习网址,下面三个我都用过,感觉还不错,有些不仅仅适用于小白,还适用像我一样的菜鸟。当然了,高手也是适用的。 虽然是国外的,但是不得不承认,人家确实做得挺不错的,这一点我们还是可以借鉴学习的。 至于全部是英文的,这一点确实有点麻烦,不过我想现在Google浏览器或者 ...
分类:
Web程序 时间:
2018-12-13 21:44:47
阅读次数:
258
1——Kubernetes 1.13发布,2——Kubernetes首次出现重大安全漏洞,3——Docker和微软公司推出云原生应用的部署规范,4——谷歌推出beta版本的Cloud SCC
分类:
Web程序 时间:
2018-12-13 11:37:17
阅读次数:
168
1——Kubernetes 1.13发布 2——Kubernetes首次出现重大安全漏洞 3——Docker和微软公司推出云原生应用的部署规范 4——谷歌推出beta版本的Cloud SCC ...
分类:
Web程序 时间:
2018-12-13 11:35:57
阅读次数:
209
1.创建一个记录学生成绩的对象,提供一个添加成绩的方法,以及一个显示学生平均成绩的方法。2. 将一组单词存储在一个数组中,并按正序和倒序分别显示这些单词。3. 修改本章前面出现过的 weeklyTemps 对象,使它可以使用一个二维数组来存储每月的有用数据。增加一些方法用以显示月平均数、具体某一周平 ...
分类:
Web程序 时间:
2018-12-12 18:58:25
阅读次数:
173
原文地址: https://github.com/jobbole/awesome-mysql-cn 我想很多程序员应该记得 GitHub 上有一个 Awesome - XXX 系列的资源整理。awesome-mysql 就是 shlomi-noach 发起维护的 MySQL 资源列表,内容包括:分析 ...
分类:
数据库 时间:
2018-12-07 15:00:58
阅读次数:
208
题目限定输入是[0, 10^8],因而不用考虑负数或者越界情况,算是减小了难度。 1 public class Solution { 2 /** 3 * @param num: a non-negative intege 4 * @return: the maximum valued number ...
分类:
其他好文 时间:
2018-12-05 21:46:24
阅读次数:
188
For a binary tree T, we can define a flip operation as follows: choose any node, and swap the left and right child subtrees. A binary tree X is flip e ...
分类:
其他好文 时间:
2018-12-02 22:51:17
阅读次数:
243
Given an array of 4 digits, return the largest 24 hour time that can be made. The smallest 24 hour time is 00:00, and the largest is 23:59. Starting f ...
分类:
其他好文 时间:
2018-12-02 22:49:46
阅读次数:
185