Little Sub loves math very much, and has just come up with an interesting problem when he is working on his geometry homework. It is very kind of him ...
分类:
其他好文 时间:
2019-01-19 22:15:09
阅读次数:
252
正文 nohup nohup 命令运行由 Command参数和任何相关的 Arg参数指定的命令,忽略所有挂断(SIGHUP)信号。在注销后使用 nohup 命令运行后台中的程序。要运行后台中的 nohup 命令,添加 & ( 表示“and”的符号)到命令的尾部。 nohup 是 no hang up ...
分类:
其他好文 时间:
2019-01-19 15:10:06
阅读次数:
206
题目描述 Bessie the cow, always a fan of shiny objects, has taken up a hobby of mining diamonds in her spare time! She has collected NNN diamonds (N≤50,00 ...
分类:
其他好文 时间:
2019-01-19 12:13:53
阅读次数:
222
1.top命令top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器。下面详细介绍它的使用方法。top - 01:06:48 up 1:22, 1 user, load average: 0.06, 0.60, 0.48Tasks: 2 ...
分类:
系统相关 时间:
2019-01-19 11:20:13
阅读次数:
172
目录 1 · 目标 2 · 安装Docker 3 · 创建资源文件夹 4 · 部署Mysql · 1. 拉取镜像 · 2. 运行容器 · 3. 进入容器 · 4. 开启Mysql远程连接 5 · 部署PHP · 1. 拉取镜像 · 2. 运行容器 · 3. 创建php文件 6 · 配置Nginx · ...
分类:
数据库 时间:
2019-01-19 11:12:39
阅读次数:
335
同样是LCT维护一个类似最大生成树的东西。 题目链接: "戳我" emmm其实我在uoj上过不去,加的数据我TLE了。。。。。。 关于push_up的小trick:初始化的时候给0节点也初始化成最大值,然后push_up的时候不用管自己的左右儿子是否为空,直接返回左右儿子中比较小的一个就可以了,然后 ...
分类:
其他好文 时间:
2019-01-18 23:14:04
阅读次数:
203
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2019-01-18 21:24:18
阅读次数:
198
In JavaScript, we often end up composing one object out of several other objects. Luckily there's a convenient spread operator which allows us to spre ...
分类:
编程语言 时间:
2019-01-16 16:37:44
阅读次数:
133
今天在B站上看了不少数据可视化的视频,就是那种用柱形图显示动态排名的视频,又恰好看到一个up主的教学视频。 up炒鸡良心,不仅做好了教学视频,连源码也给出来了,这里我拿来做一下分享 up主-见齐-数据可视化教学 GitHub源码 ...
分类:
其他好文 时间:
2019-01-14 23:11:39
阅读次数:
248
Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target. ...
分类:
其他好文 时间:
2019-01-13 21:41:39
阅读次数:
145