https://github.com/fuzhengwei/CodeGuide https://github.com/xiaolai/regular-investing-in-box 学习路线。 https://bugstack.cn/itstack-code-life/2020/03/31/%E5 ...
分类:
其他好文 时间:
2020-07-21 14:23:03
阅读次数:
83
<Button Name="button" Content="Hello" Height="100" Width="200" Click="button_Click_2"> <Button.ContentTemplate> <DataTemplate> <Viewbox> <TextBlock>My ...
摘要:本文将详细介绍Yolov3的网络结构相关内容。 Yolov3 网络结构 在博客“Yolo发展历史及网络结构”中我们已经详细的解释了Yolov1的网络结构,并简要的提到了Yolov2与Yolov3对于网络结构的改进,本篇博客将详细介绍Yolov3的网络结构,内容比较简单。 Yolov3网络结构图 ...
分类:
其他好文 时间:
2020-07-21 13:45:59
阅读次数:
180
PaperRead - Fast Software for Box Intersections Zomorodian, Afra, Edelsbrunner,等. Fast Software for Box Intersections.[J]. International Journal of Co ...
分类:
其他好文 时间:
2020-07-20 15:40:31
阅读次数:
66
img: tab: <template> <view class="tab"> <scroll-view class="tab-scroll" scroll-x> <view class="tab-scroll_box"> <view v-for="(item,index) in list" :ke ...
分类:
其他好文 时间:
2020-07-20 10:34:31
阅读次数:
69
docker安装步骤: 1.先卸载已装的旧版本的docker: apt-get remove docker docker-engine docker.io containerd runc 如果没有权限的话加sudo,为了方便,后面都默认给权限sudo sudo apt-get remove dock ...
分类:
系统相关 时间:
2020-07-19 23:15:22
阅读次数:
90
盒子模型 1 绝大多数标签都可以看作盒子,可以设置宽高或设置内容;在CSS中,"box model"这一术语是用来设计和布局时使用。 CSS盒模型本质上是一个盒子,封装周围的HTML元素,它包括:边距,边框,填充,和实际内容。 盒模型允许我们在其它元素和周围元素边框之间的空间放置元素。 下面的图片说 ...
分类:
Web程序 时间:
2020-07-19 18:06:47
阅读次数:
100
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>正确解决高度塌陷</title> <style media="screen"> .box { border: 1px solid; } .f ...
分类:
Web程序 时间:
2020-07-19 16:05:34
阅读次数:
75
需求背景 el-card组件的el-card__header行高设置比较高,需要在项目中修改掉,但无论如何修改都不生效。 问题描述 头部样式在scoped下作用无效,可以通过添加/deep/的方式解决,但由于版本或者其他原因,目前未知,添加该方法总是报错。如下代码总是编译不通过。 .box-card ...
分类:
其他好文 时间:
2020-07-19 15:46:48
阅读次数:
233
宽度不固定,超出宽度则以省略号“...”来表示。 /*规定段落中的文本不进行换行:*/ white-space: nowrap; overflow: hidden; /* text-overflow属性表示规定当文本溢出包含元素时发生的事情; ellipsis表示显示省略符号来代表被修剪的文本。*/ ...
分类:
Web程序 时间:
2020-07-19 11:51:01
阅读次数:
106