jQuery左侧浮动导航条点击动画弹出移动箱单页内容https://www.mk2048.com/demo/demo_target_desc.php?id=2b2jkb00jjQuery移动箱内容jQuery底部滑出菜单_鼠标悬停滑动导航条https://www.mk2048.com/demo/de ...
分类:
其他好文 时间:
2020-05-14 15:41:38
阅读次数:
72
Debian 9: deb http://mirrors.163.com/debian/ stretch main non free contrib deb http://mirrors.163.com/debian/ stretch updates main non free contrib de ...
分类:
其他好文 时间:
2020-05-14 13:42:22
阅读次数:
46
SLAM学习--开源测试数据集合 Tum RGB-D SLAM Dataset and Benchmarkhttps://vision.in.tum.de/data/datasets/rgbd-dataset Kitti http://www.cvlibs.net/datasets/kitti/in ...
分类:
其他好文 时间:
2020-05-14 11:27:31
阅读次数:
138
经过调查是Linux系统磁盘满了,需要清理磁盘。 查看当前磁盘使用情况:df -h 可以看到上面/dev/vda1 de Use%=100%,然后看一下vda1是什么? 所以问题找到了,就是系统磁盘满了,满了,就清理掉无用数据,到根目录下使用命令du -sh * 查看各目录占用空间大小(du -ah ...
分类:
系统相关 时间:
2020-05-13 11:58:34
阅读次数:
296
题目地址:https://leetcode-cn.com/problems/er-cha-shu-de-zui-jin-gong-gong-zu-xian-lcof/ 题目描述 给定一个二叉树, 找到该树中两个指定节点的最近公共祖先。 百度百科中最近公共祖先的定义为:“对于有根树 T 的两个结点 p ...
分类:
编程语言 时间:
2020-05-10 19:24:17
阅读次数:
55
题目地址:https://leetcode-cn.com/problems/er-cha-sou-suo-shu-de-zui-jin-gong-gong-zu-xian-lcof/ 题目描述 给定一个二叉搜索树, 找到该树中两个指定节点的最近公共祖先。 百度百科中最近公共祖先的定义为:“对于有根树 ...
分类:
编程语言 时间:
2020-05-10 17:00:00
阅读次数:
76
#__author__:Kelvin #date:2020/5/10 11:37 import time from multiprocessing import Process def son1(): while True: print('--> in son1') time.sleep(1) de ...
分类:
系统相关 时间:
2020-05-10 12:36:46
阅读次数:
70
官方解法带视频讲解,推荐先看视频再来看本文的讲解 https://leetcode-cn.com/problems/shu-zu-zhong-de-ni-xu-dui-lcof/solution/shu-zu-zhong-de-ni-xu-dui-by-leetcode-solution/ 采用归并 ...
分类:
编程语言 时间:
2020-05-10 01:08:20
阅读次数:
82
decltype可让编译器找出表达式的类型。 map<string,float> coll; decltype(coll)::value_type elem; 新的函数声明语法 template<typename T1, typename T2> auto add(T1 x, T2 y) -> de ...
分类:
编程语言 时间:
2020-05-09 23:30:01
阅读次数:
71
https://mp.weixin.qq.com/s/vKJZp5cGUetHokGh2EZUXg mysqlslap --iterations=100 --create-schema='test' --query="query.sql" --number-of-queries=20000 --de ...
分类:
数据库 时间:
2020-05-09 22:56:14
阅读次数:
127