一、训练集和测试集 训练集(training set/data)/训练样例(training examples):用来进行训练,也就是产生模型或者算法的数据集。 测试集(testing set/data)/测试样例(testing examples):用来专门进行测试已经学习好的模型或者算法的数据集 ...
分类:
其他好文 时间:
2019-01-28 16:10:53
阅读次数:
236
Go语言开发(二十一)、GoMock测试框架一、GoMock简介1、GoMock简介GoMock是由Golang官方开发维护的测试框架,实现了较为完整的基于interface的Mock功能,能够与Golang内置的testing包良好集成,也能用于其它的测试环境中。GoMock测试框架包含了GoMock包和mockgen工具两部分,其中GoMock包完成对桩对象生命周期的管理,mockgen工具用
分类:
编程语言 时间:
2019-01-25 23:21:15
阅读次数:
247
1、 Network Reconnaissance first we can use the command to gather the site information by whois eg : whois -i mnt-by YAHOO-MNT 2 、dig to gather the DNS ...
分类:
Web程序 时间:
2019-01-24 13:28:15
阅读次数:
152
error:2019/01/2311:43:02[error]13382#0:*45230593530shm_add_upstream::shm_add_node("UG#037op-activity-test#037op-activity-test")failedwhileloggingrequest,client:100.116.251.105,server:op-testing.ipcpu.
分类:
其他好文 时间:
2019-01-23 12:28:15
阅读次数:
231
集合 集合是一个无序的不重复元素序列,可以迭代,也可以修改。集合迭代的时候元素是随机的。 集合通常用来 membership testing, 去重, 也可以用来求交集并集补集。 介绍一下如何创建集合和集合常见的用法。 创建集合 修改集合 1. 添加 2. 更新:通过传入一个列表来更新 update ...
分类:
编程语言 时间:
2019-01-22 00:36:30
阅读次数:
170
To learn and prepare for the testing and automation interviews, 300+ testing and automation questions are provided to help the software testing profes... ...
分类:
其他好文 时间:
2019-01-19 14:26:17
阅读次数:
225
# -*- coding:utf-8 -*- ''' @project: web学习 @author: Jimmy @file: 元素操作-切换.py @ide: PyCharm Community Edition @time: 2019-01-19 10:43 @blog: https://www... ...
分类:
编程语言 时间:
2019-01-19 13:19:34
阅读次数:
263
# config配置 { 'DEBUG': False, # 是否开启Debug模式 'TESTING': False, # 是否开启测试模式 'PROPAGATE_EXCEPTIONS': None, # 异常传播(是否在控制台打印LOG) 当Debug或者testing开启后,自动为True ' ...
分类:
其他好文 时间:
2019-01-18 13:30:30
阅读次数:
220
# sudo yum install -y yum-utils device-mapper-persistent-data lvm2 建立Stable仓库,Stable这个仓库总是需要的,即使你想从edge或者testing仓库安装更新。 # sudo yum-config-manager --ad ...
分类:
系统相关 时间:
2019-01-18 10:52:01
阅读次数:
241
导入和导出时字符集不匹配会导致无法导入,需要修改字符集。 Doc命令: sqlplus sys/orcl#manger as sysdba SQL*Plus: Release 11.2.0.1.0 Production on 星期一 1月 16 16:33:30 2017 Copyright (c) ...
分类:
数据库 时间:
2019-01-16 16:51:14
阅读次数:
271