码迷,mamicode.com
首页 >  
搜索关键字:depth    ( 1433个结果
docker 服务无法启动
重装以后仍然不行,dockerd可以运行,但是systemctl start docker.service不行,后来在编辑一个文件时,提示没有空间可以保存,结果一查,发现服务器空间基本占满了,通过du -h --max-depth=1查看,发现docker文件夹占了96G,清理掉之后,docker就 ...
分类:其他好文   时间:2019-05-21 10:54:26    阅读次数:105
linux /dev/mapper/centos-root 被占满
使用 df -h 命令查看磁盘使用情况 显示/home目录占用最大 使用 du命令查看各个目录的文件大小 du --max-depth=1 -h 这个命令可以查看当前目录下哪个目录占用最大 逐一排查下去, 原来是项目中的Log日志,删掉就好了 ...
分类:移动开发   时间:2019-05-18 21:07:10    阅读次数:802
An interpretation of depth value
An Interpretation of Depth Value Recently when I am working on Screen Space Reflection, I noticed there are some subtleties in the computation of dept... ...
分类:其他好文   时间:2019-05-13 09:18:54    阅读次数:149
RGB-D显著性突出物体(学习)
论文阅读:Adaptive Fusion for RGB-D Salient Object Detection 这篇代码的创新点在于使用了SW层,使用SW_logits * img_logits + (1 - SW_logits) * (1 - depth_logits) 来获得最终的预测结果 另外 ...
分类:其他好文   时间:2019-05-06 01:17:48    阅读次数:168
【leetcode】1028. Recover a Tree From Preorder Traversal
题目如下: We run a preorder depth first search on the root of a binary tree. At each node in this traversal, we output D dashes (where D is the depth of t ...
分类:其他好文   时间:2019-04-24 23:36:24    阅读次数:187
UGUI中粒子特效与UI的遮挡问题
问题背景: 在做主线任务时发现完成任务后的特效显示穿透上面的UI层,不美观,策划不乐意了,抓紧解决下 解决思路: 首先讲下影响渲染顺序的因素: 能够影响渲染顺序的因素有:1、Camera Depth 相机组件上设置的相机深度,深度越大越靠后渲染。 2、Sorting Layer 在Tags & La ...
分类:其他好文   时间:2019-04-23 21:10:35    阅读次数:337
UVA 679 二叉树
题目链接:https://vjudge.net/problem/UVA-679 参考自:刘汝佳的紫书 思路: 我们发现,对于每一颗子树,假如小球是第奇数次到达这颗子树的根节点时,那么此时应该向左子树走,如果是偶数次,则向右子树方向走,假如现在给出了一组输入depth,num,即深度为depth的二叉 ...
分类:其他好文   时间:2019-04-19 19:43:27    阅读次数:147
Centos7 Jenkins日志过大
df 查看 占用 继续 sudo du ah max depth=1 16G 原因: 因为DNS查询错误,返回了所有的日志数据,解决方法: 【系统管理】=》【system log】= 【日志级别】=》【Name: javax.jmdns,Level: off】 ...
分类:其他好文   时间:2019-04-19 18:16:34    阅读次数:205
Linux基础命令之文件和目录操作(二)
. find 用于查找目录下的文件,也可以调用其他命令使用 find [-H] [-L] [-P] [-D debugopts] [-Olevel] [path...] [expression] find 【选项】 【路径】【操作语句】 options: -depth # 在指定目录下最深层的子目录 ...
分类:系统相关   时间:2019-04-16 14:35:14    阅读次数:239
111. Minimum Depth of Binary Tree
Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to the nearest l ...
分类:其他好文   时间:2019-04-11 01:16:47    阅读次数:106
1433条   上一页 1 ... 24 25 26 27 28 ... 144 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!