演示用局部图片匹配整张图片 VS2017 + OpenCV4.0.1编译 参考资料 【1】http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/imgproc/histograms/template_matching/template ...
分类:
其他好文 时间:
2019-06-01 21:20:29
阅读次数:
96
import turtle import time def drawGap(): turtle.penup() turtle.fd(5) def drawLine(draw): drawGap() turtle.pendown() if draw else turtle.penup() turtle... ...
分类:
其他好文 时间:
2019-05-29 23:40:36
阅读次数:
162
Nginx 平滑升级 1.查看旧版Nginx的编译参数 [root@master ~]# /usr/local/nginx/sbin/nginx -V [root@master ~]# ll nginx* -rw-r--r--. 1 root root 1015384 3月 19 10:45 ngi ...
分类:
其他好文 时间:
2019-05-29 22:02:32
阅读次数:
142
通过一个简单的例子说明spring bean生命周期事件。
分类:
编程语言 时间:
2019-05-29 09:20:20
阅读次数:
211
1、知识点 2、将数据写入TFRecords import tensorflow as tf import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' FLAGS = tf.app.flags.FLAGS tf.app.flags.DEFINE_strin ...
分类:
其他好文 时间:
2019-05-28 22:35:07
阅读次数:
103
什么是文档流 英文原文是:Normal flow. In CSS 2.1, normal flow includes block formatting of block-level boxes, inline formatting of inline-level boxes, and relativ ...
分类:
其他好文 时间:
2019-05-27 22:06:46
阅读次数:
176
1.open&close小箭头 open&normal QTreeView::branch:has-children:!has-siblings:closed, QTreeView::branch:closed:has-children:has-siblings { border-image: no ...
分类:
其他好文 时间:
2019-05-27 10:26:12
阅读次数:
90
mnist练手,去掉隐藏层,去掉激活函数(线性变化),去掉池化操作(防止过拟合) 可以将结果简单显示界面 ...
分类:
编程语言 时间:
2019-05-23 21:02:22
阅读次数:
127
一、梳理JML语言的理论基础、应用工具链情况 JML以javadoc注释的方式来表示规格,每行以@起头。其中行注释为“//@annotation”,块注释为“/*@ annotation... @*/”。 常用表达式有以下几种: \public normal_behavior:表达方法在正常情况下应 ...
分类:
其他好文 时间:
2019-05-22 22:24:19
阅读次数:
107
页面定制CSS代码 @font-face { font-family: 'FontAwesome'; font-style: normal; font-weight: normal; src: url("http://blog.zhaishidan.cn/css/font/fontawesome-w ...
分类:
其他好文 时间:
2019-05-22 15:23:07
阅读次数:
104