在拉取mysql镜像时报错 no space left on device df -h 查看磁盘使用情况 发现 发现/dev/mapper/ubuntu--vg-ubuntu--lv磁盘满了 显示存在的卷组 sudo vgdisplay Free PE / Size 3839 / <15.00 Gi ...
分类:
其他好文 时间:
2020-02-11 09:24:06
阅读次数:
127
vlan 100 private-vlan isolated ! vlan 200 private-vlan community ! vlan 300 private-vlan primary private-vlan association 100,200 ! ! ! ! interface Gi ...
分类:
系统相关 时间:
2020-02-10 14:07:47
阅读次数:
82
Problem : Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, gi ...
分类:
其他好文 时间:
2020-02-10 00:20:24
阅读次数:
81
Git版本控制系统(VCS)是分布式的,仓库的每一个副本均包含项目的完整历史 安装Git 下载 下载地址: 选择适合自己操作系统的来下载 如果下载太慢,解决方法: 国内镜像: 复制下载链接,然后打开迅雷,使用迅雷下载 安装 自己选择路径安装,假设到 D:\java 下,装完后将 D:\java\gi ...
分类:
移动开发 时间:
2020-02-07 18:34:10
阅读次数:
85
第一步登录光猫查看是否获取到IPV6地址 第二步:设置老毛子路由器 参考文章:https://blog.yuick.com/2019/04/22/ipv6.html 第三步:设定win7 IPV6 这里需要手动填写IPV6 的DNS,然后依据下面这个链接执行脚本(用管理员权限) https://gi ...
分类:
移动开发 时间:
2020-02-06 22:48:09
阅读次数:
160
455. 分发饼干 假设你是一位很棒的家长,想要给你的孩子们一些小饼干。但是,每个孩子最多只能给一块饼干。对每个孩子 i ,都有一个胃口值 gi ,这是能让孩子们满足胃口的饼干的最小尺寸;并且每块饼干 j ,都有一个尺寸 sj 。如果 sj >= gi ,我们可以将这个饼干 j 分配给孩子 i ,这 ...
分类:
编程语言 时间:
2020-02-04 00:38:28
阅读次数:
79
https://www.alexgoldcheidt.com/raspberry-pi-aria2-web-ui/?__cf_chl_captcha_tk__=79b7cacad41c7817f12080af5a4577d57b69f8e7-1580699959-0-ATVbJrKXxCiy9LLC ...
分类:
其他好文 时间:
2020-02-03 16:15:31
阅读次数:
197
动态规划的01背包问题和完全背包问题模板 01背包问题模板: // 01背包问题 #include <stdio.h> #include <algorithm> using namespace std; const int maxn = 100; // 物品的最大件数 const int maxv ...
分类:
其他好文 时间:
2020-02-02 16:08:10
阅读次数:
109
一 配置TortoiseGit 1.使用TortoiseGit下的PUTTYGEN生成.ppk文件 这一步不会的话可以自行Baidu/Google一下。 2.在代码托管平台的添加公钥 用记事本打开ppk文件,复制如下红框内的shh公钥,加上ssh-rsa的前缀,添加至代码托管平台即可。 二 配置Gi ...
分类:
其他好文 时间:
2020-01-31 18:30:53
阅读次数:
86
1.简介 The command pattern is a behavioral design pattern in which an object is used to encapsulate all information needed to perform an action or trigg ...
分类:
其他好文 时间:
2020-01-31 15:59:15
阅读次数:
87