码迷,mamicode.com
首页 >  
搜索关键字:testing the catcher    ( 1060个结果
Jmeter ResponseAssertion 【Ignore Status】
在Jmeter源码中AssertionGui.java中,定义了Ignore Status的作用域 /** * Checkbox to indicate whether the response should be forced successful * before testing. This i... ...
分类:其他好文   时间:2018-08-24 13:15:51    阅读次数:160
[符号执行-入门1]软件测试中的符号执行
最近在自学符号执行,因此,这篇经典文章(Symbolic Execution for Software Testing: Three Decades Later)[1]作为入门必读。 0. 定义 符号执行 (Symbolic Execution)是一种程序分析技术,它可以通过分析程序来得到让特定代码 ...
分类:其他好文   时间:2018-08-21 15:25:58    阅读次数:885
c# 批量处理数据录入
c# 分批处理数据录入 //using System.Text; //using System.Data; //using System.Data.SqlClient; //using System; //namespace InsertEfficiency //{ // class Program... ...
分类:Windows程序   时间:2018-08-13 18:00:49    阅读次数:241
React Native区分安卓/iOS平台
import { Platform, } from 'react-native'; alert(JSON.stringify(Platform)); android手机弹出:{"OS":"android","Version":25,"is Testing":false} 我是android7.1的 ... ...
分类:移动开发   时间:2018-08-12 15:39:03    阅读次数:197
Debian Buster Nginx 布署 Brophp 项目(类 Thinkphp)
配置文件/etc/nginx/sites-available/pisserver { listen 80; root /mnt/code/pis/webroot; index index.php; server_name pis.testing; location / { try_file... ...
分类:Web程序   时间:2018-08-12 11:54:48    阅读次数:165
测试术语-好东西要跟大家一块分享-2
Unit testing(单元测试) 指一段代码的基本测试,其实际大小是未定的,通常是一个函数或子程序,一般由开发者执行。 Integration testing(集成测试) 被测试系统的所有组件都集成在一起,找出被测试系统组件之间关系和接口中的错误。该测试一般在单元测试之后进行。 Acceptan ...
分类:其他好文   时间:2018-08-10 19:50:03    阅读次数:149
RSA学习档案
RSA 学习档案 基本原理 随机选择两个质数p,q模数n=p*qφ(n)=(p?1)(q?1)选择加密指数e: 1 < e < φ(n)计算机密指数d: e*d % φ(n) = 1c = m ^ e % nm = c ^ d % n 常见攻击方式 模数分解 1.直接分解 n小于256bit可以本地 ...
分类:其他好文   时间:2018-08-10 10:52:12    阅读次数:162
Unit Testing
Unit Testing https://www.youtube.com/watch?v=QDFI19lj4OM https://www.youtube.com/watch?v=iWtxEDE1IR4 ...
分类:其他好文   时间:2018-08-09 19:26:41    阅读次数:113
promql查询表达式
Basics 即时矢量选择器 =:匹配与标签相等的内容!=:不匹配与标签相等的内容=~: 根据正则表达式匹配与标签符合的内容!~:根据正则表达式不匹配与标签符合的内容 示例: http_requests_total{environment=~"staging|testing|development" ...
分类:其他好文   时间:2018-08-07 20:36:49    阅读次数:6869
Tips For Deeping Learning---深度学习小贴士
深度学习的过程: 通过上述的过程,我们知道,我们训练好的model需要先在training set上测试性能,并且准确率很可能不是100%。有时候我们发现我们的model在testing set上表现不好时,不一定就是over fitting,也可能是training set 上没有train好。 ...
分类:其他好文   时间:2018-08-07 16:09:36    阅读次数:260
1060条   上一页 1 ... 36 37 38 39 40 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!