环境:ubnutu 修改daemon.json vim /etc/docker/daemon.json { "graph":"/data/docker-data" } 转移旧文件 docker数据默认存放路径为:/var/lib/docker,我这里转移到/data/docker-data 和dae ...
分类:
其他好文 时间:
2021-04-21 12:22:15
阅读次数:
0
PS:本文主要包括二叉树的前序,中序,后序,层序,垂序遍历,使用cpp语言。 前序遍历 struct TreeNode { int val; TreeNode* left; TreeNode* right; TreeNode(int x) : val(x), left(NULL), right(NU ...
分类:
其他好文 时间:
2021-04-20 15:06:15
阅读次数:
0
边界填充 涉及到的函数: copyMakeBorder(src, top, bottom, left, right, borderType, dst=None, value=None) 其中,填充类型borderType主要的有一下四种类型: BORDER_CONSTANT :可以用指定的像素去填充 ...
分类:
其他好文 时间:
2021-04-20 14:56:18
阅读次数:
0
1、性能糟糕原因:帧频低,设备发热!PS:那么我们要知道为什么导致帧频低和设备发热的主要原因呢! 原因如下: 1、游戏渲染内容过多 2、渲染方式不当 3、计算量过大 4、创建大量对象没销毁 5、因为用的是egret,所以咋们使用不当导致底层WebGL问题忽略...(咋们按照egret的规则走就是了) ...
分类:
其他好文 时间:
2021-04-20 14:28:17
阅读次数:
0
前端 html <!-- 搜索 --> <div style="margin-top: 15px"> <el-select style="width: 150px" v-model="select" placeholder="请选择"> <el-option label="歌手列表" value=" ...
分类:
编程语言 时间:
2021-04-20 14:07:21
阅读次数:
0
1. Binder的系统日志文件 # ps -A | grep suspend system 699 1 2184444 4564 binder_ioctl_write_read 0 S android.system.suspend@1.0-service # ls /proc/699/fd -l ...
分类:
其他好文 时间:
2021-04-19 15:59:18
阅读次数:
0
https://www.git-scm.com/docs/git-pull https://www.runoob.com/git/git-pull.html https://www.yiibai.com/git/git_pull.html https://www.runoob.com/git/git ...
分类:
其他好文 时间:
2021-04-19 14:13:33
阅读次数:
0
模拟cpu使用率 脚本: 可以将1个cpu-core打满 k.c #include <stdlib.h> int main() { while(1); return 0; } gcc -o out k.c ./out 查看top可以看到将1个cpu-core打满,可以根据需要,并发启动多个进程将多个 ...
分类:
其他好文 时间:
2021-04-16 12:03:28
阅读次数:
0
Alien Skin Eye Candy 7 for Mac是运行在ps上的滤镜包,alien skin eye candy 7 mac版主要用于制作各种特效,比如火焰、动物毛皮、烟雾、闪电等。这里带来eye candy 7特别版,安装后即可在photoshop中使用。 更容易 我们完全重写了Eye ...
分类:
其他好文 时间:
2021-04-15 12:12:56
阅读次数:
0
You have a card deck of n cards, numbered from top to bottom, i. e. the top card has index 1and bottom card — index n. Each card has its color: the 𝑖 ...
分类:
其他好文 时间:
2021-04-15 12:03:00
阅读次数:
0