码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
ZOJ - 4082:Little Sub and his Geometry Problem (双指针)
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 nohup 命令运行由 Command参数和任何相关的 Arg参数指定的命令,忽略所有挂断(SIGHUP)信号。在注销后使用 nohup 命令运行后台中的程序。要运行后台中的 nohup 命令,添加 & ( 表示“and”的符号)到命令的尾部。 nohup 是 no hang up ...
分类:其他好文   时间:2019-01-19 15:10:06    阅读次数:206
P3143 [USACO16OPEN]钻石收藏家Diamond Collector(伸缩法)
题目描述 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
性能测试三十三:监控之Linux系统监控命令大全
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
Docker快速搭建PHP+Nginx+Mysql环境(https://notemi.cn/docker-quickly-set-up-php-nginx-mysql-environment.html)
目录 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
leetcode 1. Two Sum
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
[Javascript] Conditionally spread entries to a JavaScript object
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
LC 377. Combination Sum IV
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!