码迷,mamicode.com
首页 >  
搜索关键字:depth    ( 1433个结果
用BMfont制作自定义美术中文字体时,导出的图是黑白的问题
step1:Options->Font settings设置 Charset设置为Unicode,其他保持默认。 step2:Option->Export options设置。 Bit depth一定要设置为32,否则只显示黑白字体。 其他按下图设置 step3:Edit->Open Image M ...
分类:其他好文   时间:2021-03-01 13:33:32    阅读次数:0
原生JS 设置样式
https://blog.csdn.net/hj7jay/article/details/56830997?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-1.control&depth_1-utm_sour ...
分类:Web程序   时间:2021-02-23 14:32:45    阅读次数:0
linux 查看当前文件夹文件大小
(1)ls- lh会以KB、MB等为单位进行显示 (2)du -h –max-depth=0 *,可以只显示直接子目录文件及文件夹大小统计值。 (3)在指定目录下显示10个占用空间最大(最小)的目录或文件最大:[plain] du -sh * | sort -nr | head 最小:[php] d ...
分类:系统相关   时间:2021-02-20 11:50:24    阅读次数:0
linux查看当前目录大小
1.查看当前文件目录各个文件夹大小 du -h --max-depth=1 查看指定目录 du -h --max-depth=1 /path 2. 查看当前目录下所有目录及子目录大小 du -h - . “.”代表当前目录下。也可以换成一个明确的路径 -h表示用K、M、G的人性化形式显示 3. du ...
分类:系统相关   时间:2021-02-08 11:49:41    阅读次数:0
Defocus Blur Detection via Depth Distillatio
paper地址:arxiv.org/pdf/2007.08113.pdf code地址:https://github.com/vinthony/depth-distillation 1. Contribution 1. 使用预先训练好的网络作为正则化深度蒸馏,同时学习离焦图(defocus map) ...
分类:其他好文   时间:2021-01-27 13:53:57    阅读次数:0
pytest装饰器
https://blog.csdn.net/maoxuexue/article/details/106114771?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-1.control&depth_1-utm_ ...
分类:其他好文   时间:2021-01-19 12:00:30    阅读次数:0
嵌入式Linux添加U转网口并配置通信
参考: https://blog.csdn.net/zengshitang520/article/details/50685758?utm_medium=distribute.pc_relevant.none-task-blog-searchFromBaidu-1.control&depth_1-u ...
分类:系统相关   时间:2021-01-18 11:32:39    阅读次数:0
封装控件 学习(1)——C#
转自:https://blog.csdn.net/wogeiniziyou/article/details/7564830?utm_medium=distribute.pc_relevant_download.none-task-blog-baidujs-1.nonecase&depth_1-utm ...
分类:Windows程序   时间:2021-01-15 11:54:14    阅读次数:0
Next主题配置文件中没有auto_excerpt
新版Next主题已经删除了这个选项,可以先安装插件,再进行相关配置就可以启用首页预览。在网站根目录下运行:npm install hexo-excerpt --save在站点配置文件里添加:excerpt: depth: 5 excerpt_excludes: [] more_excludes: [ ...
分类:其他好文   时间:2021-01-05 10:59:25    阅读次数:0
0865. Smallest Subtree with all the Deepest Nodes (M)
Smallest Subtree with all the Deepest Nodes (M) 题目 Given the root of a binary tree, the depth of each node is the shortest distance to the root. Retur ...
分类:其他好文   时间:2020-12-17 12:55:47    阅读次数:3
1433条   上一页 1 2 3 4 ... 144 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!