一、参数化 1)创建套件 config: name: 测试套件 testcases: # - name: test_demo_04 # testcase: testcases/20200610/test_demo_04.yml # parameters: # search_word: ['天天向上' ...
分类:
Web程序 时间:
2020-06-13 17:26:20
阅读次数:
95
https://www.bilibili.com/video/BV15E411f7PT phi: variational parameters q: a family of distribution, e.g., Gaussian distribution ...
分类:
其他好文 时间:
2020-06-08 20:42:53
阅读次数:
55
RichFunction 主要有3个方法 open,close,getRuntimeContext public interface RichFunction extends Function { void open(Configuration parameters) throws Exceptio ...
分类:
其他好文 时间:
2020-06-07 19:15:41
阅读次数:
158
Mybatis 异常 报错信息: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for map ...
分类:
其他好文 时间:
2020-06-05 14:42:09
阅读次数:
46
1.Default Parameters(默认参数) in ES6 还记得我们以前不得不通过下面方式来定义默认参数: var link = function (height, color, url) { var height = height || 50; var color = color || ...
分类:
其他好文 时间:
2020-05-29 19:34:31
阅读次数:
67
Conv层 Only 3x3 CONV stride 1, pad 1 and 2x2 MAX POOL stride 2,使得网络deeper,更多non-linearities,更少的parameters VGG16在forward计算中,对单个图片需要存储 96MB,有136Million的参 ...
分类:
Web程序 时间:
2020-05-28 13:32:21
阅读次数:
68
ansible step: 问题2:(由于安装的python3.6.4,想默认使用pip3.6安装requirements) 根据官方文档,错误是 executable无法和virtualenv 2个parameters并行 https://docs.ansible.com/ansible/late ...
分类:
其他好文 时间:
2020-05-25 19:14:17
阅读次数:
58
CAT ET III Caterpillar Scanner Features: Display graph and log status parameters. Retrieve prognostic data including histograms, engine totals for fue ...
分类:
其他好文 时间:
2020-05-22 19:37:07
阅读次数:
70
CAT ET III Caterpillar Scanner Features: Display graph and log status parameters. Retrieve prognostic data including histograms, engine totals for fue ...
分类:
其他好文 时间:
2020-05-22 19:09:25
阅读次数:
65
Fspecial函数用来去创建预定义的滤波算子,然后呢和imfilter搭建使用,它的语法格式是h=fspecial(type,parameters,sigma)第一个type用来定义算子类型,paremeters指定相应的参数,sigma表示滤波器的标准差,单位为像素type=‘average‘,为均值滤波,参数为n,代表模版尺寸,用向量表示,默认值为[3,3]。type=
分类:
其他好文 时间:
2020-05-13 10:09:14
阅读次数:
93